aboutsummaryrefslogtreecommitdiff
path: root/modules/postprocessing.py
AgeCommit message (Collapse)Author
2023-12-04repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC1111
2023-12-04repair old handler for postprocessing APIAUTOMATIC1111
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111
batch images mode
2023-12-02extras tab batch: actually use original filenameAUTOMATIC1111
preprocessing upscale: do not do an extra upscale step if it's not needed
2023-11-15hotfix: call shared.state.end() after postprocessing doneAngelBottomless
2023-08-11Refactor postprocessing to use generator to resolve OOM issuescatboxanon
2023-07-08Merge branch 'dev' into better-status-reporting-1AUTOMATIC1111
2023-07-03Use read_info_from_image in postprocessingAarni Koskela
Avoids bad keys such as `exif` ending up in the "PNG info" passed forward
2023-07-03Add job argument to State.begin()Aarni Koskela
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111
2023-04-29remove unneded imports and type signatureAUTOMATIC
2023-04-29Merge branch 'dev' into fix_batch_processingAUTOMATIC1111
2023-04-29bump gradio to 3.27AUTOMATIC
2023-04-29bump gradio to 3.27AUTOMATIC
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-04-03Update postprocessing.pyPluventi
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
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-22split oversize extras.py to postprocessing.pyAUTOMATIC
2023-01-22Split history extras.py to postprocessing.pyAndrey