Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
| 86 |
dtype = torch.bfloat16
|
| 87 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 88 |
pipe = QwenImageEditPlusPipeline.from_pretrained(
|
| 89 |
-
"Qwen/Qwen-Image-Edit-
|
| 90 |
transformer=QwenImageTransformer2DModel.from_pretrained(
|
| 91 |
"prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4",
|
| 92 |
torch_dtype=dtype,
|
|
|
|
| 86 |
dtype = torch.bfloat16
|
| 87 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 88 |
pipe = QwenImageEditPlusPipeline.from_pretrained(
|
| 89 |
+
"Qwen/Qwen-Image-Edit-2509",
|
| 90 |
transformer=QwenImageTransformer2DModel.from_pretrained(
|
| 91 |
"prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V4",
|
| 92 |
torch_dtype=dtype,
|