Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ pipe = QwenImageEditPipeline.from_pretrained(
|
|
169 |
try:
|
170 |
pipe.load_lora_weights(
|
171 |
"lightx2v/Qwen-Image-Lightning/Qwen-Image-Edit-2509",
|
172 |
-
weight_name="Qwen-Image-Edit-2509-Lightning-8steps-V1.0-
|
173 |
)
|
174 |
pipe.fuse_lora()
|
175 |
print("Successfully loaded Lightning LoRA weights")
|
|
|
169 |
try:
|
170 |
pipe.load_lora_weights(
|
171 |
"lightx2v/Qwen-Image-Lightning/Qwen-Image-Edit-2509",
|
172 |
+
weight_name="Qwen-Image-Edit-2509-Lightning-8steps-V1.0-fp16.safetensors"
|
173 |
)
|
174 |
pipe.fuse_lora()
|
175 |
print("Successfully loaded Lightning LoRA weights")
|