AUTOMATIC1111
1da05297ea
possible fix for reload button not appearing in some cases for extra networks.
2024-02-22 10:28:03 +03:00
dtlnor
f537e5a519
fix #14591 - using translated content to do categories mapping
2024-02-22 12:26:57 +09:00
Kohaku-Blueleaf
c4afdb7895
For no constraint
2024-02-22 00:43:32 +08:00
Kohaku-Blueleaf
64179c3221
Update network_oft.py
2024-02-21 22:50:43 +08:00
wangshuai09
b7aa425344
del gpu_info for npu
2024-02-21 11:49:06 +08:00
drhead
9c1ece8978
Protect alphas_cumprod during refiner switchover
2024-02-20 19:23:21 -05:00
drhead
bf348032bc
fix missing arg
2024-02-20 16:59:28 -05:00
drhead
25eeeaa65f
Allow refiner to be triggered by model timestep instead of sampling
2024-02-20 16:37:29 -05:00
drhead
09d2e58811
Pass sigma to apply_refiner
2024-02-20 16:22:40 -05:00
drhead
f4869f8de3
Add compatibility option for refiner switching
2024-02-20 16:18:13 -05:00
Kohaku-Blueleaf
591470d86d
linting
2024-02-20 17:21:34 +08:00
Kohaku-Blueleaf
a5436a3ac0
Update network_oft.py
2024-02-20 17:20:14 +08: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
0a271938d8
Merge pull request #14966 from light-and-ray/avoid_doble_upscaling_in_inpaint
...
[bug] avoid doble upscaling in inpaint
2024-02-19 18:06:05 +03:00
Andray
33c8fe1221
avoid doble upscaling in inpaint
2024-02-19 16:57:49 +04: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
6e4fc5e1a8
Merge pull request #14871 from v0xie/boft
...
Support inference with LyCORIS BOFT networks
2024-02-19 10:05:30 +03:00
Kohaku-Blueleaf
4eb949625c
prevent undefined variable
2024-02-19 14:43:07 +08:00
HSIEH TSUNGYU
9d5dc582be
Error handling for unsupported transparency
...
When input images (palette mode) have transparency (bytes) in info,
the output images (RGB mode) will inherit it,
causing ValueError in Pillow:PIL/PngImagePlugin.py#1364
when trying to unpack this bytes.
This commit check the PNG mode and transparency info,
removing transparency if it's RGB mode and transparency is bytes
2024-02-18 19:27:33 +08:00
Kohaku-Blueleaf
5a8dd0c549
Fix rescale
2024-02-18 14:58:41 +08: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
9d5becb4de
Merge pull request #14947 from AUTOMATIC1111/open-button
...
option "open image button" open the actual dir
2024-02-17 21:30:21 +03: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
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
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
4652fc5ac3
prevent escape button causing an interrupt when no generation has been made yet
2024-02-17 11:41:30 +03:00
AUTOMATIC1111
4573195894
prevent escape button causing an interrupt when no generation has been made yet
2024-02-17 11:40:53 +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