aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postprocessing.py
AgeCommit message (Collapse)AuthorLines
2023-07-08Merge branch 'dev' into better-status-reporting-1AUTOMATIC1111-1/+3
2023-07-03Use read_info_from_image in postprocessingAarni Koskela-1/+3
Avoids bad keys such as `exif` ending up in the "PNG info" passed forward
2023-07-03Add job argument to State.begin()Aarni Koskela-2/+1
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-2/+7
2023-04-29remove unneded imports and type signatureAUTOMATIC-3/+1
2023-04-29Merge branch 'dev' into fix_batch_processingAUTOMATIC1111-2/+8
2023-04-29bump gradio to 3.27AUTOMATIC-0/+1
2023-04-29bump gradio to 3.27AUTOMATIC-2/+7
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-04-03Update postprocessing.pyPluventi-1/+1
Solution for anyone getting an error when batching on extras, even with a clean install of "stable diffusion webui"
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