COMMITS
/ modules/scripts.py May 28, 2024
H
Add process_before_every_sampling hook
huchenlei committed
April 9, 2024
W
Warning when Script is not found
w-e-w committed
March 20, 2024
A
scheduler selection in main UI
AUTOMATIC1111 committed
March 10, 2024
A
add support for specifying callback order in metadata
AUTOMATIC1111 committed
A
add UI for reordering callbacks
AUTOMATIC1111 committed
March 4, 2024
A
Fix various typos with crate-ci/typos
Aarni Koskela committed
January 27, 2024
W
set_named_arg fuzzy option
w-e-w committed
W
rework set_named_arg
w-e-w committed
January 16, 2024
W
callback postprocess_image_after_composite
w-e-w committed
January 4, 2024
A
Have upscale button use the same seed as hires fix.
AUTOMATIC1111 committed
January 1, 2024
W
handle selectable script_index is None
w-e-w committed
December 22, 2023
W
prevent crash due to Script __init__ exception
w-e-w committed
December 7, 2023
C
C
Removed soft inpainting, added hooks for softpainting to work instead.
CodeHatchling committed
December 2, 2023
A
put code that can cause an exception into its own function for #14120
AUTOMATIC1111 committed
November 27, 2023
W
catch uncaught exception with ui creation scripts
w-e-w committed
November 20, 2023
November 11, 2023
W
allow comma and whitespace as separator
wfjsw committed
W
remove the assumption of same name
wfjsw committed
W
populate loaded_extensions from extension list instead
wfjsw committed
W
implementing script metadata and DAG sorting mechanism
wfjsw committed
September 9, 2023
A
fix the bug in script-info API
AUTOMATIC1111 committed
August 19, 2023
A
second appearance
AUTOMATIC1111 committed
A
Merge pull request #12653 from S-Del/fix/typo
AUTOMATIC1111 committed
August 18, 2023
S
fix typo `txt2txt` -> `txt2img`
S-Del committed
August 14, 2023
A
fix API always using -1 as seed
AUTOMATIC1111 committed
A
make on_before_component/on_after_component possible earlier
AUTOMATIC1111 committed
August 13, 2023
A
fix broken XYZ plot seeds
AUTOMATIC1111 committed
August 12, 2023
A
fix broken reuse seed
AUTOMATIC1111 committed
A
move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
AUTOMATIC1111 committed
A
put refiner into main UI, into the new accordions section
AUTOMATIC1111 committed
August 4, 2023
A
gradio 3.39
AUTOMATIC1111 committed
August 1, 2023
A
support tooltip kwarg for gradio elements
AUTOMATIC1111 committed
July 24, 2023
A
Merge pull request #11957 from ljleb/pp-batch-list
AUTOMATIC1111 committed
L
add postprocess_batch_list callback
ljleb committed
July 21, 2023
A
Merge pull request #11920 from wfjsw/typo-fix-1
AUTOMATIC1111 committed
July 8, 2023
A
Merge pull request #11488 from AUTOMATIC1111/callback-after_extra_networks_activate
AUTOMATIC1111 committed
A
whitespace for #11477
AUTOMATIC1111 committed
A
Merge pull request #11477 from hako-mikan/master
AUTOMATIC1111 committed
June 19, 2023
W
add callback after_extra_networks_activate
w-e-w committed
June 28, 2023
H
add 'before_hr callback' script callback
hako-mikan committed
June 27, 2023
A
Merge branch 'dev' into meta_class
AUTOMATIC1111 committed
June 16, 2023
H
:bug: Allow Script to have metaclass
huchenlei committed
June 1, 2023
A
Merge branch 'dev' into startup-profile
AUTOMATIC committed
May 31, 2023
A
add an option to show selected setting in main txt2img/img2img UI
AUTOMATIC committed
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