ciaochaos commited on
Commit
e1290f4
1 Parent(s): 4ccdc0d
app.py CHANGED
@@ -78,6 +78,8 @@ with gr.Blocks() as demo:
78
  examples=[
79
  ["a painting of a village in the mountains", "monochrome", "./conditioning_images/conditioning_image_1.jpg"],
80
  ["three people walking in an alleyway with hats and pants", "monochrome", "./conditioning_images/conditioning_image_2.jpg"],
 
 
81
  ],
82
  inputs=[
83
  prompt, negative_prompt, conditioning_image
 
78
  examples=[
79
  ["a painting of a village in the mountains", "monochrome", "./conditioning_images/conditioning_image_1.jpg"],
80
  ["three people walking in an alleyway with hats and pants", "monochrome", "./conditioning_images/conditioning_image_2.jpg"],
81
+ ["an anime character with blue hair", "monochrome", "./conditioning_images/conditioning_image_3.jpg"],
82
+ ["white object standing on colored ground", "monochrome", "./conditioning_images/conditioning_image_4.jpg"],
83
  ],
84
  inputs=[
85
  prompt, negative_prompt, conditioning_image
conditioning_images/conditioning_image_3.jpg ADDED
conditioning_images/conditioning_image_4.jpg ADDED