Aarni Koskela
e3fa46f26f
Fix various typos with crate-ci/typos
2024-03-04 08:42:07 +02:00
w-e-w
eae0bb89fd
set_named_arg fuzzy option
2024-01-27 21:55:52 +09:00
w-e-w
36d1fefc19
rework set_named_arg
...
change identifying a script from using Scripts class name to Scripts internal name an
as not all Script have unique names
raise RuntimeError when there's issue
2024-01-27 14:42:52 +09:00
w-e-w
c1e04c63b3
callback postprocess_image_after_composite
2024-01-16 14:18:20 +09:00
AUTOMATIC1111
15ec54dd96
Have upscale button use the same seed as hires fix.
2024-01-04 19:47:00 +03:00
w-e-w
00901bfbe0
handle selectable script_index is None
2024-01-01 15:47:57 +09:00
w-e-w
edfae95d90
prevent crash due to Script __init__ exception
2023-12-23 01:21:00 +09:00
CodeHatchling
2abc417834
Re-implemented soft inpainting via a script. Also fixed some mistakes with the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
2023-12-07 14:28:02 -07:00
CodeHatchling
ac45789123
Removed soft inpainting, added hooks for softpainting to work instead.
2023-12-06 21:16:27 -07:00
AUTOMATIC1111
ef6b8123dc
put code that can cause an exception into its own function for #14120
2023-12-02 09:57:39 +03:00
w-e-w
8a6e4bda21
catch uncaught exception with ui creation scripts
...
prevent total webui crash
2023-11-27 14:18:17 +09:00
AUTOMATIC1111
9b471436b2
rework extensions metadata: use custom sorter that doesn't mess the order as much and ignores cyclic errors, use classes with named fields instead of dictionaries, eliminate some duplicated code
2023-11-20 14:47:09 +03:00
wfjsw
3bb32befe9
bug fix
2023-11-11 11:58:19 -06:00
wfjsw
520e52f846
allow comma and whitespace as separator
2023-11-11 10:58:26 -06:00
wfjsw
7af576e745
remove the assumption of same name
2023-11-11 10:46:47 -06:00
wfjsw
0d1924c48b
populate loaded_extensions from extension list instead
2023-11-11 04:03:55 -06:00
wfjsw
0fc7dc1c04
implementing script metadata and DAG sorting mechanism
2023-11-11 04:01:13 -06:00
AUTOMATIC1111
06af73bd1d
linter
2023-09-09 10:23:53 +03:00
AUTOMATIC1111
259768f27f
fix the bug in script-info API
2023-09-09 08:38:49 +03:00
AUTOMATIC1111
f739e3e05d
second appearance
2023-08-19 08:04:48 +03:00
AUTOMATIC1111
e7a044a2d1
Merge pull request #12653 from S-Del/fix/typo
...
fix typo `txt2txt` -> `txt2img`
2023-08-19 08:03:40 +03:00
S-Del
64d5fa1efd
fix typo txt2txt
-> txt2img
2023-08-18 22:32:20 +09:00
AUTOMATIC1111
353c876172
fix API always using -1 as seed
2023-08-14 10:43:18 +03:00
AUTOMATIC1111
cda2f0a162
make on_before_component/on_after_component possible earlier
2023-08-14 08:49:39 +03:00
AUTOMATIC1111
f093c9d39d
fix broken XYZ plot seeds
...
add new callback for scripts to be used before processing
2023-08-13 17:31:10 +03:00
AUTOMATIC1111
6816ad5ed8
fix broken reuse seed
2023-08-12 18:36:30 +03:00
AUTOMATIC1111
f0b72b8121
move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
...
add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12 17:46:13 +03:00
AUTOMATIC1111
64311faa68
put refiner into main UI, into the new accordions section
...
add VAE from main model into infotext, not from refiner model
option to make scripts UI without gr.Group
fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-12 12:39:59 +03:00
AUTOMATIC1111
362789a379
gradio 3.39
2023-08-04 08:04:23 +03:00
AUTOMATIC1111
6a0d498c8e
support tooltip kwarg for gradio elements
2023-08-01 12:50:23 +03:00
AUTOMATIC1111
c251e8db8d
Merge pull request #11957 from ljleb/pp-batch-list
...
Add postprocess_batch_list script callback
2023-07-25 16:20:33 +03:00
AUTOMATIC1111
636ff513b0
Merge pull request #11920 from wfjsw/typo-fix-1
...
typo fix
2023-07-25 16:19:22 +03:00
ljleb
ca45ff1ae6
add postprocess_batch_list callback
2023-07-24 13:52:24 -04:00
w-e-w
bc91f15ed3
typo fix
2023-07-21 22:56:41 +09:00
AUTOMATIC1111
f0c62688d2
Merge pull request #11488 from AUTOMATIC1111/callback-after_extra_networks_activate
...
add callback after_extra_networks_activate
2023-07-08 14:50:11 +03:00
AUTOMATIC1111
3602602260
whitespace for #11477
2023-07-08 14:44:02 +03:00
AUTOMATIC1111
53924aeaf0
Merge pull request #11477 from hako-mikan/master
...
add `before_hr` script callback
2023-07-08 14:43:06 +03:00
w-e-w
9c2a7f1e8b
add callback after_extra_networks_activate
2023-06-29 02:08:21 +09:00
hako-mikan
b0ec69b360
add 'before_hr callback' script callback
2023-06-28 18:37:08 +09:00
AUTOMATIC1111
58a9a261c4
Merge branch 'dev' into meta_class
2023-06-27 09:02:38 +03:00
huchenlei
373ff5a217
🐛 Allow Script to have metaclass
2023-06-16 15:17:17 -04:00
AUTOMATIC
b3390a9840
Merge branch 'dev' into startup-profile
2023-06-01 08:42:50 +03:00
AUTOMATIC
df02498d03
add an option to show selected setting in main txt2img/img2img UI
...
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py
add before_process callback for scripts
add ability for alwayson scripts to specify section and let user reorder those sections
2023-05-31 22:40:09 +03:00
AUTOMATIC
05933840f0
rename print_error to report, use it with together with package name
2023-05-31 19:56:37 +03:00
Aarni Koskela
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
2023-05-29 09:17:30 +03:00
AUTOMATIC
0cc05fc492
work on startup profile display
2023-05-21 00:41:41 +03:00
Aarni Koskela
4897e5277b
Make load_scripts create new runners (removes reload_scripts)
2023-05-19 15:49:53 +03:00
AUTOMATIC
f6fc7916c4
add /sdapi/v1/script-info api
2023-05-17 22:43:24 +03:00
AUTOMATIC
a5121e7a06
fixes for B007
2023-05-10 11:37:18 +03:00
Aarni Koskela
3ba6c3c83c
Fix up string formatting/concatenation to f-strings where feasible
2023-05-09 22:25:39 +03:00