Update app.py
Browse files
app.py
CHANGED
@@ -7,15 +7,12 @@ import time
|
|
7 |
models =[
|
8 |
"enhanceaiteam/Flux-uncensored",
|
9 |
"adirik/flux-cinestill",
|
|
|
10 |
"alvdansen/flux_film_foto",
|
11 |
-
"black-forest-labs/FLUX.1-dev",
|
12 |
"alvdansen/pola-photo-flux",
|
13 |
-
"
|
14 |
-
"kudzueye/boreal-flux-dev-v2",
|
15 |
"XLabs-AI/flux-RealismLora",
|
16 |
-
"
|
17 |
-
"SG161222/RealVisXL_V4.0",
|
18 |
-
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
19 |
]
|
20 |
|
21 |
model_functions = {}
|
|
|
7 |
models =[
|
8 |
"enhanceaiteam/Flux-uncensored",
|
9 |
"adirik/flux-cinestill",
|
10 |
+
"kudzueye/boreal-flux-dev-v2",
|
11 |
"alvdansen/flux_film_foto",
|
|
|
12 |
"alvdansen/pola-photo-flux",
|
13 |
+
"black-forest-labs/FLUX.1-dev",
|
|
|
14 |
"XLabs-AI/flux-RealismLora",
|
15 |
+
"alvdansen/mooniverse",
|
|
|
|
|
16 |
]
|
17 |
|
18 |
model_functions = {}
|