aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sd_upscale.py
AgeCommit message (Collapse)AuthorLines
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10fixes for B007AUTOMATIC-2/+2
2023-05-10imports cleanup for ruffAUTOMATIC-2/+2
2023-01-05allow sdupscale to accept upscaler namenoodleanon-0/+2
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC-6/+0
in ids for scripts that only exist on one tab
2023-01-05Refactor elem_prefix as function elem_idme-6/+10
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me-1/+1
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme-3/+5
2023-01-02make it possible to use fractional values for SD upscale.AUTOMATIC-1/+1
2022-12-25fix ruined SD upscaleAUTOMATIC-1/+2
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004-1/+1
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004-11/+6
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004-12/+18
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC-2/+2
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
2022-10-02Prevent upscaling when None is selected for SD upscaleJocke-1/+5
2022-09-30fix sd_upscaleC43H66N12O12S2-1/+1
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC-0/+93
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs