Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,8 +145,8 @@ models = [
|
|
145 |
"stablediffusionapi/amireal",
|
146 |
"Korakoe/OpenNiji",
|
147 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
148 |
-
"aipicasso/picasso-diffusion-1-1",
|
149 |
"stablediffusionapi/rev-anim",
|
|
|
150 |
"nousr/robo-diffusion-2-base",
|
151 |
"stablediffusionapi/tmnd-mix",
|
152 |
##"hakurei/waifu-diffusion",
|
@@ -242,6 +242,7 @@ models = [
|
|
242 |
"Conflictx/Complex-Lineart", #245
|
243 |
"sayakpaul/da-vinci-sd-pokemon",
|
244 |
"nitrosocke/elden-ring-diffusion",
|
|
|
245 |
"theintuitiveye/FantasyMix",
|
246 |
"Fictiverse/Stable_Diffusion_FluidArt_Model",
|
247 |
"nitrosocke/Future-Diffusion",
|
@@ -558,6 +559,17 @@ models2=[
|
|
558 |
gr.Interface.load(f"models/{models[258]}",live=True,preprocess=False),
|
559 |
gr.Interface.load(f"models/{models[259]}",live=True,preprocess=False),
|
560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
]
|
562 |
|
563 |
|
|
|
145 |
"stablediffusionapi/amireal",
|
146 |
"Korakoe/OpenNiji",
|
147 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
|
|
148 |
"stablediffusionapi/rev-anim",
|
149 |
+
"aipicasso/picasso-diffusion-1-1",
|
150 |
"nousr/robo-diffusion-2-base",
|
151 |
"stablediffusionapi/tmnd-mix",
|
152 |
##"hakurei/waifu-diffusion",
|
|
|
242 |
"Conflictx/Complex-Lineart", #245
|
243 |
"sayakpaul/da-vinci-sd-pokemon",
|
244 |
"nitrosocke/elden-ring-diffusion",
|
245 |
+
"digiplay/fantasticmix_v40_test", #261
|
246 |
"theintuitiveye/FantasyMix",
|
247 |
"Fictiverse/Stable_Diffusion_FluidArt_Model",
|
248 |
"nitrosocke/Future-Diffusion",
|
|
|
559 |
gr.Interface.load(f"models/{models[258]}",live=True,preprocess=False),
|
560 |
gr.Interface.load(f"models/{models[259]}",live=True,preprocess=False),
|
561 |
|
562 |
+
gr.Interface.load(f"models/{models[260]}",live=True,preprocess=False),
|
563 |
+
#gr.Interface.load(f"models/{models[261]}",live=True,preprocess=False),
|
564 |
+
#gr.Interface.load(f"models/{models[262]}",live=True,preprocess=False),
|
565 |
+
#gr.Interface.load(f"models/{models[263]}",live=True,preprocess=False),
|
566 |
+
#gr.Interface.load(f"models/{models[264]}",live=True,preprocess=False),
|
567 |
+
#gr.Interface.load(f"models/{models[265]}",live=True,preprocess=False),
|
568 |
+
#gr.Interface.load(f"models/{models[266]}",live=True,preprocess=False),
|
569 |
+
#gr.Interface.load(f"models/{models[267]}",live=True,preprocess=False),
|
570 |
+
#gr.Interface.load(f"models/{models[268]}",live=True,preprocess=False),
|
571 |
+
#gr.Interface.load(f"models/{models[269]}",live=True,preprocess=False),
|
572 |
+
|
573 |
]
|
574 |
|
575 |
|