aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripts.py
Commit message (Collapse)AuthorAgeFilesLines
* drop the printHanusz Leszek2022-09-291-1/+0
|
* Sort scripts loading orderHanusz Leszek2022-09-291-1/+2
|
* add attribute to custom script controlsDepFA2022-09-251-0/+1
|
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-1/+0
| | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
* Move comments to scripts.pyJashoBell2022-09-171-0/+19
|
* Update scripts.pyOWKenobi2022-09-151-0/+1
| | | fixes bug #464, which happens when controls is None, which leads to args_to being None.
* do not die on failing to load script #426AUTOMATIC2022-09-141-3/+3
|
* More informative progress printingJohannesGaessler2022-09-081-0/+3
|
* added poor man's inpainting scriptAUTOMATIC2022-09-031-38/+62
|
* fix to make scripts that failed to compile not crash the programAUTOMATIC2022-09-031-11/+15
|
* Don't iterate over scripts if it doesn't existhentailord85ez2022-09-031-0/+3
|
* support for scriptsAUTOMATIC2022-09-031-11/+71
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+53