Menyu commited on
Commit
f516447
·
verified ·
1 Parent(s): 4897c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ scheduler = FlowMatchEulerDiscreteScheduler.from_config(scheduler_config)
160
 
161
  # Load the edit pipeline with Lightning scheduler
162
  pipe = QwenImageEditPipeline.from_pretrained(
163
- "Qwen/Qwen-Image-Edit",
164
  scheduler=scheduler,
165
  torch_dtype=dtype
166
  ).to(device)
 
160
 
161
  # Load the edit pipeline with Lightning scheduler
162
  pipe = QwenImageEditPipeline.from_pretrained(
163
+ "Qwen/Qwen-Image-Edit-2509",
164
  scheduler=scheduler,
165
  torch_dtype=dtype
166
  ).to(device)