COMMITS
/ modules/script_callbacks.py April 16, 2024
T
fix: remove callbacks properly in remove_callbacks_for_function()
Travis Geiselbrecht committed
April 1, 2024
V
fix: remove script callbacks in ordered_callbacks_map
v0xie committed
March 17, 2024
A
change the default name for callback from None to "unnamed"
AUTOMATIC1111 committed
March 10, 2024
A
add support for specifying callback order in metadata
AUTOMATIC1111 committed
A
add UI for reordering callbacks
AUTOMATIC1111 committed
A
add names to callbacks
AUTOMATIC1111 committed
February 11, 2024
A
add before_token_counter callback and use it for prompt comments
AUTOMATIC1111 committed
January 8, 2024
C
make denoiser None by default
Chengsong Zhang committed
January 7, 2024
C
add self instead
continue-revolution committed
C
add p to cfgdenoiserparams
continue-revolution committed
September 9, 2023
A
Merge pull request #12846 from a666/deprecated-types
AUTOMATIC1111 committed
August 29, 2023
C
Add noisy latent to ExtraNoiseParams for callback
catboxanon committed
August 25, 2023
A
Fix some deprecated types
a666 committed
August 17, 2023
C
Add extra noise callback
catboxanon committed
June 2, 2023
A
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
Aarni Koskela committed
June 1, 2023
A
add hiding and a colspans to startup profile table
AUTOMATIC committed
A
Merge branch 'dev' into startup-profile
AUTOMATIC committed
May 31, 2023
A
rename print_error to report, use it with together with package name
AUTOMATIC committed
May 29, 2023
A
Add & use modules.errors.print_error where currently printing exception info by hand
Aarni Koskela committed
May 27, 2023
A
custom unet support
AUTOMATIC committed
May 20, 2023
A
work on startup profile display
AUTOMATIC committed
May 18, 2023
A
make it possible for scripts to add cross attention optimizations
AUTOMATIC committed
May 14, 2023
A
remove output_altered flag from AfterCFGCallbackParams
AUTOMATIC committed
S
Update script_callbacks.py
Sakura-Luna committed
C
Add/modify CFG callbacks
catboxanon committed
May 11, 2023
A
Autofix Ruff W (not W605) (mostly whitespace)
Aarni Koskela committed
April 29, 2023
A
remove unwanted changes from #8789
AUTOMATIC committed
A
Merge pull request #8789 from Rucadi/master
AUTOMATIC1111 committed
March 21, 2023
R
Update script_callbacks.py
Rucadi committed
March 11, 2023
A
rename CFGDenoiserParams fields for #8064
AUTOMATIC committed
February 24, 2023
L
Update script_callbacks.py
laksjdjf committed
L
Update script_callbacks.py
laksjdjf committed
February 11, 2023
O
Add cfg_denoised_callback
opparco committed
February 2, 2023
December 16, 2022
R
Add a callback called before reloading the server
rucadi committed
R
Add polling callback
rucadi committed
R
Add a callback called before reloading the server
rucadi committed
R
Add polling callback
rucadi committed
January 21, 2023
A
Lora support!
AUTOMATIC committed
January 12, 2023
S
Add script callback for fixing infotext parameters
space-nuko committed
January 6, 2023
A
add callback for when the script is unloaded
AUTOMATIC committed
January 1, 2023
A
rework of callback for #6094
AUTOMATIC committed
December 28, 2022
A
Adding image numbers on grids
AlUlkesh committed
November 19, 2022
A
Add API for scripts to add elements anywhere in UI.
AUTOMATIC committed
November 8, 2022
A
add callback for creating a tab in train UI
AUTOMATIC committed
November 4, 2022
D
remove private underscore indicator
DepFA committed
D
Should be one underscore for module privates not two
DepFA committed
November 2, 2022
D
M
fix: should invoke callback as well in api only mode
Maiko Tan committed