Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ Image Processing Parameters
|
|
56 |
)
|
57 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
58 |
|
59 |
-
pipe.load_lora_weights("prithivMLmods/Canopus-
|
60 |
pipe.set_adapters("Pencil Art")
|
61 |
pipe.to("cuda")
|
62 |
```
|
|
|
56 |
)
|
57 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
58 |
|
59 |
+
pipe.load_lora_weights("prithivMLmods/Canopus-Pencil-Art-LoRA", weight_name="Canopus-Pencil-Art-LoRA.safetensors", adapter_name="Pencil Art")
|
60 |
pipe.set_adapters("Pencil Art")
|
61 |
pipe.to("cuda")
|
62 |
```
|