multimodalart HF Staff commited on
Commit
ce21d07
·
verified ·
1 Parent(s): ee8307d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ pipe = QwenImageEditPipelineCustom.from_pretrained(
178
  try:
179
  pipe.load_lora_weights(
180
  "lightx2v/Qwen-Image-Lightning",
181
- weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
182
  )
183
  pipe.fuse_lora()
184
  print("Successfully loaded Lightning LoRA weights")
 
178
  try:
179
  pipe.load_lora_weights(
180
  "lightx2v/Qwen-Image-Lightning",
181
+ weight_name="Qwen-Image-Lightning-8steps-V2.0.safetensors"
182
  )
183
  pipe.fuse_lora()
184
  print("Successfully loaded Lightning LoRA weights")