aboutsummaryrefslogtreecommitdiff
path: root/modules/scripts.py
AgeCommit message (Collapse)Author
2023-09-09linterAUTOMATIC1111
2023-09-09fix the bug in script-info APIAUTOMATIC1111
2023-08-19second appearanceAUTOMATIC1111
2023-08-19Merge pull request #12653 from S-Del/fix/typoAUTOMATIC1111
fix typo `txt2txt` -> `txt2img`
2023-08-18fix typo `txt2txt` -> `txt2img`S-Del
2023-08-14fix API always using -1 as seedAUTOMATIC1111
2023-08-14make on_before_component/on_after_component possible earlierAUTOMATIC1111
2023-08-13fix broken XYZ plot seedsAUTOMATIC1111
add new callback for scripts to be used before processing
2023-08-12fix broken reuse seedAUTOMATIC1111
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-04gradio 3.39AUTOMATIC1111
2023-08-01support tooltip kwarg for gradio elementsAUTOMATIC1111
2023-07-25Merge pull request #11957 from ljleb/pp-batch-listAUTOMATIC1111
Add postprocess_batch_list script callback
2023-07-25Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC1111
typo fix
2023-07-24add postprocess_batch_list callbackljleb
2023-07-21typo fixw-e-w
2023-07-08Merge pull request #11488 from ↵AUTOMATIC1111
AUTOMATIC1111/callback-after_extra_networks_activate add callback after_extra_networks_activate
2023-07-08whitespace for #11477AUTOMATIC1111
2023-07-08Merge pull request #11477 from hako-mikan/masterAUTOMATIC1111
add `before_hr` script callback
2023-06-29add callback after_extra_networks_activatew-e-w
2023-06-28add 'before_hr callback' script callbackhako-mikan
2023-06-27Merge branch 'dev' into meta_classAUTOMATIC1111
2023-06-16:bug: Allow Script to have metaclasshuchenlei
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela
by hand
2023-05-21work on startup profile displayAUTOMATIC
2023-05-19Make load_scripts create new runners (removes reload_scripts)Aarni Koskela
2023-05-17add /sdapi/v1/script-info apiAUTOMATIC
2023-05-10fixes for B007AUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-03-25Fix padding on accordion/dropdown list elementsspace-nuko
2023-03-25Merge pull request #8803 from mlhub-action/fix_scripts_load_orderAUTOMATIC1111
Fix scripts load order
2023-03-25hide delete button for single-item dropdownAUTOMATIC
more stylistic changes
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-03-23Fix scripts load ordersumof2primes
- 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
2023-03-22Fix scripts load ordersumof2primes
- 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
2023-03-11Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC1111
Allow extensions to declare paste fields for "Send to X" buttons
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
Fixes X/Y/Z Plot parameters not being restored from images
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC
fix some style inconsistenices
2023-01-26adds components to infotext_fieldsEllangoK
allows for loading script params
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 ↵AUTOMATIC
in ids for scripts that only exist on one tab
2022-12-14Fix various typosJim Hays