multimodalart HF Staff commited on
Commit
4a08403
·
verified ·
1 Parent(s): 774c9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.0.safetensors"
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()