Rooni commited on
Commit
b3fa1c0
·
verified ·
1 Parent(s): 2e6c358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",