DGSpitzer commited on
Commit
7700f59
1 Parent(s): 20e485e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks() as demo:
70
  model.change(on_model_change, inputs=model, outputs=[])
71
  run.click(inference, inputs=[prompt, guidance, steps], outputs=image_out)
72
  gr.Examples([
73
- ["portrait of a girl in dgs illustration style, Anime girl, female soldier working in a cyberpunk city, cleavage, ((perfect femine face)), intricate, 8k, highly detailed, shy, digital painting, intense, sharp focus", 7.5, 27],
74
- ["a portrait of muscular soldier male in dgs illustration style, half-body, holding robot arms, strong chest", 7, 20],
75
  ["portrait of liu yifei girl in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus", 7.5, 27],
76
  ["portrait of in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus",
77
  7.5, 27],
 
70
  model.change(on_model_change, inputs=model, outputs=[])
71
  run.click(inference, inputs=[prompt, guidance, steps], outputs=image_out)
72
  gr.Examples([
73
+ ["a beautiful perfect face girl in dgs illustration style, 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],
74
+ ["dgs landscape with fancy car", 7.5, 27],
75
  ["portrait of liu yifei girl in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus", 7.5, 27],
76
  ["portrait of in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus",
77
  7.5, 27],