Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(
|
|
69 |
gr.Textbox(
|
70 |
label="Negative Prompt",
|
71 |
placeholder="What should not be in the image",
|
72 |
-
|
73 |
),
|
74 |
gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="DDIM"),
|
75 |
gr.Number(label="Seed", value=0, step=1),
|
|
|
69 |
gr.Textbox(
|
70 |
label="Negative Prompt",
|
71 |
placeholder="What should not be in the image",
|
72 |
+
value="(worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3)"
|
73 |
),
|
74 |
gr.Dropdown(label="Sampler", choices=["DPM", "EulerA", "LMS", "DDIM"], value="DDIM"),
|
75 |
gr.Number(label="Seed", value=0, step=1),
|