Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
e2bf379
1
Parent(s):
b7e64b3
Update app.py
Browse files
app.py
CHANGED
@@ -215,11 +215,12 @@ with gr.Blocks(css="style.css") as demo:
|
|
215 |
label="Negative Prompt",
|
216 |
max_lines=5,
|
217 |
placeholder="Enter a negative prompt",
|
|
|
218 |
)
|
219 |
aspect_ratio_selector = gr.Radio(
|
220 |
label="Aspect Ratio",
|
221 |
choices=config.aspect_ratios,
|
222 |
-
value="
|
223 |
container=True,
|
224 |
)
|
225 |
with gr.Group(visible=False) as custom_resolution:
|
@@ -261,7 +262,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
261 |
label="Sampler",
|
262 |
choices=config.sampler_list,
|
263 |
interactive=True,
|
264 |
-
value="
|
265 |
)
|
266 |
with gr.Row():
|
267 |
seed = gr.Slider(
|
|
|
215 |
label="Negative Prompt",
|
216 |
max_lines=5,
|
217 |
placeholder="Enter a negative prompt",
|
218 |
+
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)"
|
219 |
)
|
220 |
aspect_ratio_selector = gr.Radio(
|
221 |
label="Aspect Ratio",
|
222 |
choices=config.aspect_ratios,
|
223 |
+
value="1024 x 1024",
|
224 |
container=True,
|
225 |
)
|
226 |
with gr.Group(visible=False) as custom_resolution:
|
|
|
262 |
label="Sampler",
|
263 |
choices=config.sampler_list,
|
264 |
interactive=True,
|
265 |
+
value="DPM++ 2M SDE Karras",
|
266 |
)
|
267 |
with gr.Row():
|
268 |
seed = gr.Slider(
|