aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scripts.py
AgeCommit message (Expand)AuthorLines
2024-01-04Have upscale button use the same seed as hires fix.AUTOMATIC1111-0/+21
2024-01-01handle selectable script_index is Nonew-e-w-1/+3
2023-12-23prevent crash due to Script __init__ exceptionw-e-w-1/+6
2023-12-07Re-implemented soft inpainting via a script. Also fixed some mistakes with th...CodeHatchling-2/+2
2023-12-06Removed soft inpainting, added hooks for softpainting to work instead.CodeHatchling-0/+70
2023-12-02put code that can cause an exception into its own function for #14120AUTOMATIC1111-29/+33
2023-11-27catch uncaught exception with ui creation scriptsw-e-w-25/+29
2023-11-20rework extensions metadata: use custom sorter that doesn't mess the order as ...AUTOMATIC1111-91/+78
2023-11-11bug fixwfjsw-7/+18
2023-11-11allow comma and whitespace as separatorwfjsw-3/+3
2023-11-11remove the assumption of same namewfjsw-51/+30
2023-11-11populate loaded_extensions from extension list insteadwfjsw-3/+2
2023-11-11implementing script metadata and DAG sorting mechanismwfjsw-15/+126
2023-09-09linterAUTOMATIC1111-1/+1
2023-09-09fix the bug in script-info APIAUTOMATIC1111-1/+5
2023-08-19second appearanceAUTOMATIC1111-1/+1
2023-08-19Merge pull request #12653 from S-Del/fix/typoAUTOMATIC1111-1/+1
2023-08-18fix typo `txt2txt` -> `txt2img`S-Del-1/+1
2023-08-14fix API always using -1 as seedAUTOMATIC1111-3/+9
2023-08-14make on_before_component/on_after_component possible earlierAUTOMATIC1111-10/+25
2023-08-13fix broken XYZ plot seedsAUTOMATIC1111-1/+16
2023-08-12fix broken reuse seedAUTOMATIC1111-18/+24
2023-08-12move seed, variation seed and variation seed strength to a single row, dump r...AUTOMATIC1111-1/+76
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-8/+16
2023-08-04gradio 3.39AUTOMATIC1111-60/+0
2023-08-01support tooltip kwarg for gradio elementsAUTOMATIC1111-0/+14
2023-07-25Merge pull request #11957 from ljleb/pp-batch-listAUTOMATIC1111-0/+32
2023-07-25Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC1111-1/+1
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