Menyu commited on
Commit
0e98771
·
verified ·
1 Parent(s): d4f82fd

Update app.py

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