Spaces:
Runtime error
Runtime error
Commit
•
3760ea6
1
Parent(s):
7dd7d9c
add to negative prompt (#9)
Browse files- add to negative prompt (cf209b2147ba5801e221696755029e9edb023ce0)
Co-authored-by: Linoy Tsaban <linoyts@users.noreply.huggingface.co>
app.py
CHANGED
@@ -362,7 +362,7 @@ with gr.Blocks(css=css) as demo:
|
|
362 |
negative_prompt = gr.Textbox(
|
363 |
label="Negative Prompt",
|
364 |
placeholder="low quality",
|
365 |
-
value="(lowres, low quality, worst quality:1.2), (text:1.2), watermark, (frame:1.2), deformed, ugly, deformed eyes, blur, out of focus, blurry, deformed cat, deformed, photo, anthropomorphic cat, monochrome, pet collar, gun, weapon, blue, 3d, drones, drone, buildings in background, green",
|
366 |
)
|
367 |
num_steps = gr.Slider(
|
368 |
label="Number of sample steps",
|
|
|
362 |
negative_prompt = gr.Textbox(
|
363 |
label="Negative Prompt",
|
364 |
placeholder="low quality",
|
365 |
+
value="(lowres, low quality, worst quality:1.2), (text:1.2), watermark, (frame:1.2), deformed, ugly, deformed eyes, blur, out of focus, blurry, deformed cat, deformed, nudity,naked, bikini, skimpy, scanty, bare skin, lingerie, swimsuit, exposed, see-through, photo, anthropomorphic cat, monochrome, pet collar, gun, weapon, blue, 3d, drones, drone, buildings in background, green",
|
366 |
)
|
367 |
num_steps = gr.Slider(
|
368 |
label="Number of sample steps",
|