change default to a value that makes sense

pull/17/head
AUTOMATIC 2023-02-04 20:02:01 +03:00
parent 55d9e76fc4
commit e37251c595
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):
upscale_after = gr.Checkbox(False, label="Keep resolution") upscale_after = gr.Checkbox(False, label="Keep resolution")
with gr.Column(): with gr.Column():
pixel_size = gr.Slider(minimum=1, maximum=16, step=1, label="Pixel size", value=1, elem_id="pixelization_pixel_size") pixel_size = gr.Slider(minimum=1, maximum=16, step=1, label="Pixel size", value=4, elem_id="pixelization_pixel_size")
return { return {
"enable": enable, "enable": enable,