Merge pull request #3976 from victorca25/esrgan_fea

multiple trivial changes for "extras" models
This commit is contained in:
AUTOMATIC1111
2022-11-02 14:09:38 +03:00
committed by GitHub
4 changed files with 33 additions and 6 deletions

View File

@@ -1054,7 +1054,7 @@ def create_ui(wrap_gradio_gpu_call):
with gr.Tabs(elem_id="extras_resize_mode"):
with gr.TabItem('Scale by'):
upscaling_resize = gr.Slider(minimum=1.0, maximum=4.0, step=0.05, label="Resize", value=2)
upscaling_resize = gr.Slider(minimum=1.0, maximum=8.0, step=0.05, label="Resize", value=4)
with gr.TabItem('Scale to'):
with gr.Group():
with gr.Row():