prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,8 @@ Image Processing Parameters
|
|
60 |
)
|
61 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
62 |
|
63 |
-
pipe.load_lora_weights("prithivMLmods/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="
|
64 |
-
pipe.set_adapters("
|
65 |
pipe.to("cuda")
|
66 |
```
|
67 |
|
|
|
60 |
)
|
61 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
62 |
|
63 |
+
pipe.load_lora_weights("prithivMLmods/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="gta")
|
64 |
+
pipe.set_adapters("gta")
|
65 |
pipe.to("cuda")
|
66 |
```
|
67 |
|