Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add API for scripts to add elements anywhere in UI. | AUTOMATIC | 2022-11-19 | 1 | -0/+35 |
| | |||||
* | add callback for creating a tab in train UI | AUTOMATIC | 2022-11-08 | 1 | -2/+25 |
| | |||||
* | remove private underscore indicator | DepFA | 2022-11-04 | 1 | -18/+18 |
| | |||||
* | Should be one underscore for module privates not two | DepFA | 2022-11-04 | 1 | -19/+18 |
| | |||||
* | Convert callbacks into a private map, add utility functions for removing ↵ | DepFA | 2022-11-02 | 1 | -27/+41 |
| | | | | callbacks | ||||
* | fix: should invoke callback as well in api only mode | Maiko Tan | 2022-11-02 | 1 | -1/+2 |
| | |||||
* | Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callback | AUTOMATIC1111 | 2022-11-02 | 1 | -1/+37 |
|\ | | | | | Add mid-kdiffusion cfgdenoiser script callback - access latents, conditionings and sigmas mid-sampling | ||||
| * | Class Name typo and add descriptions to fields. | DepFA | 2022-11-02 | 1 | -7/+16 |
| | | |||||
| * | add callback cleardown | DepFA | 2022-10-30 | 1 | -1/+1 |
| | | |||||
| * | Add callbacks and param objects | DepFA | 2022-10-30 | 1 | -0/+27 |
| | | |||||
* | | Merge pull request #3723 from stysmmaker/patch/image-save-callback | AUTOMATIC1111 | 2022-11-01 | 1 | -1/+1 |
|\ \ | | | | | | | Correct before image saved callback | ||||
| * | | fix: Correct before image saved callback | MMaker | 2022-10-26 | 1 | -1/+1 |
| |/ | |||||
* | | docs: add python doc (?) | Maiko Sinkyaet Tan | 2022-10-31 | 1 | -0/+2 |
| | | | | | | not sure if this available... | ||||
* | | feat: add app started callback | Maiko Tan | 2022-10-30 | 1 | -0/+15 |
|/ | |||||
* | add script callback for before image save and change callback for after ↵ | AUTOMATIC | 2022-10-26 | 1 | -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 yet | AUTOMATIC | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | update callbacks code for #3549 | AUTOMATIC | 2022-10-25 | 1 | -6/+16 |
| | |||||
* | Merge branch 'master' into on-image-saved-callback | AUTOMATIC1111 | 2022-10-25 | 1 | -9/+36 |
|\ | |||||
| * | do not stop execution when script's callback misbehaves and report which ↵ | AUTOMATIC | 2022-10-25 | 1 | -9/+36 |
| | | | | | | | | script it was | ||||
| * | remove browser to extension | yfszzx | 2022-10-24 | 1 | -0/+2 |
| | | |||||
| * | remove browser to extension | yfszzx | 2022-10-24 | 1 | -2/+0 |
| | | |||||
* | | add callback after image is saved | Trung Ngo | 2022-10-24 | 1 | -1/+11 |
|/ | |||||
* | typo | AUTOMATIC | 2022-10-22 | 1 | -1/+1 |
| | |||||
* | added callback for creating new settings in extensions | AUTOMATIC | 2022-10-22 | 1 | -0/+11 |
| | |||||
* | removed aesthetic gradients as built-in | AUTOMATIC | 2022-10-22 | 1 | -0/+42 |
added support for extensions |