seawolf2357 commited on
Commit
2d9d3ee
·
verified ·
1 Parent(s): fa786ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -3
app.py CHANGED
@@ -48,9 +48,20 @@ with gr.Blocks() as demo:
48
  btn_15 = gr.Button("Run")
49
  output = gr.Image(label="Result")
50
  gr.Examples(examples=[
51
- "a beautiful woman, full body visible, walking pose, red dress wear, direct frontal gaze, white color background, realritics photo, 16k",
52
- "a beautiful woman, full body visible, direct frontal gaze, white color background, realritics photo, 16k",
53
- "a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k"
 
 
 
 
 
 
 
 
 
 
 
54
  ], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
55
 
56
  btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
 
48
  btn_15 = gr.Button("Run")
49
  output = gr.Image(label="Result")
50
  gr.Examples(examples=[
51
+ "a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
52
+ "a beautiful woman, full body visible, model pose, direct frontal gaze, red color background, realritics photo, 16k",
53
+ "a beautiful woman, Caucasian ethnicity, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
54
+ "a beautiful woman, Black ethnicity, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
55
+ "a beautiful woman, Business attire, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
56
+ "a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
57
+ "a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
58
+ "a handsome man, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
59
+ "a handsome man, full body visible, model pose, suite wear, direct frontal gaze, blue color background, realritics photo, 16k",
60
+ "a handsome man, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
61
+ "a handsome man, Caucasian ethnicity, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
62
+ "a handsome man, Business attire, Black ethnicity, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k",
63
+ "a handsome man, full body visible, model pose, direct frontal gaze, black color background, realritics photo, 16k",
64
+ "a handsome man, full body visible, model pose, direct frontal gaze, gray color background, realritics photo, 16k"
65
  ], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
66
 
67
  btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])