Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ models = [
|
|
17 |
"DucHaiten/DucHaitenDreamWorld",
|
18 |
"DucHaiten/DucHaitenAIart",
|
19 |
"digiplay/Noosphere_v3",
|
|
|
20 |
"Hius/DreamFul-V2",
|
21 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
22 |
"digiplay/Realisian_v1",
|
@@ -184,10 +185,10 @@ models = [
|
|
184 |
"stablediffusionapi/amireal",
|
185 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
186 |
"stablediffusionapi/rev-anim",
|
187 |
-
"gsdf/Counterfeit-V2.0",
|
188 |
"aipicasso/picasso-diffusion-1-1",
|
189 |
-
"circulus/sd-semireal-v2.8",
|
190 |
"xiaolxl/Gf_style2",
|
|
|
|
|
191 |
|
192 |
"Crosstyan/BPModel", #07.11
|
193 |
"nousr/robo-diffusion-2-base",
|
@@ -663,7 +664,7 @@ models2=[
|
|
663 |
gr.Interface.load(f"models/{models[305]}",live=True,preprocess=False),
|
664 |
gr.Interface.load(f"models/{models[306]}",live=True,preprocess=False),
|
665 |
gr.Interface.load(f"models/{models[307]}",live=True,preprocess=False),
|
666 |
-
|
667 |
#gr.Interface.load(f"models/{models[309]}",live=True,preprocess=False),
|
668 |
]
|
669 |
|
|
|
17 |
"DucHaiten/DucHaitenDreamWorld",
|
18 |
"DucHaiten/DucHaitenAIart",
|
19 |
"digiplay/Noosphere_v3",
|
20 |
+
"digiplay/insaneRealistic_v1",
|
21 |
"Hius/DreamFul-V2",
|
22 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
23 |
"digiplay/Realisian_v1",
|
|
|
185 |
"stablediffusionapi/amireal",
|
186 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
187 |
"stablediffusionapi/rev-anim",
|
|
|
188 |
"aipicasso/picasso-diffusion-1-1",
|
|
|
189 |
"xiaolxl/Gf_style2",
|
190 |
+
"circulus/sd-semireal-v2.8",
|
191 |
+
"gsdf/Counterfeit-V2.0",
|
192 |
|
193 |
"Crosstyan/BPModel", #07.11
|
194 |
"nousr/robo-diffusion-2-base",
|
|
|
664 |
gr.Interface.load(f"models/{models[305]}",live=True,preprocess=False),
|
665 |
gr.Interface.load(f"models/{models[306]}",live=True,preprocess=False),
|
666 |
gr.Interface.load(f"models/{models[307]}",live=True,preprocess=False),
|
667 |
+
gr.Interface.load(f"models/{models[308]}",live=True,preprocess=False),
|
668 |
#gr.Interface.load(f"models/{models[309]}",live=True,preprocess=False),
|
669 |
]
|
670 |
|