Spaces:
Running
on
Zero
Running
on
Zero
ResearcherXman
commited on
Commit
·
3ddd9a0
1
Parent(s):
43c2435
update
Browse files
app.py
CHANGED
|
@@ -129,6 +129,7 @@ pipe.scheduler = diffusers.EulerDiscreteScheduler.from_config(
|
|
| 129 |
pipe.scheduler.config
|
| 130 |
)
|
| 131 |
|
|
|
|
| 132 |
pipe.load_ip_adapter_instantid(face_adapter)
|
| 133 |
# load and disable LCM
|
| 134 |
pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
|
|
|
|
| 129 |
pipe.scheduler.config
|
| 130 |
)
|
| 131 |
|
| 132 |
+
pipe.cuda()
|
| 133 |
pipe.load_ip_adapter_instantid(face_adapter)
|
| 134 |
# load and disable LCM
|
| 135 |
pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
|