seawolf2357 commited on
Commit
4e297e3
·
verified ·
1 Parent(s): 5bed75e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,9 +41,9 @@ with gr.Blocks() as demo:
41
  btn_15 = gr.Button("Run")
42
  output = gr.Image(label="Result")
43
  gr.Examples(examples=[
44
- "Echoes of a forgotten song drift across the moonlit sea, where a ghost ship sails, its spectral crew bound to an eternal quest for redemption.",
45
- "Roger rabbit as a real person, photorealistic, cinematic.",
46
- "tanding tall amidst the ruins, a stone golem awakens, vines and flowers sprouting from the crevices in its body."
47
  ], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
48
 
49
  btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
 
41
  btn_15 = gr.Button("Run")
42
  output = gr.Image(label="Result")
43
  gr.Examples(examples=[
44
+ "a beautiful woman, full body visible, walking pose, red dress wear, direct frontal gaze, white color background, realritics photo, 16k",
45
+ "a beautiful woman, full body visible, direct frontal gaze, white color background, realritics photo, 16k",
46
+ "a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k"
47
  ], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
48
 
49
  btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])