appinitdev commited on
Commit
4d78f74
verified
1 Parent(s): d333752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Qwen/Qwen-Image-Edit-2509"
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