kfahn commited on
Commit
31f6e63
1 Parent(s): 8cc5e29

Update app.py

Browse files

Add more negative prompts

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
79
  with gr.Row():
80
  with gr.Column():
81
  prompts = gr.Textbox(label="Prompt", placeholder="animal standing, best quality, highres")
82
- negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, bad muzzle, bad anatomy, missing ears, missing paws")
83
  conditioning_image = gr.Image(label="Conditioning Image")
84
  run_btn = gr.Button("Run")
85
  wandb = wandb_report(report_url)
 
79
  with gr.Row():
80
  with gr.Column():
81
  prompts = gr.Textbox(label="Prompt", placeholder="animal standing, best quality, highres")
82
+ negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, bad face, two heads, bad muzzle, bad anatomy, missing ears, missing paws")
83
  conditioning_image = gr.Image(label="Conditioning Image")
84
  run_btn = gr.Button("Run")
85
  wandb = wandb_report(report_url)