aboutsummaryrefslogtreecommitdiff
path: root/modules/scripts.py
AgeCommit message (Expand)Author
2023-03-25hide delete button for single-item dropdownAUTOMATIC
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-03-11Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC1111
2023-02-22Add before_process_batch script callbackspace-nuko
2023-02-14Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko
2023-01-28Merge pull request #7231 from EllangoK/masterAUTOMATIC1111
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC
2023-01-26adds components to infotext_fieldsEllangoK
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-10Expose the compiled class module of scripts to extensionsspace-nuko
2023-01-06remove restriction for saving dropdowns to ui-config.jsonAUTOMATIC
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC
2022-12-14Fix various typosJim Hays
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the e...AUTOMATIC
2022-11-19Add API for scripts to add elements anywhere in UI.AUTOMATIC
2022-11-12make existing script loading and new preload code use same code for loading m...AUTOMATIC
2022-11-10fix a bug in list_files_with_nameTong Zeng
2022-11-06add ability to create extensions that add localizationsAUTOMATIC
2022-11-04change process_one virtual function for script to process_batch, add extra ar...AUTOMATIC
2022-11-04Merge pull request #4182 from macrosoft/process_oneAUTOMATIC1111
2022-11-04do not mess with components' visibility for scripts; instead create group com...AUTOMATIC
2022-11-02add number of itterArtem Zagidulin
2022-11-02process_oneArtem Zagidulin
2022-10-31add initial version of the extensions tabAUTOMATIC
2022-10-29add postprocess call for scriptsAUTOMATIC
2022-10-26Add id access to scripts list in the cssxmodar
2022-10-22further support for extensionsAUTOMATIC
2022-10-22removed aesthetic gradients as built-inAUTOMATIC
2022-10-18update scripts.pyふぁ
2022-10-18Add scripts to ui-config,jsonふぁ
2022-10-17only read files with .py extension from the scripts dirAUTOMATIC
2022-10-02correct indentDepFA
2022-10-02add script body only refreshDepFA
2022-10-01add script reload methodDepFA
2022-09-29drop the printHanusz Leszek
2022-09-29Sort scripts loading orderHanusz Leszek
2022-09-25add attribute to custom script controlsDepFA
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
2022-09-17Move comments to scripts.pyJashoBell
2022-09-15Update scripts.pyOWKenobi
2022-09-14do not die on failing to load script #426AUTOMATIC
2022-09-08More informative progress printingJohannesGaessler
2022-09-04added poor man's inpainting scriptAUTOMATIC
2022-09-03fix to make scripts that failed to compile not crash the programAUTOMATIC
2022-09-03Don't iterate over scripts if it doesn't existhentailord85ez
2022-09-03support for scriptsAUTOMATIC
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC