AUTOMATIC1111
|
dfab42c949
|
Merge pull request #15002 from light-and-ray/support_resizable_columns_for_touch_(tablets)
support resizable columns for touch (tablets)
|
2024-02-22 22:59:44 +03:00 |
|
AUTOMATIC1111
|
6bc35be10a
|
update changelog
|
2024-02-22 21:29:58 +03:00 |
|
AUTOMATIC1111
|
b53989b195
|
update changelog
|
2024-02-22 21:29:10 +03:00 |
|
AUTOMATIC1111
|
726aaea0fe
|
make extra network card description plaintext by default, with an option to re-enable HTML as it was
|
2024-02-22 21:27:28 +03:00 |
|
AUTOMATIC1111
|
052fbde3ac
|
possible fix for reload button not appearing in some cases for extra networks.
|
2024-02-22 10:48:30 +03:00 |
|
AUTOMATIC1111
|
140d58b512
|
Merge pull request #14966 from light-and-ray/avoid_doble_upscaling_in_inpaint
[bug] avoid doble upscaling in inpaint
|
2024-02-19 18:06:16 +03:00 |
|
AUTOMATIC1111
|
532c340829
|
update changelog
|
2024-02-19 10:07:57 +03:00 |
|
AUTOMATIC1111
|
92ab0ef7d6
|
Merge pull request #14871 from v0xie/boft
Support inference with LyCORIS BOFT networks
|
2024-02-19 10:05:44 +03:00 |
|
AUTOMATIC1111
|
c7808825b1
|
update changelog
|
2024-02-17 21:38:19 +03:00 |
|
AUTOMATIC1111
|
cb52279c3e
|
Merge pull request #14947 from AUTOMATIC1111/open-button
option "open image button" open the actual dir
|
2024-02-17 21:31:22 +03:00 |
|
AUTOMATIC1111
|
3345218439
|
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:37 +03:00 |
|
AUTOMATIC1111
|
4652fc5ac3
|
prevent escape button causing an interrupt when no generation has been made yet
|
2024-02-17 11:41:30 +03:00 |
|
AUTOMATIC1111
|
310d6b9075
|
update changelog
|
2024-02-17 11:35:36 +03:00 |
|
AUTOMATIC1111
|
db19c46d6d
|
lint
|
2024-02-17 10:32:10 +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
|
dd1641ecc4
|
fix an exception when filtering extra networks very early
|
2024-02-17 09:46:04 +03:00 |
|
AUTOMATIC1111
|
7dae6bb3b5
|
fix search UI invisible in an extra network tab that just loaded
|
2024-02-17 09:45:48 +03:00 |
|
AUTOMATIC1111
|
2e1b61e590
|
change condition for scheduleAfterScriptsCallbacks() to properly reflect the needed amount of search fields
|
2024-02-17 09:45:03 +03:00 |
|
AUTOMATIC1111
|
f293dbbf97
|
Merge pull request #14900 from AUTOMATIC1111/fix-css-color-extra-network-control--enabled
fix extra-network-control--enabled color
|
2024-02-17 09:00:06 +03:00 |
|
AUTOMATIC1111
|
bf08a5b75e
|
Merge pull request #14910 from analysisjp/wsl2_flx
fixed webui.sh issue that occurred in WSL environment (fix: #14883)
|
2024-02-17 08:59:41 +03:00 |
|
AUTOMATIC1111
|
48ce0379bc
|
Merge pull request #14916 from light-and-ray/use_original_document_title
Use original App Title in progress bar
|
2024-02-17 08:57:56 +03:00 |
|
AUTOMATIC1111
|
d235aa068d
|
Merge pull request #14932 from AUTOMATIC1111/fix/esc-interrupt
Only trigger interrupt on `Esc` when interrupt button visible
|
2024-02-17 08:57:25 +03:00 |
|
AUTOMATIC1111
|
ce57a6c6db
|
Merge pull request #14933 from AUTOMATIC1111/fix/graceful-mtime-hash-cache-exception
Gracefully handle mtime read exception from cache
|
2024-02-17 08:56:48 +03:00 |
|
AUTOMATIC1111
|
d70632a7cf
|
Merge pull request #14934 from AUTOMATIC1111/fix/normalize-cmd-arg-paths
Normalize command-line argument paths
|
2024-02-17 08:54:06 +03:00 |
|
AUTOMATIC1111
|
4333ecc43f
|
Merge pull request #14939 from AUTOMATIC1111/Fix-extranetworks-search-reload
Fix the bugs that search/reload will disappear when using other ExtraNetworks extensions
|
2024-02-17 08:51:11 +03:00 |
|
AUTOMATIC1111
|
a56125b0a8
|
Merge pull request #14930 from RedDeltas/feat/launch_utils/file_mode_for_clone
Added core.filemode=false so doesn't track changes in file permission…
|
2024-02-17 08:48:37 +03:00 |
|
Kohaku-Blueleaf
|
23f03d4796
|
Update extraNetworks.js
|
2024-02-16 16:43:43 +08:00 |
|
catboxanon
|
06ab10a1be
|
Normalize cmd arg paths
In particular, this fixes an issue on Windows where some functions
will misbehave if forward slashes are provided rather than
double backslashes.
|
2024-02-15 14:22:13 -05:00 |
|
catboxanon
|
6ee4012c0a
|
Gracefully handle mtime read exception from cache
|
2024-02-15 13:31:44 -05:00 |
|
catboxanon
|
46988af636
|
Fix Esc interrupt when button not visible
|
2024-02-15 13:05:39 -05:00 |
|
RedDeltas
|
18ec22bffe
|
Added core.filemode=false so doesn't track changes in file permissions in more restrictive environments
|
2024-02-15 12:26:14 +00:00 |
|
Andray
|
1142201a3a
|
Use original App Title in progress bar
|
2024-02-14 15:26:57 +04:00 |
|
analysisjp
|
69f9564a6d
|
fixed webui.sh issue that occurred in WSL environment (fix: #14883)
|
2024-02-13 21:49:23 +09:00 |
|
w-e-w
|
13fd466c18
|
fix extra-network-control--enabled color
also add forgotten semicolon
|
2024-02-12 04:07:14 +09:00 |
|
AUTOMATIC1111
|
b7f45e67dc
|
add before_token_counter callback and use it for prompt comments
|
2024-02-11 12:56:53 +03:00 |
|
AUTOMATIC1111
|
02ab75b86a
|
Count tokens of enabled styles
|
2024-02-11 12:40:27 +03:00 |
|
AUTOMATIC1111
|
f6e476d7a8
|
call the right function for token counter in img2img
|
2024-02-11 12:24:02 +03:00 |
|
AUTOMATIC1111
|
b531b0bbef
|
add propmpt comments support
|
2024-02-11 12:23:21 +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 |
|
AUTOMATIC1111
|
2f1e2c492f
|
Merge pull request #14873 from AUTOMATIC1111/check_extensions_list_on_apply_js_method
if extensions page not loaded, prevent apply
|
2024-02-11 08:29:54 +03:00 |
|
AUTOMATIC1111
|
860534399b
|
Merge pull request #14879 from AUTOMATIC1111/walk_files-extensions-case-insensitive
util.walk_files extensions case insensitive
|
2024-02-11 08:29:05 +03:00 |
|
AUTOMATIC1111
|
4d46f8c25c
|
Merge pull request #14883 from analysisjp/dev_fix_memleak_new
fix prepare_tcmalloc (fix: #14227)(Fixed memory leak issue in Ubuntu 22.04 or modern linux environment)
|
2024-02-11 08:28:42 +03:00 |
|
AUTOMATIC1111
|
5ddd5d29e5
|
Merge pull request #14884 from light-and-ray/ResizeHandleRow_png_info_and_train
ResizeHandleRow png_info and train
|
2024-02-11 08:26:20 +03:00 |
|
AUTOMATIC1111
|
440fff64a2
|
Merge pull request #14890 from AUTOMATIC1111/always-append-timestamp
Always add timestamp to displayed image
|
2024-02-11 08:26:00 +03:00 |
|
AUTOMATIC1111
|
d2246df160
|
Merge pull request #14885 from AUTOMATIC1111/extensions-tab-table-row-hover-highlight
extensions tab table row hover highlight
|
2024-02-11 08:24:41 +03:00 |
|
missionfloyd
|
c04c4b95de
|
Always add timestamp to displayed image
|
2024-02-10 14:49:08 -07:00 |
|
w-e-w
|
7583351760
|
extensions tab table row hover highlight
|
2024-02-10 18:09:10 +09:00 |
|
Andray
|
82e2e25325
|
ResizeHandleRow png_info and train
|
2024-02-10 13:00:16 +04:00 |
|
analysisjp
|
2ba0277b52
|
fix: prepare_tcmalloc (Fixed memory leak issue in Ubuntu 22.04 or modern linux environment)
|
2024-02-10 10:09:19 +09:00 |
|