yeq6x commited on
Commit
0a985ca
·
1 Parent(s): f901151
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks() as demo:
173
  with gr.Row():
174
  img1 = gr.Image(type="pil", label="color Image", height=300)
175
  img2 = gr.Image(type="pil", label="map Image", height=300)
176
- prompt = gr.Textbox("position map, 1girl, white background", label="Prompt")
177
  negative_prompt = gr.Textbox("lowres, bad anatomy, bad hands, bad feet, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry", label="Negative Prompt")
178
  controlnet_conditioning_scale = gr.Slider(label="ControlNet conditioning scale", minimum=0.1, maximum=2.0, value=0.6, step=0.05)
179
  predict_map_btn = gr.Button("Predict Position Map")
 
173
  with gr.Row():
174
  img1 = gr.Image(type="pil", label="color Image", height=300)
175
  img2 = gr.Image(type="pil", label="map Image", height=300)
176
+ prompt = gr.Textbox("position map, 1girl, solo, white background, simple background", label="Prompt")
177
  negative_prompt = gr.Textbox("lowres, bad anatomy, bad hands, bad feet, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry", label="Negative Prompt")
178
  controlnet_conditioning_scale = gr.Slider(label="ControlNet conditioning scale", minimum=0.1, maximum=2.0, value=0.6, step=0.05)
179
  predict_map_btn = gr.Button("Predict Position Map")