valhalla commited on
Commit
022d3b3
1 Parent(s): 93b806c

use different styles

Browse files
Files changed (1) hide show
  1. 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
- "Photographic",
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
- "Photographic",
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
- "Photographic",
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
- "Photographic",
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
- "Photographic",
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,