aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12846 from a666/deprecated-typesAUTOMATIC11112023-09-091-3/+3
|\
| * Fix some deprecated typesa6662023-08-291-3/+3
* | Add noisy latent to ExtraNoiseParams for callbackcatboxanon2023-08-291-2/+5
|/
* Add extra noise callbackcatboxanon2023-08-171-0/+26
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+2
* add hiding and a colspans to startup profile tableAUTOMATIC2023-06-011-1/+2
* Merge branch 'dev' into startup-profileAUTOMATIC2023-06-011-6/+23
|\
| * rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-2/+2
| * Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-291-5/+4
| * custom unet supportAUTOMATIC2023-05-271-0/+20
* | work on startup profile displayAUTOMATIC2023-05-201-0/+3
|/
* make it possible for scripts to add cross attention optimizationsAUTOMATIC2023-05-181-0/+21
* remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC2023-05-141-3/+0
* Update script_callbacks.pySakura-Luna2023-05-141-4/+4
* Add/modify CFG callbackscatboxanon2023-05-141-0/+35
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-7/+7
* remove unwanted changes from #8789AUTOMATIC2023-04-291-12/+3
* Merge pull request #8789 from Rucadi/masterAUTOMATIC11112023-04-291-1/+24
|\
| * Update script_callbacks.pyRucadi2023-03-211-1/+0
| * Merge branch 'master' of https://github.com/Rucadi/stable-diffusion-webui-pol...rucadi2023-02-021-1/+2
| |\
| | * Add a callback called before reloading the serverrucadi2022-12-161-1/+12
| | * Add polling callbackrucadi2022-12-161-0/+12
| * | Add a callback called before reloading the serverrucadi2023-02-021-1/+12
| * | Add polling callbackrucadi2023-02-021-0/+12
* | | rename CFGDenoiserParams fields for #8064AUTOMATIC2023-03-111-5/+5
* | | Update script_callbacks.pylaksjdjf2023-02-241-1/+1
* | | Update script_callbacks.pylaksjdjf2023-02-241-1/+7
* | | Add cfg_denoised_callbackopparco2023-02-111-0/+29
|/ /
* | Lora support!AUTOMATIC2023-01-211-0/+15
* | Add script callback for fixing infotext parametersspace-nuko2023-01-121-1/+19
* | add callback for when the script is unloadedAUTOMATIC2023-01-061-1/+17
* | rework of callback for #6094AUTOMATIC2023-01-011-11/+15
* | Adding image numbers on gridsAlUlkesh2023-01-011-0/+20
|/
* Add API for scripts to add elements anywhere in UI.AUTOMATIC2022-11-191-0/+35
* add callback for creating a tab in train UIAUTOMATIC2022-11-081-2/+25
* remove private underscore indicatorDepFA2022-11-041-18/+18
* Should be one underscore for module privates not twoDepFA2022-11-041-19/+18
* Convert callbacks into a private map, add utility functions for removing call...DepFA2022-11-021-27/+41
* fix: should invoke callback as well in api only modeMaiko Tan2022-11-021-1/+2
* Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callbackAUTOMATIC11112022-11-021-1/+37
|\
| * Class Name typo and add descriptions to fields.DepFA2022-11-021-7/+16
| * add callback cleardownDepFA2022-10-301-1/+1
| * Add callbacks and param objectsDepFA2022-10-301-0/+27
* | Merge pull request #3723 from stysmmaker/patch/image-save-callbackAUTOMATIC11112022-11-011-1/+1
|\ \
| * | fix: Correct before image saved callbackMMaker2022-10-261-1/+1
| |/
* | docs: add python doc (?)Maiko Sinkyaet Tan2022-10-311-0/+2
* | feat: add app started callbackMaiko Tan2022-10-301-0/+15
|/
* add script callback for before image save and change callback for after image...AUTOMATIC2022-10-261-8/+40
* fix typo in on_save_imaged/on_image_saved; hope no extension is using it yetAUTOMATIC2022-10-261-1/+1
* update callbacks code for #3549AUTOMATIC2022-10-251-6/+16