Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ from langdetect import detect
|
|
10 |
|
11 |
api_base = os.getenv("API_BASE")
|
12 |
mmodels = {
|
|
|
|
|
13 |
"FLUX.1 dev": "black-forest-labs/FLUX.1-dev",
|
14 |
"Stable Diffusion 3.5": "stabilityai/stable-diffusion-3.5-large",
|
15 |
"Midjourney": "Jovie/Midjourney",
|
|
|
10 |
|
11 |
api_base = os.getenv("API_BASE")
|
12 |
mmodels = {
|
13 |
+
"Neurix-Mega": "NeurixYUFI/Neurix-Mega",
|
14 |
+
"FLUX.1 schnell": "black-forest-labs/FLUX.1-schnell",
|
15 |
"FLUX.1 dev": "black-forest-labs/FLUX.1-dev",
|
16 |
"Stable Diffusion 3.5": "stabilityai/stable-diffusion-3.5-large",
|
17 |
"Midjourney": "Jovie/Midjourney",
|