Commit Graph

7472 Commits

Author SHA1 Message Date
w-e-w
6c7c176dc9 fix mistake in #15583 2024-04-22 00:10:49 +09:00
AUTOMATIC1111
e6a8d0b4e6
Merge pull request #15583 from AUTOMATIC1111/get_crop_region_v2
get_crop_region_v2
2024-04-21 18:06:40 +03:00
w-e-w
db263df5d5 get_crop_region_v2 2024-04-21 19:34:11 +09:00
AUTOMATIC1111
d1998d747d
Merge pull request #15531 from thatfuckingbird/fix-mistyped-function-name
fix typo in function call (eror -> error)
2024-04-21 07:43:19 +03:00
AUTOMATIC1111
c0eaeb15af
Merge pull request #15532 from huchenlei/fix_module
Fix cls.__module__ value in extension script
2024-04-21 07:42:57 +03:00
AUTOMATIC1111
9bcfb92a00 rename logging from textual inversion to not confuse it with global logging module 2024-04-21 07:41:28 +03:00
AUTOMATIC1111
d74fc56fa5
Merge pull request #15547 from AUTOMATIC1111/numpy-DeprecationWarning-product---prod
numpy DeprecationWarning product -> prod
2024-04-21 07:23:38 +03:00
AUTOMATIC1111
a44ed231c2
Merge pull request #15555 from light-and-ray/fix_x1_upscalers
fix x1 upscalers
2024-04-21 07:22:58 +03:00
AUTOMATIC1111
daae17851a
Merge pull request #15560 from AUTOMATIC1111/api-downscale
Remove API upscaling factor limits
2024-04-21 07:22:30 +03:00
AUTOMATIC1111
ce19a7baef
Merge pull request #15544 from cabelo/master
Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+
2024-04-21 07:22:04 +03:00
AUTOMATIC1111
8d6e72dbfa
Merge pull request #15561 from speculativemoonstone/fix-launch-git-directories
Allow webui.sh to be runnable from arbitrary directories containing a .git file
2024-04-21 07:21:21 +03:00
AUTOMATIC1111
6f4f6bff6b add more info to the error message for #15567 2024-04-21 07:18:58 +03:00
AUTOMATIC1111
367b823466
Merge pull request #15567 from AUTOMATIC1111/no-image-data-blocks-debug
Hide 'No Image data blocks found.' message
2024-04-21 07:09:27 +03:00
AUTOMATIC1111
c8ac42aad1
Merge pull request #15533 from travisg/callback-fix
fix: remove_callbacks_for_function should also remove from the ordered map
2024-04-21 07:07:58 +03:00
AUTOMATIC1111
449bc7bcf3
Merge pull request #15534 from storyicon/fix-masking
Fix images do not match / Coordinate 'right' is less than 'left'
2024-04-21 07:06:45 +03:00
AUTOMATIC1111
3810413c00
Merge pull request #15581 from AUTOMATIC1111/FilenameGenerator-sampler-scheduler
FilenameGenerator Sampler Scheduler
2024-04-21 07:00:28 +03:00
AUTOMATIC1111
f8f5d6cea2
Merge pull request #15577 from AUTOMATIC1111/api-get-schedulers
Add schedulers API endpoint
2024-04-21 06:59:56 +03:00
AUTOMATIC1111
cde35bebe9
Merge pull request #15582 from kaanyalova/avif-support
Add avif support
2024-04-21 06:59:38 +03:00
kaanyalova
49fee7c8db Add avif support 2024-04-20 23:26:04 +03:00
w-e-w
b5b1487f6a FilenameGenerator Sampler Scheduler 2024-04-21 04:52:03 +09:00
missionfloyd
5cb567c138 Add schedulers API endpoint 2024-04-19 20:32:09 -06:00
Sj-Si
580711cdac fix error handling for fetching div ids 2024-04-19 16:11:47 -04:00
missionfloyd
d212fb59fe Hide 'No Image data blocks found.' message 2024-04-18 20:56:51 -06:00
Sj-Si
57d05543df test fix for request error handling 2024-04-18 13:09:58 -04:00
storyicon
71314e47b1 feat:compatible with inconsistent/empty mask
Signed-off-by: storyicon <storyicon@foxmail.com>
2024-04-18 11:59:25 +00:00
Speculative Moonstone
ba2a737cce
Allow webui.sh to be runnable from directories containing a .git file 2024-04-18 04:25:32 +00:00
missionfloyd
909c3dfe83 Remove API upscaling factor limits 2024-04-17 21:20:03 -06:00
Sj-Si
157073b5b2 fix firefox resize-handle issues 2024-04-17 19:23:38 -04:00
Andray
9d4fdc45d3 fix x1 upscalers 2024-04-18 01:53:23 +04:00
Sj-Si
2d515580f5 fix syntax error 2024-04-17 15:43:41 -04:00
Sj-Si
baa8746fab fix conflict with function name. fix page ready request loop. 2024-04-17 15:24:45 -04:00
Sj-Si
b4d184ad46 fix style to push controls to right of page 2024-04-17 14:54:25 -04:00
Sj-Si
b5a2c2a3cf wrap specific data attributes in quotes to allow for spaces in names 2024-04-17 13:50:45 -04:00
Sj-Si
429b9fa0a1 add missing stopPropagation calls to event handlers. 2024-04-17 13:01:46 -04:00
Sj-Si
5747321f69 fix refresh bug 2024-04-17 12:50:22 -04:00
w-e-w
63fd38a04f numpy DeprecationWarning product -> prod 2024-04-17 15:54:45 +09:00
Alessandro de Oliveira Faria (A.K.A. CABELO)
50190ca669 Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+ 2024-04-17 00:01:56 -03:00
Sj-Si
43f769b339 fix bug 2024-04-16 12:43:30 -04:00
Sj-Si
5d64690565 add timeouts to wait functions. fix control duplication bug. 2024-04-16 11:22:12 -04:00
storyicon
0980fdfe8c fix: images do not match
Signed-off-by: storyicon <storyicon@foxmail.com>
2024-04-16 07:35:33 +00:00
Travis Geiselbrecht
bba306d414 fix: remove callbacks properly in remove_callbacks_for_function()
Like remove_current_script_callback just before, also remove from the
ordered_callbacks_map to keep the callback map and ordered callback map
in sync.
2024-04-15 21:10:11 -07:00
huchenlei
a95326bec4 nit 2024-04-15 22:34:01 -04:00
huchenlei
0f82948e4f Fix cls.__module__ 2024-04-15 22:14:19 -04:00
Sj-Si
226267e82f fix button selection bug 2024-04-15 16:23:57 -04:00
Sj-Si
2a8403e0a0 fix sorting of tree list 2024-04-15 16:10:12 -04:00
thatfuckingbird
8e1c3561be
fix typo in function call (eror -> error) 2024-04-15 21:17:24 +02:00
Sj-Si
49d146393c fix missing newline 2024-04-15 13:48:53 -04:00
Sj-Si
116746868d remove log line 2024-04-15 13:44:56 -04:00
Sj-Si
18c6795f01 add documentation 2024-04-15 13:43:10 -04:00
Sj-Si
fc20d1df0d run formatter 2024-04-15 13:17:04 -04:00