aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripts.py
AgeCommit message (Expand)AuthorLines
2023-07-24add postprocess_batch_list callbackljleb-0/+32
2023-07-21typo fixw-e-w-1/+1
2023-07-08Merge pull request #11488 from AUTOMATIC1111/callback-after_extra_networks_ac...AUTOMATIC1111-0/+23
2023-07-08whitespace for #11477AUTOMATIC1111-1/+1
2023-07-08Merge pull request #11477 from hako-mikan/masterAUTOMATIC1111-0/+14
2023-06-29add callback after_extra_networks_activatew-e-w-0/+23
2023-06-28add 'before_hr callback' script callbackhako-mikan-0/+14
2023-06-27Merge branch 'dev' into meta_classAUTOMATIC1111-69/+84
2023-06-16:bug: Allow Script to have metaclasshuchenlei-1/+2
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC-69/+83
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC-45/+71
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-12/+11
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-23/+12
2023-05-21work on startup profile displayAUTOMATIC-1/+2
2023-05-19Make load_scripts create new runners (removes reload_scripts)Aarni Koskela-11/+10
2023-05-17add /sdapi/v1/script-info apiAUTOMATIC-1/+28
2023-05-10fixes for B007AUTOMATIC-5/+5
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-2/+3
2023-03-25Fix padding on accordion/dropdown list elementsspace-nuko-0/+12
2023-03-25Merge pull request #8803 from mlhub-action/fix_scripts_load_orderAUTOMATIC1111-1/+9
2023-03-25hide delete button for single-item dropdownAUTOMATIC-2/+13
2023-03-25initial gradio 3.22 supportAUTOMATIC-0/+3
2023-03-23Fix scripts load ordersumof2primes-1/+1
2023-03-22Fix scripts load ordersumof2primes-1/+9
2023-03-11Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC1111-0/+9
2023-02-22Add before_process_batch script callbackspace-nuko-0/+23
2023-02-14Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko-0/+9
2023-01-28Merge pull request #7231 from EllangoK/masterAUTOMATIC1111-0/+14
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC-4/+28
2023-01-26adds components to infotext_fieldsEllangoK-0/+14
2023-01-23rework extras tab to use script systemAUTOMATIC-8/+20
2023-01-10Expose the compiled class module of scripts to extensionsspace-nuko-3/+3
2023-01-06remove restriction for saving dropdowns to ui-config.jsonAUTOMATIC-1/+0
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC-0/+10
2022-12-14Fix various typosJim Hays-2/+2
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the e...AUTOMATIC-0/+20
2022-11-19Add API for scripts to add elements anywhere in UI.AUTOMATIC-3/+66
2022-11-12make existing script loading and new preload code use same code for loading m...AUTOMATIC-29/+17
2022-11-10fix a bug in list_files_with_nameTong Zeng-1/+1
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 ar...AUTOMATIC-5/+11
2022-11-04Merge pull request #4182 from macrosoft/process_oneAUTOMATIC1111-0/+16
2022-11-04do not mess with components' visibility for scripts; instead create group com...AUTOMATIC-16/+18
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
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