Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ if torch.cuda.is_available():
|
|
53 |
use_safetensors=True,
|
54 |
)
|
55 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
56 |
-
pipe.load_lora_weights("prithivMLmods/Canopus-
|
57 |
pipe.set_adapters("rlms")
|
58 |
pipe.to("cuda")
|
59 |
|
|
|
53 |
use_safetensors=True,
|
54 |
)
|
55 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
56 |
+
pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
|
57 |
pipe.set_adapters("rlms")
|
58 |
pipe.to("cuda")
|
59 |
|