Spaces:
Runtime error
Runtime error
use different styles
Browse files- app_base.py +5 -5
app_base.py
CHANGED
@@ -76,7 +76,7 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
76 |
"assets/org_canny.jpg",
|
77 |
"Mystical fairy in real, magic, 4k picture, high quality",
|
78 |
"canny",
|
79 |
-
"
|
80 |
5.0,
|
81 |
1.0,
|
82 |
0,
|
@@ -86,7 +86,7 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
86 |
"assets/org_sketch.png",
|
87 |
"a robot, mount fuji in the background, 4k photo, highly detailed",
|
88 |
"sketch",
|
89 |
-
"
|
90 |
5.0,
|
91 |
1.0,
|
92 |
0,
|
@@ -106,7 +106,7 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
106 |
"assets/org_mid.jpg",
|
107 |
"A photo of a room, 4k photo, highly detailed",
|
108 |
"depth-midas",
|
109 |
-
"
|
110 |
5.0,
|
111 |
1.0,
|
112 |
0,
|
@@ -126,7 +126,7 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
126 |
"assets/people.jpg",
|
127 |
"A couple, 4k photo, highly detailed",
|
128 |
"openpose",
|
129 |
-
"
|
130 |
5.0,
|
131 |
1.0,
|
132 |
0,
|
@@ -146,7 +146,7 @@ def create_demo(model: Model) -> gr.Blocks:
|
|
146 |
"assets/openpose-image.png",
|
147 |
"spiderman, 4k photo, highly detailed",
|
148 |
"openpose",
|
149 |
-
"
|
150 |
5.0,
|
151 |
1.0,
|
152 |
0,
|
|
|
76 |
"assets/org_canny.jpg",
|
77 |
"Mystical fairy in real, magic, 4k picture, high quality",
|
78 |
"canny",
|
79 |
+
"Anime",
|
80 |
5.0,
|
81 |
1.0,
|
82 |
0,
|
|
|
86 |
"assets/org_sketch.png",
|
87 |
"a robot, mount fuji in the background, 4k photo, highly detailed",
|
88 |
"sketch",
|
89 |
+
"Neonpunk",
|
90 |
5.0,
|
91 |
1.0,
|
92 |
0,
|
|
|
106 |
"assets/org_mid.jpg",
|
107 |
"A photo of a room, 4k photo, highly detailed",
|
108 |
"depth-midas",
|
109 |
+
"Fantasy art",
|
110 |
5.0,
|
111 |
1.0,
|
112 |
0,
|
|
|
126 |
"assets/people.jpg",
|
127 |
"A couple, 4k photo, highly detailed",
|
128 |
"openpose",
|
129 |
+
"Manga",
|
130 |
5.0,
|
131 |
1.0,
|
132 |
0,
|
|
|
146 |
"assets/openpose-image.png",
|
147 |
"spiderman, 4k photo, highly detailed",
|
148 |
"openpose",
|
149 |
+
"Pixel art",
|
150 |
5.0,
|
151 |
1.0,
|
152 |
0,
|