Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
128 |
|
129 |
# Load LoRA weights for acceleration
|
130 |
pipe.load_lora_weights(
|
131 |
-
"lightx2v/Qwen-Image-Lightning", weight_name="Qwen-Image-Lightning-8steps-V1.
|
132 |
)
|
133 |
pipe.fuse_lora()
|
134 |
#pipe.unload_lora_weights()
|
|
|
128 |
|
129 |
# Load LoRA weights for acceleration
|
130 |
pipe.load_lora_weights(
|
131 |
+
"lightx2v/Qwen-Image-Lightning", weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
|
132 |
)
|
133 |
pipe.fuse_lora()
|
134 |
#pipe.unload_lora_weights()
|