Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ pipe = QwenImageEditPipelineCustom.from_pretrained(
|
|
| 178 |
try:
|
| 179 |
pipe.load_lora_weights(
|
| 180 |
"lightx2v/Qwen-Image-Lightning",
|
| 181 |
-
weight_name="Qwen-Image-Lightning-8steps-
|
| 182 |
)
|
| 183 |
pipe.fuse_lora()
|
| 184 |
print("Successfully loaded Lightning LoRA weights")
|
|
|
|
| 178 |
try:
|
| 179 |
pipe.load_lora_weights(
|
| 180 |
"lightx2v/Qwen-Image-Lightning",
|
| 181 |
+
weight_name="Qwen-Image-Lightning-8steps-V2.0.safetensors"
|
| 182 |
)
|
| 183 |
pipe.fuse_lora()
|
| 184 |
print("Successfully loaded Lightning LoRA weights")
|