aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
AgeCommit message (Collapse)AuthorLines
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-01-21Lora support!AUTOMATIC-0/+15
update readme to reflect some recent changes
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
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.
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 ↵DepFA-27/+41
callbacks
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
Add mid-kdiffusion cfgdenoiser script callback - access latents, conditionings and sigmas mid-sampling
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
Correct before image saved callback
2022-10-31docs: add python doc (?)Maiko Sinkyaet Tan-0/+2
not sure if this available...
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
2022-10-26fix: Correct before image saved callbackMMaker-1/+1
2022-10-26add script callback for before image save and change callback for after ↵AUTOMATIC-8/+40
image save to use a class with parameters
2022-10-26fix typo in on_save_imaged/on_image_saved; hope no extension is using it yetAUTOMATIC-1/+1
2022-10-25update callbacks code for #3549AUTOMATIC-6/+16
2022-10-25Merge branch 'master' into on-image-saved-callbackAUTOMATIC1111-9/+36
2022-10-25do not stop execution when script's callback misbehaves and report which ↵AUTOMATIC-9/+36
script it was
2022-10-24add callback after image is savedTrung Ngo-1/+11
2022-10-24remove browser to extensionyfszzx-0/+2
2022-10-24remove browser to extensionyfszzx-2/+0
2022-10-22typoAUTOMATIC-1/+1
2022-10-22added callback for creating new settings in extensionsAUTOMATIC-0/+11
2022-10-22removed aesthetic gradients as built-inAUTOMATIC-0/+42
added support for extensions