Spaces:
Running
Running
add censored to neg prompt
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ with gr.Blocks(title="Anima 2B (CPU)") as demo:
|
|
| 120 |
placeholder="anime girl with silver hair, fantasy armor, dramatic lighting")
|
| 121 |
neg_input = gr.Textbox(label="Negative Prompt", lines=2,
|
| 122 |
placeholder="lowres, bad anatomy, bad hands, text, error, worst quality",
|
| 123 |
-
value="lowres, bad anatomy, bad hands, text, error, worst quality, blurry")
|
| 124 |
res_input = gr.Dropdown(choices=RESOLUTIONS, value="512x512", label="Resolution")
|
| 125 |
with gr.Row():
|
| 126 |
steps_input = gr.Slider(minimum=4, maximum=30, value=8, step=1, label="Steps")
|
|
|
|
| 120 |
placeholder="anime girl with silver hair, fantasy armor, dramatic lighting")
|
| 121 |
neg_input = gr.Textbox(label="Negative Prompt", lines=2,
|
| 122 |
placeholder="lowres, bad anatomy, bad hands, text, error, worst quality",
|
| 123 |
+
value="lowres, bad anatomy, bad hands, text, error, worst quality, blurry, censored")
|
| 124 |
res_input = gr.Dropdown(choices=RESOLUTIONS, value="512x512", label="Resolution")
|
| 125 |
with gr.Row():
|
| 126 |
steps_input = gr.Slider(minimum=4, maximum=30, value=8, step=1, label="Steps")
|