aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postprocessing.py
AgeCommit message (Collapse)AuthorLines
2023-04-09fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin-2/+4
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-01-23a possible fix for broken image upscalingAUTOMATIC-1/+1
2023-01-23rework extras tab to use script systemAUTOMATIC-176/+60
2023-01-22split oversize extras.py to postprocessing.pyAUTOMATIC-252/+5
2023-01-22Split history extras.py to postprocessing.pyAndrey-0/+466