aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripts.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #8803 from mlhub-action/fix_scripts_load_orderAUTOMATIC11112023-03-251-1/+9
|\ | | | | Fix scripts load order
| * Fix scripts load ordersumof2primes2023-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | - 1st webui, 2nd extensions-builtin, 3rd extensions - to load scripts independent of --data-dir - change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path] e.g., scripts/xyz_grid.py dependent extentions should loaded later extensions\sd-webui-controlnet\scripts\xyz_grid_support.py extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py
| * Fix scripts load ordersumof2primes2023-03-221-1/+9
| | | | | | | | | | | | | | | | | | | | - 1st webui, 2nd extensions-builtin, 3rd extensions - to load scripts independent of --data-dir - change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path] e.g., scripts/xyz_grid.py dependent extentions should loaded later extensions\sd-webui-controlnet\scripts\xyz_grid_support.py extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py
* | hide delete button for single-item dropdownAUTOMATIC2023-03-251-2/+13
| | | | | | | | more stylistic changes
* | initial gradio 3.22 supportAUTOMATIC2023-03-251-0/+3
|/
* Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC11112023-03-111-0/+9
|\ | | | | Allow extensions to declare paste fields for "Send to X" buttons
| * Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko2023-02-141-0/+9
| |
* | Add before_process_batch script callbackspace-nuko2023-02-221-0/+23
|/
* Merge pull request #7231 from EllangoK/masterAUTOMATIC11112023-01-281-0/+14
|\ | | | | Fixes X/Y/Z Plot parameters not being restored from images
| * adds components to infotext_fieldsEllangoK2023-01-261-0/+14
| | | | | | | | allows for loading script params
* | add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC2023-01-261-4/+28
|/ | | | fix some style inconsistenices
* rework extras tab to use script systemAUTOMATIC2023-01-231-8/+20
|
* Expose the compiled class module of scripts to extensionsspace-nuko2023-01-111-3/+3
|
* remove restriction for saving dropdowns to ui-config.jsonAUTOMATIC2023-01-061-1/+0
|
* rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC2023-01-051-0/+10
| | | | in ids for scripts that only exist on one tab
* Fix various typosJim Hays2022-12-151-2/+2
|
* remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC2022-12-101-0/+20
| | | | extensions section
* Add API for scripts to add elements anywhere in UI.AUTOMATIC2022-11-191-3/+66
|
* make existing script loading and new preload code use same code for loading ↵AUTOMATIC2022-11-121-29/+17
| | | | | | modules limit extension preload scripts to just one file named preload.py
* fix a bug in list_files_with_nameTong Zeng2022-11-101-1/+1
|
* add ability to create extensions that add localizationsAUTOMATIC2022-11-061-1/+0
|
* change process_one virtual function for script to process_batch, add extra ↵AUTOMATIC2022-11-041-5/+11
| | | | args and docs
* Merge pull request #4182 from macrosoft/process_oneAUTOMATIC11112022-11-041-0/+16
|\ | | | | Process one
| * add number of itterArtem Zagidulin2022-11-021-3/+3
| |
| * process_oneArtem Zagidulin2022-11-021-0/+16
| |
* | do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-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
* add initial version of the extensions tabAUTOMATIC2022-10-311-17/+4
| | | | fix broken Restart Gradio button
* add postprocess call for scriptsAUTOMATIC2022-10-291-3/+21
|
* Add id access to scripts list in the cssxmodar2022-10-261-1/+1
|
* further support for extensionsAUTOMATIC2022-10-221-9/+35
|
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-54/+156
| | | | added support for extensions
* update scripts.pyふぁ2022-10-181-1/+1
|
* Add scripts to ui-config,jsonふぁ2022-10-181-2/+13
|
* only read files with .py extension from the scripts dirAUTOMATIC2022-10-171-0/+3
|
* correct indentDepFA2022-10-021-23/+25
|
* add script body only refreshDepFA2022-10-021-0/+23
|
* add script reload methodDepFA2022-10-011-0/+9
|
* 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