Spaces:
Runtime error
Runtime error
Commit ·
d9684ef
1
Parent(s): b5bd34c
update app ✅ (#4)
Browse files- update app ✅ (49563047a69acb28dcac956764f18b8580569e66)
app.py
CHANGED
|
@@ -92,7 +92,7 @@ from qwenimage.qwen_fa3_processor import QwenDoubleStreamAttnProcessorFA3
|
|
| 92 |
dtype = torch.bfloat16
|
| 93 |
|
| 94 |
pipe = QwenImageEditPlusPipeline.from_pretrained(
|
| 95 |
-
"FireRedTeam/FireRed-Image-Edit-1.
|
| 96 |
transformer=QwenImageTransformer2DModel.from_pretrained(
|
| 97 |
"prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V19",
|
| 98 |
torch_dtype=dtype,
|
|
|
|
| 92 |
dtype = torch.bfloat16
|
| 93 |
|
| 94 |
pipe = QwenImageEditPlusPipeline.from_pretrained(
|
| 95 |
+
"FireRedTeam/FireRed-Image-Edit-1.1", # ---> Prev: FireRedTeam/FireRed-Image-Edit-1.0
|
| 96 |
transformer=QwenImageTransformer2DModel.from_pretrained(
|
| 97 |
"prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V19",
|
| 98 |
torch_dtype=dtype,
|