Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ models = [
|
|
94 |
"stablediffusionapi/chilloutmix-4264",
|
95 |
"stablediffusionapi/majicmixv5", #192
|
96 |
"stablediffusionapi/product-design", #194
|
|
|
97 |
"kandinsky-community/kandinsky-2-1", #251
|
98 |
|
99 |
"digiplay/2.5DSET_diffusers", #227
|
@@ -649,7 +650,7 @@ models2=[
|
|
649 |
gr.Interface.load(f"models/{models[299]}",live=True,preprocess=False),
|
650 |
|
651 |
gr.Interface.load(f"models/{models[300]}",live=True,preprocess=False),
|
652 |
-
|
653 |
#gr.Interface.load(f"models/{models[302]}",live=True,preprocess=False),
|
654 |
#gr.Interface.load(f"models/{models[303]}",live=True,preprocess=False),
|
655 |
#gr.Interface.load(f"models/{models[304]}",live=True,preprocess=False),
|
|
|
94 |
"stablediffusionapi/chilloutmix-4264",
|
95 |
"stablediffusionapi/majicmixv5", #192
|
96 |
"stablediffusionapi/product-design", #194
|
97 |
+
"Yntec/RainbowClassicAnime",
|
98 |
"kandinsky-community/kandinsky-2-1", #251
|
99 |
|
100 |
"digiplay/2.5DSET_diffusers", #227
|
|
|
650 |
gr.Interface.load(f"models/{models[299]}",live=True,preprocess=False),
|
651 |
|
652 |
gr.Interface.load(f"models/{models[300]}",live=True,preprocess=False),
|
653 |
+
gr.Interface.load(f"models/{models[301]}",live=True,preprocess=False),
|
654 |
#gr.Interface.load(f"models/{models[302]}",live=True,preprocess=False),
|
655 |
#gr.Interface.load(f"models/{models[303]}",live=True,preprocess=False),
|
656 |
#gr.Interface.load(f"models/{models[304]}",live=True,preprocess=False),
|