aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
AgeCommit message (Expand)AuthorLines
2024-02-11add before_token_counter callback and use it for prompt commentsAUTOMATIC1111-0/+26
2024-01-07make denoiser None by defaultChengsong Zhang-1/+1
2024-01-07add self insteadcontinue-revolution-3/+3
2024-01-07add p to cfgdenoiserparamscontinue-revolution-1/+4
2023-09-09Merge pull request #12846 from a666/deprecated-typesAUTOMATIC1111-3/+3
2023-08-29Add noisy latent to ExtraNoiseParams for callbackcatboxanon-2/+5
2023-08-29Fix some deprecated typesa666-3/+3
2023-08-16Add extra noise callbackcatboxanon-0/+26
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-06-01add hiding and a colspans to startup profile tableAUTOMATIC-1/+2
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC-6/+23
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-2/+2
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-5/+4
2023-05-27custom unet supportAUTOMATIC-0/+20
2023-05-21work on startup profile displayAUTOMATIC-0/+3
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC-0/+21
2023-05-14remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC-3/+0
2023-05-14Update script_callbacks.pySakura-Luna-4/+4
2023-05-14Add/modify CFG callbackscatboxanon-0/+35
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-7/+7
2023-04-29remove unwanted changes from #8789AUTOMATIC-12/+3
2023-04-29Merge pull request #8789 from Rucadi/masterAUTOMATIC1111-1/+24
2023-03-21Update script_callbacks.pyRucadi-1/+0
2023-03-11rename CFGDenoiserParams fields for #8064AUTOMATIC-5/+5
2023-02-24Update script_callbacks.pylaksjdjf-1/+1
2023-02-24Update script_callbacks.pylaksjdjf-1/+7
2023-02-11Add cfg_denoised_callbackopparco-0/+29
2023-02-02Merge branch 'master' of https://github.com/Rucadi/stable-diffusion-webui-pol...rucadi-1/+2
2023-02-02Add a callback called before reloading the serverrucadi-1/+12
2023-02-02Add polling callbackrucadi-0/+12
2023-01-21Lora support!AUTOMATIC-0/+15
2023-01-12Add script callback for fixing infotext parametersspace-nuko-1/+19
2023-01-06add callback for when the script is unloadedAUTOMATIC-1/+17
2023-01-01rework of callback for #6094AUTOMATIC-11/+15
2023-01-01Adding image numbers on gridsAlUlkesh-0/+20
2022-12-16Add a callback called before reloading the serverrucadi-1/+12
2022-12-16Add polling callbackrucadi-0/+12
2022-11-19Add API for scripts to add elements anywhere in UI.AUTOMATIC-0/+35
2022-11-08add callback for creating a tab in train UIAUTOMATIC-2/+25
2022-11-04remove private underscore indicatorDepFA-18/+18
2022-11-04Should be one underscore for module privates not twoDepFA-19/+18
2022-11-02Convert callbacks into a private map, add utility functions for removing call...DepFA-27/+41
2022-11-02fix: should invoke callback as well in api only modeMaiko Tan-1/+2
2022-11-02Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callbackAUTOMATIC1111-1/+37
2022-11-02Class Name typo and add descriptions to fields.DepFA-7/+16
2022-11-01Merge pull request #3723 from stysmmaker/patch/image-save-callbackAUTOMATIC1111-1/+1
2022-10-31docs: add python doc (?)Maiko Sinkyaet Tan-0/+2
2022-10-30add callback cleardownDepFA-1/+1
2022-10-30Add callbacks and param objectsDepFA-0/+27
2022-10-30feat: add app started callbackMaiko Tan-0/+15