Spaces:
Running
on
Zero
Running
on
Zero
Update app_local.py
Browse files- app_local.py +1 -1
app_local.py
CHANGED
|
@@ -245,7 +245,7 @@ pipe = QwenImageEditPipeline.from_pretrained(
|
|
| 245 |
pipe.load_lora_weights(
|
| 246 |
"lightx2v/Qwen-Image-Lightning",
|
| 247 |
# weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
|
| 248 |
-
weight_name="Qwen-Image-Lightning-4steps-V1.0.safetensors"
|
| 249 |
)
|
| 250 |
pipe.fuse_lora()
|
| 251 |
|
|
|
|
| 245 |
pipe.load_lora_weights(
|
| 246 |
"lightx2v/Qwen-Image-Lightning",
|
| 247 |
# weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
|
| 248 |
+
weight_name="Qwen-Image-Edit-Lightning-4steps-V1.0.safetensors"
|
| 249 |
)
|
| 250 |
pipe.fuse_lora()
|
| 251 |
|