LPX55 commited on
Commit
2590538
·
verified ·
1 Parent(s): ebcf420

Update app_local.py

Browse files
Files changed (1) hide show
  1. app_local.py +1 -1
app_local.py CHANGED
@@ -245,7 +245,7 @@ pipe = QwenImageEditPipeline.from_pretrained(
245
  pipe.load_lora_weights(
246
  "lightx2v/Qwen-Image-Lightning",
247
  # weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
248
- weight_name="Qwen-Image-Lightning-4steps-V1.0.safetensors"
249
  )
250
  pipe.fuse_lora()
251
 
 
245
  pipe.load_lora_weights(
246
  "lightx2v/Qwen-Image-Lightning",
247
  # weight_name="Qwen-Image-Lightning-8steps-V1.1.safetensors"
248
+ weight_name="Qwen-Image-Edit-Lightning-4steps-V1.0.safetensors"
249
  )
250
  pipe.fuse_lora()
251