Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"DucHaiten/DH_ClassicAnime",
|
8 |
"DucHaiten/DucHaitenAnime",
|
9 |
"DucHaiten/DucHaitenAIart",
|
@@ -58,7 +59,6 @@ models = [
|
|
58 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
59 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
60 |
"stablediffusionapi/amireal",
|
61 |
-
"Nacholmo/meinamixv7-diffusers",
|
62 |
"Korakoe/OpenNiji",
|
63 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
64 |
"aipicasso/picasso-diffusion-1-1",
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Nacholmo/meinamixv7-diffusers",
|
8 |
"DucHaiten/DH_ClassicAnime",
|
9 |
"DucHaiten/DucHaitenAnime",
|
10 |
"DucHaiten/DucHaitenAIart",
|
|
|
59 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
60 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
61 |
"stablediffusionapi/amireal",
|
|
|
62 |
"Korakoe/OpenNiji",
|
63 |
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
64 |
"aipicasso/picasso-diffusion-1-1",
|