Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/yabalMixTrue25D_v2_VAE",
|
8 |
-
"Yntec/DucHaitenAIart-beta",
|
9 |
"Yntec/Ninja-Diffusers",
|
10 |
"Yntec/theallysMixIV-verisimilar",
|
11 |
"Yntec/Pavo-Mix-Diffusers",
|
@@ -25,6 +25,7 @@ models = [
|
|
25 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
26 |
"Yntec/rainbowpatch",
|
27 |
"Yntec/DucHaiten-Retro-Diffusers",
|
|
|
28 |
"DucHaiten/DucHaitenAnime",
|
29 |
"Yntec/ElldrethsRetroMix_Diffusers",
|
30 |
"DucHaiten/DucHaitenAIart",
|
@@ -750,7 +751,7 @@ models2=[
|
|
750 |
gr.Interface.load(f"models/{models[346]}",live=True,preprocess=False),
|
751 |
gr.Interface.load(f"models/{models[347]}",live=True,preprocess=False),
|
752 |
gr.Interface.load(f"models/{models[348]}",live=True,preprocess=False),
|
753 |
-
|
754 |
|
755 |
|
756 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/RealRainbows",
|
8 |
"Yntec/yabalMixTrue25D_v2_VAE",
|
|
|
9 |
"Yntec/Ninja-Diffusers",
|
10 |
"Yntec/theallysMixIV-verisimilar",
|
11 |
"Yntec/Pavo-Mix-Diffusers",
|
|
|
25 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
26 |
"Yntec/rainbowpatch",
|
27 |
"Yntec/DucHaiten-Retro-Diffusers",
|
28 |
+
"Yntec/DucHaitenAIart-beta",
|
29 |
"DucHaiten/DucHaitenAnime",
|
30 |
"Yntec/ElldrethsRetroMix_Diffusers",
|
31 |
"DucHaiten/DucHaitenAIart",
|
|
|
751 |
gr.Interface.load(f"models/{models[346]}",live=True,preprocess=False),
|
752 |
gr.Interface.load(f"models/{models[347]}",live=True,preprocess=False),
|
753 |
gr.Interface.load(f"models/{models[348]}",live=True,preprocess=False),
|
754 |
+
gr.Interface.load(f"models/{models[349]}",live=True,preprocess=False),
|
755 |
|
756 |
|
757 |
|