Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
|
135 |
# result = gr.Gallery(label="Right is Res-Adapt-LORA and Left is Base"),
|
136 |
with gr.Accordion("Advanced options", open=False):
|
137 |
with gr.Row():
|
138 |
-
use_negative_prompt = gr.Checkbox(label="Use negative prompt",value=
|
139 |
use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
|
140 |
use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
|
141 |
negative_prompt = gr.Text(
|
|
|
135 |
# result = gr.Gallery(label="Right is Res-Adapt-LORA and Left is Base"),
|
136 |
with gr.Accordion("Advanced options", open=False):
|
137 |
with gr.Row():
|
138 |
+
use_negative_prompt = gr.Checkbox(label="Use negative prompt",value="ugly, deformed, noisy, blurry, nsfw, low contrast, text, BadDream, 3d, cgi, render, fake, anime, open mouth, big forehead, long neck")
|
139 |
use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
|
140 |
use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
|
141 |
negative_prompt = gr.Text(
|