aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
Commit message (Collapse)AuthorAgeFilesLines
* 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...
* | feat: add app started callbackMaiko Tan2022-10-301-0/+15
|/
* add script callback for before image save and change callback for after ↵AUTOMATIC2022-10-261-8/+40
| | | | image save to use a class with parameters
* 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
|
* Merge branch 'master' into on-image-saved-callbackAUTOMATIC11112022-10-251-9/+36
|\
| * do not stop execution when script's callback misbehaves and report which ↵AUTOMATIC2022-10-251-9/+36
| | | | | | | | script it was
| * remove browser to extensionyfszzx2022-10-241-0/+2
| |
| * remove browser to extensionyfszzx2022-10-241-2/+0
| |
* | add callback after image is savedTrung Ngo2022-10-241-1/+11
|/
* typoAUTOMATIC2022-10-221-1/+1
|
* added callback for creating new settings in extensionsAUTOMATIC2022-10-221-0/+11
|
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-0/+42
added support for extensions