diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-31 06:56:38 +0000 |
---|---|---|
committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-31 06:56:38 +0000 |
commit | 3ebdd2afd3769046289880d44bbe1322a832073f (patch) | |
tree | df512082ff85599c63dfbe1018d1903238c4154f /scripts | |
parent | 69ad46b047678a7a97a152a20e702bac61e37b8b (diff) | |
download | stable-diffusion-webui-gfx803-3ebdd2afd3769046289880d44bbe1322a832073f.tar.gz stable-diffusion-webui-gfx803-3ebdd2afd3769046289880d44bbe1322a832073f.tar.bz2 stable-diffusion-webui-gfx803-3ebdd2afd3769046289880d44bbe1322a832073f.zip |
Don't return upscaling_res_switch_btn
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/postprocessing_upscale.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/postprocessing_upscale.py b/scripts/postprocessing_upscale.py index bf27b64d..e60208ac 100644 --- a/scripts/postprocessing_upscale.py +++ b/scripts/postprocessing_upscale.py @@ -49,7 +49,6 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing): "upscale_to_width": upscaling_resize_w,
"upscale_to_height": upscaling_resize_h,
"upscale_crop": upscaling_crop,
- "upscaling_res_switch_btn": upscaling_res_switch_btn,
"upscaler_1_name": extras_upscaler_1,
"upscaler_2_name": extras_upscaler_2,
"upscaler_2_visibility": extras_upscaler_2_visibility,
|