Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
c890404
1
Parent(s):
fb3af1e
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/
|
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/Kepler-452b-LoRA-SDXL-3D-Bubbly", weight_name="Kepler-452b-LoRA-SDXL-3D-Bubbly.safetensors", adapter_name="rlms")
|
54 |
pipe.set_adapters("rlms")
|
55 |
pipe.to("cuda")
|
56 |
|