linoyts HF Staff commited on
Commit
b36bbcf
·
verified ·
1 Parent(s): b001fe7

update lora to new one Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ pipe = QwenImageEditPlusPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509",
194
  torch_dtype=dtype).to(device)
195
  pipe.load_lora_weights(
196
  "lightx2v/Qwen-Image-Lightning",
197
- weight_name="Qwen-Image-Lightning-8steps-V2.0-bf16.safetensors"
198
  )
199
  pipe.fuse_lora()
200
 
 
194
  torch_dtype=dtype).to(device)
195
  pipe.load_lora_weights(
196
  "lightx2v/Qwen-Image-Lightning",
197
+ weight_name="Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16.safetensors"
198
  )
199
  pipe.fuse_lora()
200