Update app.py
Browse filesediting neg prompts
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,
|
| 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, 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)
|