aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_postprocessing.py
AgeCommit message (Collapse)Author
2023-12-04repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC1111
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111
batch images mode
2023-08-04gradio 3.39AUTOMATIC1111
2023-05-10imports cleanup for ruffAUTOMATIC
2023-04-29Merge branch 'dev' into ui-config-tabsAUTOMATIC1111
2023-04-09fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin
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
2023-01-23rework extras tab to use script systemAUTOMATIC