aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sd_upscale.py
Commit message (Collapse)AuthorAgeFilesLines
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
|
* fixes for B007AUTOMATIC2023-05-101-2/+2
|
* imports cleanup for ruffAUTOMATIC2023-05-101-2/+2
|
* allow sdupscale to accept upscaler namenoodleanon2023-01-051-0/+2
|
* rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC2023-01-051-6/+0
| | | | in ids for scripts that only exist on one tab
* Refactor elem_prefix as function elem_idme2023-01-051-6/+10
|
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me2023-01-051-1/+1
| | | | prefixes from img exclusive scripts
* Add element ids for script components and a few more in ui.pyme2023-01-041-3/+5
|
* make it possible to use fractional values for SD upscale.AUTOMATIC2023-01-021-1/+1
|
* fix ruined SD upscaleAUTOMATIC2022-12-251-1/+2
|
* Update SD Upscaler to include user selectable Scale Factorkaneda20042022-11-281-1/+1
|
* Update SD Upscaler to include user selectable Scale Factorkaneda20042022-11-281-11/+6
|
* Update SD Upscaler to include user selectable Scale Factorkaneda20042022-11-281-12/+18
|
* do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-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
* Prevent upscaling when None is selected for SD upscaleJocke2022-10-021-1/+5
|
* fix sd_upscaleC43H66N12O12S22022-09-301-1/+1
|
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-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