aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripts.py
AgeCommit message (Collapse)AuthorLines
2022-11-06add ability to create extensions that add localizationsAUTOMATIC-1/+0
2022-11-04change process_one virtual function for script to process_batch, add extra ↵AUTOMATIC-5/+11
args and docs
2022-11-04Merge pull request #4182 from macrosoft/process_oneAUTOMATIC1111-0/+16
Process one
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC-16/+18
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
2022-11-02add number of itterArtem Zagidulin-3/+3
2022-11-02process_oneArtem Zagidulin-0/+16
2022-10-31add initial version of the extensions tabAUTOMATIC-17/+4
fix broken Restart Gradio button
2022-10-29add postprocess call for scriptsAUTOMATIC-3/+21
2022-10-26Add id access to scripts list in the cssxmodar-1/+1
2022-10-22further support for extensionsAUTOMATIC-9/+35
2022-10-22removed aesthetic gradients as built-inAUTOMATIC-54/+156
added support for extensions
2022-10-18update scripts.pyふぁ-1/+1
2022-10-18Add scripts to ui-config,jsonふぁ-2/+13
2022-10-17only read files with .py extension from the scripts dirAUTOMATIC-0/+3
2022-10-02correct indentDepFA-23/+25
2022-10-02add script body only refreshDepFA-0/+23
2022-10-01add script reload methodDepFA-0/+9
2022-09-29drop the printHanusz Leszek-1/+0
2022-09-29Sort scripts loading orderHanusz Leszek-1/+2
2022-09-25add attribute to custom script controlsDepFA-0/+1
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC-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
2022-09-17Move comments to scripts.pyJashoBell-0/+19
2022-09-15Update scripts.pyOWKenobi-0/+1
fixes bug #464, which happens when controls is None, which leads to args_to being None.
2022-09-14do not die on failing to load script #426AUTOMATIC-3/+3
2022-09-08More informative progress printingJohannesGaessler-0/+3
2022-09-04added poor man's inpainting scriptAUTOMATIC-38/+62
2022-09-03fix to make scripts that failed to compile not crash the programAUTOMATIC-11/+15
2022-09-03Don't iterate over scripts if it doesn't existhentailord85ez-0/+3
2022-09-03support for scriptsAUTOMATIC-11/+71
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC-0/+53