DGSpitzer commited on
Commit
2eba446
·
1 Parent(s): a6289b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -70,12 +70,11 @@ 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, 20],
74
  ["a portrait of muscular soldier male in dgs illustration style, half-body, holding robot arms, strong chest", 7, 20],
75
- ["portrait of ((Harry Potter)) muscular ((male)) in dgs illustration style, photorealistic painting, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus", 7, 20],
76
- ["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, 20],
77
  ["portrait of in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus",
78
- 7, 20],
79
  ], [prompt, guidance, steps], image_out, inference, cache_examples=torch.cuda.is_available())
80
  gr.HTML('''
81
  <div>
 
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, 20],
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, 20],
 
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, 20],
78
  ], [prompt, guidance, steps], image_out, inference, cache_examples=torch.cuda.is_available())
79
  gr.HTML('''
80
  <div>