aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
* fix extras big batch crashesAndray2024-01-191-2/+2
|
* Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-3/+4
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-2/+2
| | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
* linterAUTOMATIC11112024-01-011-1/+1
|
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-2/+2
|
* repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC11112023-12-041-2/+6
|
* repair old handler for postprocessing APIAUTOMATIC11112023-12-041-1/+1
|
* remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-021-23/+69
| | | | batch images mode
* extras tab batch: actually use original filenameAUTOMATIC11112023-12-021-1/+3
| | | | preprocessing upscale: do not do an extra upscale step if it's not needed
* hotfix: call shared.state.end() after postprocessing doneAngelBottomless2023-11-151-1/+1
|
* Refactor postprocessing to use generator to resolve OOM issuescatboxanon2023-08-111-32/+31
|
* Merge branch 'dev' into better-status-reporting-1AUTOMATIC11112023-07-081-1/+3
|\
| * Use read_info_from_image in postprocessingAarni Koskela2023-07-031-1/+3
| | | | | | | | Avoids bad keys such as `exif` ending up in the "PNG info" passed forward
* | Add job argument to State.begin()Aarni Koskela2023-07-031-2/+1
|/
* Merge branch 'dev' into masterAUTOMATIC11112023-04-291-2/+7
|\
| * remove unneded imports and type signatureAUTOMATIC2023-04-291-3/+1
| |
| * Merge branch 'dev' into fix_batch_processingAUTOMATIC11112023-04-291-2/+8
| |\
| | * bump gradio to 3.27AUTOMATIC2023-04-291-0/+1
| | |
| | * bump gradio to 3.27AUTOMATIC2023-04-291-2/+7
| | |
| * | fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin2023-04-091-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.
* / Update postprocessing.pyPluventi2023-04-031-1/+1
|/ | | | Solution for anyone getting an error when batching on extras, even with a clean install of "stable diffusion webui"
* a possible fix for broken image upscalingAUTOMATIC2023-01-231-1/+1
|
* rework extras tab to use script systemAUTOMATIC2023-01-231-176/+60
|
* split oversize extras.py to postprocessing.pyAUTOMATIC2023-01-221-252/+5
|
* Split history extras.py to postprocessing.pyAndrey2023-01-221-0/+466