aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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