Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from diffusers import QwenImageEditPlusPipeline, FlowMatchEulerDiscreteScheduler
|
|
| 7 |
from huggingface_hub import WebhooksServer
|
| 8 |
|
| 9 |
# Configuraci贸n de variables globales del sistema
|
| 10 |
-
BASE_MODEL = "
|
| 11 |
LORA_COSPLAY = "joyfox/Qwen-Image-Edit-Cosplay"
|
| 12 |
LORA_LIGHTNING = "lightx2v/Qwen-Image-Lightning"
|
| 13 |
|
|
|
|
| 7 |
from huggingface_hub import WebhooksServer
|
| 8 |
|
| 9 |
# Configuraci贸n de variables globales del sistema
|
| 10 |
+
BASE_MODEL = "prithivMLmods/Qwen-Image-Edit-AIO-FP8"
|
| 11 |
LORA_COSPLAY = "joyfox/Qwen-Image-Edit-Cosplay"
|
| 12 |
LORA_LIGHTNING = "lightx2v/Qwen-Image-Lightning"
|
| 13 |
|