aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_postprocessing.py
AgeCommit message (Collapse)AuthorLines
2024-01-23make extras tab collumns resizableAndray-1/+2
2024-01-20fix tab indexes reset after restart uiAndray-1/+1
2024-01-04Have upscale button use the same seed as hires fix.AUTOMATIC1111-1/+1
2024-01-01added a button to run hires fix on selected image in the galleryAUTOMATIC1111-4/+4
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111-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
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111-1/+1
2023-12-04repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC1111-1/+1
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111-5/+11
batch images mode
2023-08-04gradio 3.39AUTOMATIC1111-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-1/+1
2023-04-29Merge branch 'dev' into ui-config-tabsAUTOMATIC1111-1/+1
2023-04-09fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin-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.
2023-03-29Make selected tab configurable with UI configspace-nuko-3/+3
2023-01-23rework extras tab to use script systemAUTOMATIC-0/+57