DGSpitzer commited on
Commit
4ae5d10
1 Parent(s): 526ebf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -148,11 +148,11 @@ with gr.Blocks(css=css) as demo:
148
  share_button.click(None, [], [], _js=share_js)
149
 
150
  gr.Examples([
151
- ["portrait of anime girl", 7.5, 27],
152
- ["a beautiful perfect face girl, Anime fine details portrait of school girl in front of modern tokyo city landscape on the background deep bokeh, anime masterpiece by studio ghibli, 8k, sharp high quality anime, artstation", 7.5, 27],
153
- ["cyberpunk city landscape with fancy car", 7.5, 27],
154
- ["portrait of liu yifei girl, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus", 7.5, 27],
155
- ["portrait of a muscular beard male in dgs illustration style, half-body, holding robot arms, strong chest", 7.5, 27],
156
  ], [prompt, guidance, steps], image_out, inference_example, cache_examples=torch.cuda.is_available())
157
  gr.Markdown('''
158
  Models and Space by [@DGSpitzer](https://www.youtube.com/channel/UCzzsYBF4qwtMwJaPJZ5SuPg)❤️ [@大谷的游戏创作小屋](https://space.bilibili.com/176003)
148
  share_button.click(None, [], [], _js=share_js)
149
 
150
  gr.Examples([
151
+ ["portrait of a beautiful fancy gorgeous anime girl, intricate details", 7, 20],
152
+ ["a beautiful perfect face girl, Anime fine details portrait of school girl in front of modern tokyo city landscape on the background deep bokeh, anime masterpiece by studio ghibli, 8k, sharp high quality anime, artstation", 7, 20],
153
+ ["city landscape with fancy car, racing on the road, gopro, intricate details, 4k, cyberpunk", 7, 20],
154
+ ["portrait of liu yifei girl, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus", 7, 20],
155
+ ["portrait of a muscular beard male in dgs illustration style, half-body, holding robot arms, strong chest", 7, 20],
156
  ], [prompt, guidance, steps], image_out, inference_example, cache_examples=torch.cuda.is_available())
157
  gr.Markdown('''
158
  Models and Space by [@DGSpitzer](https://www.youtube.com/channel/UCzzsYBF4qwtMwJaPJZ5SuPg)❤️ [@大谷的游戏创作小屋](https://space.bilibili.com/176003)