prithivMLmods
commited on
Commit
•
50face2
1
Parent(s):
29ae3e7
Update README.md
Browse files
README.md
CHANGED
@@ -63,8 +63,8 @@ Image Processing Parameters
|
|
63 |
)
|
64 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
65 |
|
66 |
-
pipe.load_lora_weights("prithivMLmods/
|
67 |
-
pipe.set_adapters("
|
68 |
pipe.to("cuda")
|
69 |
```
|
70 |
|
|
|
63 |
)
|
64 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
65 |
|
66 |
+
pipe.load_lora_weights("prithivMLmods/Berenices-Alpha-DW-LoRA", weight_name="Berenices-Alpha-DW-LoRA.safetensors", adapter_name="DW")
|
67 |
+
pipe.set_adapters("DW")
|
68 |
pipe.to("cuda")
|
69 |
```
|
70 |
|