aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postprocessing.py
AgeCommit message (Collapse)AuthorLines
2023-12-04repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC1111-2/+6
2023-12-04repair old handler for postprocessing APIAUTOMATIC1111-1/+1
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111-23/+69
batch images mode
2023-12-02extras tab batch: actually use original filenameAUTOMATIC1111-1/+3
preprocessing upscale: do not do an extra upscale step if it's not needed
2023-11-15hotfix: call shared.state.end() after postprocessing doneAngelBottomless-1/+1
2023-08-11Refactor postprocessing to use generator to resolve OOM issuescatboxanon-32/+31
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