Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/WesternAnimation",
|
8 |
"Yntec/GOLDFish",
|
9 |
"Yntec/NeverExisted",
|
@@ -55,7 +56,6 @@ models = [
|
|
55 |
"LottePeisch/RevAnimated-Diffusers",
|
56 |
"claudfuen/photorealistic-fuen-v1",
|
57 |
"stablediffusionapi/chillout-app-factory",
|
58 |
-
"Yntec/DucHaitenClassicAnime768",
|
59 |
"DucHaiten/DucHaitenJourney",
|
60 |
"robotjung/SemiRealMix",
|
61 |
"Joeythemonster/anything-midjourney-v-4-1",
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/DucHaitenClassicAnime768",
|
8 |
"Yntec/WesternAnimation",
|
9 |
"Yntec/GOLDFish",
|
10 |
"Yntec/NeverExisted",
|
|
|
56 |
"LottePeisch/RevAnimated-Diffusers",
|
57 |
"claudfuen/photorealistic-fuen-v1",
|
58 |
"stablediffusionapi/chillout-app-factory",
|
|
|
59 |
"DucHaiten/DucHaitenJourney",
|
60 |
"robotjung/SemiRealMix",
|
61 |
"Joeythemonster/anything-midjourney-v-4-1",
|