Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
b03ec81
1
Parent(s):
febc696
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ if torch.cuda.is_available():
|
|
50 |
use_safetensors=True,
|
51 |
)
|
52 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
53 |
-
pipe.load_lora_weights("prithivMLmods/Canopus-
|
54 |
pipe.set_adapters("rlms")
|
55 |
pipe.to("cuda")
|
56 |
|
|
|
50 |
use_safetensors=True,
|
51 |
)
|
52 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
53 |
+
pipe.load_lora_weights("prithivMLmods/Canopus-Fashion-Product-Dilation", weight_name="Canopus-Fashion-Product-Dilation.safetensors", adapter_name="rlms")
|
54 |
pipe.set_adapters("rlms")
|
55 |
pipe.to("cuda")
|
56 |
|