Logan
02d4229ece
Use bilinear filtering for resizing grayscale images (disabled by default)
...
* Lanczos is a good default when resizing, however, it is suboptimal for masks as it can introduce ringing artifacts. So use bilinear in these situations.
* Bicubic is better than Lanczos here, but can introduce "pinching" on corners. Nearest would be optimal for binary masks, but much worse if there's any blurring.
* Adds a new toggle to the img2img settings, which is disabled by default, as it does affect the shape of masks compared to Lanczos.
2024-08-08 13:50:26 +10: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
AUTOMATIC1111
1466daeafc
Disable prompt token counters option actually disables token counting rather than just hiding results.
...
Disable prompt token counters option does not require reload UI.
token counters do not become visible until they are positioned correctly.
2024-02-17 10:31:16 +03:00
AUTOMATIC1111
02ab75b86a
Count tokens of enabled styles
2024-02-11 12:40:27 +03:00
AUTOMATIC1111
e2b19900ec
add infotext entry for emphasis; put emphasis into a separate file, add an option to parse but still ignore emphasis
2024-02-11 09:39:51 +03:00
AUTOMATIC1111
3732cf2f97
Merge pull request #14874 from hako-mikan/master
...
Add option to disable normalize embeddings after after calculating emphasis.
2024-02-11 08:34:40 +03:00
hako-mikan
6b3f7039b6
add option
2024-02-09 23:57:46 +09:00
AUTOMATIC1111
757dda9ade
Add Pad conds v0 option
2024-01-27 22:30:47 +03:00
AUTOMATIC1111
de5a8c5cb4
add an option to not overlay original image for inpainting for #14727
2024-01-23 22:19:38 +03:00
AUTOMATIC1111
569dc1919c
Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-view
...
Feature: Extra Networks Tree View
2024-01-22 22:24:06 +03:00
Sj-Si
b67a49441f
Add option in settings to enable/disable tree view by default.
2024-01-20 13:28:37 -05:00
n0kovo
1ddb886a80
Fix wrong options value
2024-01-19 00:48:46 +01:00
n0kovo
a97147bc8a
Add support for DAT upscaler models
2024-01-19 00:10:02 +01:00