Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"
|
8 |
-
"wavymulder/portraitplus",
|
9 |
"coreco/seek.art_MEGA",
|
10 |
"SG161222/Realistic_Vision_V1.4",
|
11 |
"claudfuen/photorealistic-fuen-v1",
|
@@ -27,6 +26,8 @@ models = [
|
|
27 |
"circulus/sd-photoreal-v2.5",
|
28 |
"circulus/sd-anireal-3d-v2",
|
29 |
"circulus/sd-anireal-v2.8",
|
|
|
|
|
30 |
"gsdf/Counterfeit-V2.0",
|
31 |
"stablediffusionapi/counterfeit-v30",
|
32 |
"dreamlike-art/dreamlike-anime-1.0",
|
@@ -114,7 +115,6 @@ models = [
|
|
114 |
"NoCrypt/SomethingV2",
|
115 |
"stablediffusionapi/three-delicacy",
|
116 |
"stablediffusionapi/three-delicacy-wonto",
|
117 |
-
"wavymulder/Analog-Diffusion",
|
118 |
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
119 |
"nitrosocke/elden-ring-diffusion",
|
120 |
"prompthero/linkedin-diffusion",
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"stablediffusionapi/amireal"
|
|
|
8 |
"coreco/seek.art_MEGA",
|
9 |
"SG161222/Realistic_Vision_V1.4",
|
10 |
"claudfuen/photorealistic-fuen-v1",
|
|
|
26 |
"circulus/sd-photoreal-v2.5",
|
27 |
"circulus/sd-anireal-3d-v2",
|
28 |
"circulus/sd-anireal-v2.8",
|
29 |
+
"wavymulder/portraitplus",
|
30 |
+
"wavymulder/Analog-Diffusion",
|
31 |
"gsdf/Counterfeit-V2.0",
|
32 |
"stablediffusionapi/counterfeit-v30",
|
33 |
"dreamlike-art/dreamlike-anime-1.0",
|
|
|
115 |
"NoCrypt/SomethingV2",
|
116 |
"stablediffusionapi/three-delicacy",
|
117 |
"stablediffusionapi/three-delicacy-wonto",
|
|
|
118 |
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
119 |
"nitrosocke/elden-ring-diffusion",
|
120 |
"prompthero/linkedin-diffusion",
|