Spaces:
Running
on
Zero
Running
on
Zero
update lora to new one Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ pipe = QwenImageEditPlusPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509",
|
|
| 194 |
torch_dtype=dtype).to(device)
|
| 195 |
pipe.load_lora_weights(
|
| 196 |
"lightx2v/Qwen-Image-Lightning",
|
| 197 |
-
weight_name="Qwen-Image-Lightning-8steps-
|
| 198 |
)
|
| 199 |
pipe.fuse_lora()
|
| 200 |
|
|
|
|
| 194 |
torch_dtype=dtype).to(device)
|
| 195 |
pipe.load_lora_weights(
|
| 196 |
"lightx2v/Qwen-Image-Lightning",
|
| 197 |
+
weight_name="Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors"
|
| 198 |
)
|
| 199 |
pipe.fuse_lora()
|
| 200 |
|