Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/RainbowDreams",
|
| 8 |
"dreamlike-art/dreamlike-anime-1.0",
|
| 9 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
|
@@ -94,7 +95,6 @@ models = [
|
|
| 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
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/RainbowClassicAnime",
|
| 8 |
"Yntec/RainbowDreams",
|
| 9 |
"dreamlike-art/dreamlike-anime-1.0",
|
| 10 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
|
|
|
| 95 |
"stablediffusionapi/chilloutmix-4264",
|
| 96 |
"stablediffusionapi/majicmixv5", #192
|
| 97 |
"stablediffusionapi/product-design", #194
|
|
|
|
| 98 |
"kandinsky-community/kandinsky-2-1", #251
|
| 99 |
|
| 100 |
"digiplay/2.5DSET_diffusers", #227
|