aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
Commit message (Collapse)AuthorAgeFilesLines
* add before_token_counter callback and use it for prompt commentsAUTOMATIC11112024-02-111-0/+26
|
* make denoiser None by defaultChengsong Zhang2024-01-081-1/+1
|
* add self insteadcontinue-revolution2024-01-071-3/+3
|
* add p to cfgdenoiserparamscontinue-revolution2024-01-071-1/+4
|
* Merge pull request #12846 from a666/deprecated-typesAUTOMATIC11112023-09-091-3/+3
|\ | | | | Fix some deprecated types
| * 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
| | | | | | | | by hand
| * 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
| | | | add UI selection for cross attention optimization
* 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
| | | | | Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG
* 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
|\ | | | | Add polling and reload callback for extensions.
| * Update script_callbacks.pyRucadi2023-03-211-1/+0
| |
| * Merge branch 'master' of ↵rucadi2023-02-021-1/+2
| |\ | | | | | | | | | https://github.com/Rucadi/stable-diffusion-webui-polling
| | * 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
| | | | | | | | update readme to reflect some recent changes
* | 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
|/ | | | | | | | | | | | New grid option in settings enables adding of image numbers on grids. This makes identifying the images, especially in larger batches, much easier. Revert "Adding image numbers on grids" This reverts commit 3530c283b4b1d3a3cab40efbffe4cf2697938b6f. Implements Callback for image grid loop Necessary to make "Add image's number to its picture in the grid" extension possible.
* 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 ↵DepFA2022-11-021-27/+41
| | | | callbacks
* 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
|\ | | | | Add mid-kdiffusion cfgdenoiser script callback - access latents, conditionings and sigmas mid-sampling
| * 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
|\ \ | | | | | | Correct before image saved callback
| * | fix: Correct before image saved callbackMMaker2022-10-261-1/+1
| |/
* | docs: add python doc (?)Maiko Sinkyaet Tan2022-10-311-0/+2
| | | | | | not sure if this available...