aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_postprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
* make extras tab collumns resizableAndray2024-01-231-1/+2
|
* fix tab indexes reset after restart uiAndray2024-01-201-1/+1
|
* Have upscale button use the same seed as hires fix.AUTOMATIC11112024-01-041-1/+1
|
* added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-011-4/+4
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-1/+1
| | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-1/+1
|
* repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC11112023-12-041-1/+1
|
* remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-021-5/+11
| | | | batch images mode
* gradio 3.39AUTOMATIC11112023-08-041-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+1
|
* Merge branch 'dev' into ui-config-tabsAUTOMATIC11112023-04-291-1/+1
|\
| * fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin2023-04-091-1/+1
| | | | | | | | | | | | This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail. Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality.
* | Make selected tab configurable with UI configspace-nuko2023-03-291-3/+3
|/
* rework extras tab to use script systemAUTOMATIC2023-01-231-0/+57