LoganBooker
446fa49868
Merge ad8ab17b0c2f3f21adbf8396d79628d9395ddbf6 into 82bf9a373023f2317a7d30c28d9064ffe016e2c4
2025-05-03 10:22:32 +08:00
w-e-w
04903af798
Merge pull request #16604 from Haoming02/ext-updt-parallel
...
Check for Extension Updates in Parallel
2024-12-18 03:21:48 +09:00
w-e-w
0120768f63
Merge pull request #16687 from Haoming02/dropdown4format
...
Use gr.Dropdown for Image Formats
2024-11-28 17:39:12 +09:00
w-e-w
b425b97ad6
improve img fromat description
2024-11-28 17:14:03 +09:00
w-e-w
539ea3982d
use DropdownEditable
...
use DropdownEditable so user can input other formats if they require it
make the default png the first on the list
2024-11-28 14:10:44 +09:00
Haoming
65bd61e87c
format-dropdown
2024-11-27 10:42:50 +08:00
w-e-w
0bf36cf2ad
extra_only / main_ui_only ScriptPostprocessing ( #16374 )
2024-10-29 10:35:46 -04:00
w-e-w
deb3803a3a
image embedding data cache ( #16556 )
2024-10-29 10:28:21 -04:00
w-e-w
95686227bd
limit number of simultaneous updates
...
shared.opts.concurrent_git_fetch_limit
2024-10-29 20:16:15 +09:00
w-e-w
6a59766313
Add Skip Early CFG to XYZ ( #16282 )
...
Co-authored-by: Yevhenii Hurin <evgeny.gurin@gmail.com>
2024-10-19 20:56:12 -04:00
Logan
57aaa068bb
Add fast prescale option to upscaler settings (off by default)
...
* By default, upscaling will loop up to 3 times to upscale the incoming image to the target dimensions. This is necessary, as upscaling models work in fixed increments (x4 is common).
* For very small images, such as those generated by ADetailer for inpainting, this can result in additional upscaling steps, which can be expensive. Usually the incoming image is only off by a small amount, so it can be preferable to do a minor upscale via Lanczos before the main upscaling step.
* We introduce an optional value to the upscaler settings to allow this minor upscale, should the incoming image fall below a certain threshold compared to the fixed scaling value of the upscaler model. By default, this setting is set to 1.0, effectively disabling it.
2024-08-08 15:20:48 +10:00
hello2564
cbaaf0af0e
fix NGMS pr typo
2024-07-31 14:55:30 +08:00
AUTOMATIC1111
5a10bb9aa6
Merge pull request #16235 from v0xie/beta-sampling
...
Feature: Beta scheduler
2024-07-20 11:43:39 +03:00
w-e-w
24a23e1225
option to disable save button log.csv
2024-07-20 15:59:44 +09:00
v0xie
94275b115c
enforce beta_dist_alpha / beta_dist_beta > 0 to avoid nan
2024-07-19 14:15:55 -07:00
v0xie
3a5a66775c
add new options 'beta_dist_alpha', 'beta_dist_beta'
2024-07-19 14:08:08 -07:00
AUTOMATIC1111
74b56fef3d
Merge pull request #16061 from AUTOMATIC1111/remove-dont_fix_second_order_samplers_schedule
...
remove deprecated setting dont_fix_second_order_samplers_schedule
2024-07-06 10:06:01 +03:00
w-e-w
bd85b3f19b
remove dont_fix_second_order_samplers_schedule
2024-06-21 10:53:44 +09:00
AUTOMATIC1111
34b4443cc3
add an option (on by default) to disable T5
...
revert t5xxl back to fp16
2024-06-16 21:57:17 +03:00
AUTOMATIC1111
a30b19dd55
Merge pull request #16001 from zero41120/feat-prevent-screen-lock
...
feat: Prevent screen sleep during generation
2024-06-12 08:33:28 +03:00
YSH
1f8f3a6e8b
feat: prevent screen sleep during generation
2024-06-11 16:50:00 -07:00
Silver
00e09382cd
Add option to enable clip skip for clip L on SDXL
2024-06-10 22:11:11 +02:00
AUTOMATIC1111
57e6d05a43
added tool for profiling code
2024-06-09 21:18:36 +03:00
AUTOMATIC1111
5ecfc20d97
Merge pull request #15610 from pinanew/pinanew-patch-1
...
AVIF has quality setting too
2024-06-08 12:27:54 +03:00
AUTOMATIC1111
5429e4cff5
add proper infotext support for #15607
...
fix settings override not working for NGMI, s_churn, etc...
2024-06-08 09:56:09 +03:00
w-e-w
1091e3a37e
update jpeg_quality description
2024-04-24 02:54:26 +09:00
drhead
33cbbf9f8b
add s_min_uncond_all option
2024-04-23 03:15:00 -04:00
drhead
83182d2799
change skip early cond option name and to float
2024-04-23 03:07:25 -04:00
drhead
8016d78a4b
add option for early cfg skip
2024-04-22 23:42:24 -04:00
w-e-w
592e40ebe9
update restricted_opts
2024-04-11 23:10:25 +09:00
AUTOMATIC1111
f1a6c5fe17
add an option to hide postprocessing options in Extras tab
2024-03-31 08:30:00 +03:00
AUTOMATIC1111
dcd4f880a8
rework code/UI for #15293
2024-03-31 08:17:22 +03:00
AUTOMATIC1111
7f3ce06de9
Merge pull request #15293 from light-and-ray/extras_upscaler_limit_target_resolution
...
Extras upscaler: option limit target resolution
2024-03-31 08:02:35 +03:00
AUTOMATIC1111
25cd53d775
scheduler selection in main UI
2024-03-20 09:17:11 +03:00
Kohaku-Blueleaf
a6b5a513f9
Implementation for sgm_uniform branch
2024-03-19 20:05:54 +08:00
AUTOMATIC1111
daa1b33247
make reloading UI scripts optional when doing Reload UI, and off by default
2024-03-17 18:16:12 +03:00
Andray
fd83d4eec3
add .needs_reload_ui()
2024-03-17 18:19:13 +04:00
Andray
81be357925
hide limit target resolution under option
2024-03-17 14:51:19 +04:00
AUTOMATIC1111
63c3c4dbc3
simplify code for #15244
2024-03-16 09:04:08 +03:00
Haoming
4e17fc36d8
add user setting
...
Now this is disabled by default
2024-03-14 10:04:09 +08:00
AUTOMATIC1111
a551a43164
add an option to have old-style directory view instead of tree view
2024-03-08 09:52:25 +03:00
Aarni Koskela
e3fa46f26f
Fix various typos with crate-ci/typos
2024-03-04 08:42:07 +02:00
AUTOMATIC1111
aabedcbcc7
Merge pull request #14978 from drhead/refiner_fix
...
Make refiner switchover based on model timesteps instead of sampling steps
2024-03-02 07:24:44 +03:00
Andray
eb0b84c564
make minimal width 2 times smaller then default
2024-02-29 16:02:21 +04:00
Andray
44bce3c74e
resize handle for extra networks
2024-02-27 18:31:36 +04:00
AUTOMATIC1111
3f18a09c86
make extra network card description plaintext by default, with an option to re-enable HTML as it was
2024-02-22 21:27:10 +03:00
drhead
f4869f8de3
Add compatibility option for refiner switching
2024-02-20 16:18:13 -05:00
w-e-w
71072f5620
re-work open image button settings
2024-02-18 02:47:44 +09:00
w-e-w
a18e54ecd7
option "open image button" open the actual dir
2024-02-18 00:38:05 +09:00
AUTOMATIC1111
4ff1fabc86
Update comment for Pad prompt/negative prompt v0 to add a warning about truncation, make it override the v1 implementation
2024-02-17 13:21:08 +03:00