Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|