Commit Graph

4622 Commits

Author SHA1 Message Date
Andray
e8f51579cc add button for refreshing extensions list 2024-02-09 13:12:14 -08:00
w-e-w
542611cce4 walk_files extensions case insensitive 2024-02-10 05:39:01 +09:00
hako-mikan
c3c88ca8b4
Update sd_hijack_clip.py 2024-02-10 00:18:08 +09:00
hako-mikan
6b3f7039b6
add option 2024-02-09 23:57:46 +09:00
AUTOMATIC1111
d69a7944c9
Merge pull request #14857 from light-and-ray/refresh_extensions_list
Button for refresh extensions list
2024-02-09 16:06:02 +03:00
Chenlei Hu
3c32cbb0af
Revert "Fix more ruff lint (#139)" (#144)
This reverts commit e13072cb42.
2024-02-08 21:34:58 -05:00
Chenlei Hu
388ca351f4
Revert "Fix ruff linter (#137)" (#143)
This reverts commit 6b3ad64388.
2024-02-08 21:24:04 -05:00
Chenlei Hu
e13072cb42
Fix more ruff lint (#139) 2024-02-08 20:41:38 -05:00
Chenlei Hu
6b3ad64388
Fix ruff linter (#137)
* Fix ruff linter

* Remove unused imports

* Remove unused imports
2024-02-08 20:35:20 -05:00
lllyasviel
f06ba8e60b Significantly reduce thread abuse for faster model moving
This will move all major gradio calls into the main thread rather than random gradio threads.
This ensures that all torch.module.to() are performed in main thread to completely possible avoid GPU fragments.
In my test now model moving is 0.7 ~ 1.2 seconds faster, which means all 6GB/8GB VRAM users will get 0.7 ~ 1.2 seconds faster per image on SDXL.
2024-02-08 10:13:59 -08:00
lllyasviel
760f727eb9 use better context manager to fix potential problems 2024-02-08 01:51:18 -08:00
Andray
99c6c4a51b add button for refreshing extensions list 2024-02-07 16:06:17 +04:00
lllyasviel
257ac2653a rework sigma device mapping 2024-02-07 00:44:12 -08:00
lllyasviel
d11c9d7506 fix sigmas device in rare cases #71 2024-02-06 23:12:35 -08:00
lllyasviel
4ea4a92fe9 fix inpaint batch dim align #94 2024-02-06 22:57:53 -08:00
lllyasviel
e579fab4d0 try solve #71 2024-02-06 17:46:23 -08:00
Chenlei Hu
79e4e46061
🐛 Fix SVD tab (#63) 2024-02-06 11:10:47 -05:00
lllyasviel
d76b830add reduce prints 2024-02-06 07:56:15 -08:00
lllyasviel
1ecbff15fa add note about token merging 2024-02-05 21:55:59 -08:00
lllyasviel
58dff34084 fix ddpm 2024-02-05 20:12:17 -08:00
lllyasviel
d45066bef5 Update rng.py 2024-02-05 14:12:31 -08:00
lllyasviel
b174caa275 Update rng.py 2024-02-05 14:08:34 -08:00
lllyasviel
1b9734c45b Update rng.py 2024-02-05 13:50:19 -08:00
lllyasviel
8de4896bd6 fix inpaint formulation 2024-02-05 13:44:31 -08:00
lllyasviel
f5b3fcc6cf Update rng.py 2024-02-05 13:33:27 -08:00
lllyasviel
0ba407fd9c new samplers
DDPM
DDPM Karras
DPM++ 2M Turbo
DPM++ 2M SDE Turbo
LCM Karras
2024-02-05 03:58:06 -08:00
lllyasviel
049020f3c5 smaller default model 2024-02-04 18:54:50 -08:00
lllyasviel
27d815618d remove xformer prints 2024-02-04 18:27:25 -08:00
Chenlei Hu
8117d7fcee
Add button to send generated image to svd tab (#38) 2024-02-04 18:22:56 -05:00
lllyasviel
2954a36c18 fix ldsr 2024-02-04 14:30:58 -08:00
lllyasviel
54d12ef989 ddim 2024-02-04 13:47:31 -08:00
lllyasviel
d32b5e5458 fix ddim inpaint 2024-02-04 03:34:20 -08:00
lllyasviel
cbb9c0e8be fix ddim inpaint 2024-02-04 02:21:33 -08:00
lllyasviel
1024b67298 fix ddim plms unipc 2024-02-04 02:03:35 -08:00
lllyasviel
0a5ac13b14 Update sd_samplers_lcm.py 2024-02-04 01:22:44 -08:00
lllyasviel
e007d405d5 a1111 2024-02-04 00:49:40 -08:00
lllyasviel
c11490d560 add_alphas_cumprod_modifier 2024-02-03 22:33:18 -08:00
lllyasviel
905a027fc1 Update processing.py 2024-02-02 23:01:03 -08:00
lllyasviel
a5de9d46f3 Update safe.py 2024-02-02 22:43:27 -08:00
lllyasviel
2129c64aed Update safe.py 2024-02-02 22:42:14 -08:00
lllyasviel
1edd626f7c Update processing.py 2024-02-02 22:30:55 -08:00
lllyasviel
332c0d0349 Update safe.py 2024-02-02 21:12:00 -08:00
lllyasviel
79df006ea5
Merge pull request #27 from lllyasviel/dev
from a1111
2024-02-02 14:30:05 -08:00
AUTOMATIC1111
321b2db067 fix extra networks metadata failing to work properly when you create the .json file with metadata for the first time. 2024-02-02 22:47:51 +03:00
AUTOMATIC1111
5084b39ea5 fix checkpoint selection not working for #14588 2024-02-02 19:41:07 +03:00
AUTOMATIC1111
5904e3f6b3 fix page refresh not re-applying sort/filter for #14588
fix path sortkey not including the filename for #14588
2024-02-02 19:30:59 +03:00
lllyasviel
a9212b640f photomaker 2024-02-01 22:57:49 -08:00
AUTOMATIC1111
2600370659 fix error when editing extra networks card 2024-02-01 23:54:57 +03:00
AUTOMATIC1111
9f3ba38314 Add "Interrupting..." placeholder. 2024-02-01 22:34:29 +03:00
w-e-w
bbe8e02d74 catch load style.csv error 2024-02-01 15:40:15 +09:00
lllyasviel
d8a2b366e9 Update ui_common.py 2024-01-31 20:08:14 -08:00
lllyasviel
571c4586c5 remove shit 2024-01-31 17:29:09 -08:00
lllyasviel
66187d97fb early initilize 2024-01-31 15:27:13 -08:00
lllyasviel
1b72a56472 i 2024-01-31 15:18:02 -08:00
lllyasviel
cf47ec85f0 fix 2024-01-31 14:57:17 -08:00
lllyasviel
2040649f2a disable extension 2024-01-31 14:53:53 -08:00
lllyasviel
e140bbf49e Update sd_unet.py 2024-01-31 13:51:36 -08:00
lllyasviel
dbd002f930 Update devices.py 2024-01-31 13:22:40 -08:00
lllyasviel
fd75f4f101
Merge branch 'main' into dev 2024-01-31 13:19:08 -08:00
lllyasviel
0d7988da8e move codes 2024-01-31 12:21:50 -08:00
AUTOMATIC1111
652a7bbf80
Merge pull request #14809 from Cyberbeing/fix_upscaler_autocast_nans
Fix potential autocast NaNs in image upscale
2024-01-31 22:41:22 +03:00
AUTOMATIC1111
1b0931fd92
Merge pull request #14803 from AUTOMATIC1111/create_submit_box-tooltip
add tooltip create_submit_box
2024-01-31 22:39:50 +03:00
lllyasviel
2188bf4d29 Update img2img.py 2024-01-30 22:36:36 -08:00
Cyberbeing
74b214a92a Fix potential autocast NaNs in image upscale 2024-01-30 22:32:31 -08:00
wangshuai09
cc3f604310 Update 2024-01-31 12:29:58 +08:00
lllyasviel
66e563fe03 inpaint done! 2024-01-30 15:13:26 -08:00
w-e-w
c4255d12f7 add tooltip create_submit_box 2024-01-31 04:36:11 +09:00
wangshuai09
74ff85a1a1
Merge branch 'dev' into npu_support 2024-01-30 19:15:41 +08:00
lllyasviel
de1998220e Update scripts.py 2024-01-29 20:51:35 -08:00
lllyasviel
6cba3ae60a Update scripts.py 2024-01-29 20:50:12 -08:00
lllyasviel
7f98a1d17e Update scripts.py 2024-01-29 20:49:25 -08:00
lllyasviel
36b377c337 Update scripts.py 2024-01-29 20:43:37 -08:00
lllyasviel
7b14cb3f9f fix many problems 2024-01-29 09:28:38 -08:00
Kohaku-Blueleaf
f9ba7e648a Revert "Try to reverse the dtype checking mechanism"
This reverts commit d243e24f53.
2024-01-29 22:54:12 +08:00
Kohaku-Blueleaf
d243e24f53 Try to reverse the dtype checking mechanism 2024-01-29 22:49:45 +08:00
Kohaku-Blueleaf
6e7f0860f7 linting 2024-01-29 22:46:43 +08:00
Kohaku-Blueleaf
750dd6014a Fix potential bugs 2024-01-29 22:27:53 +08:00
wangshuai09
ec124607f4 Add NPU Support 2024-01-29 19:25:06 +08:00
AUTOMATIC1111
baaf39b6f9 fix the typo -- thanks Cyberbeing 2024-01-29 10:20:27 +03:00
lllyasviel
946d7ff260
Cnet (#20)
* ini

* i

* i

* i

* i

* i

* i

* Update preprocessor_normalbae.py

* i

* i

* i

* i

* Update README.md

* i

* Update preprocessor_depth.py

* Update shared.py

* Update devices.py

* i

* i

* i

* i

* i

* i

* Update README.md

* i

* Update README.md

* i

* Update annotator_path.py

* i

* i

* Update preprocessor_meta.py
2024-01-28 15:31:49 -08:00
lllyasviel
d04765cf3d Update processing.py 2024-01-27 22:47:04 -08:00
lllyasviel
d51e81483b sampler 2024-01-27 22:11:14 -08:00
lllyasviel
e8175e9a90 i 2024-01-27 21:46:33 -08:00
lllyasviel
60bd01e378 i 2024-01-27 20:04:10 -08:00
lllyasviel
848f28af6e i 2024-01-27 19:37:33 -08:00
lllyasviel
20f1fb6c0b i 2024-01-27 18:53:24 -08:00
lllyasviel
ab1814bde9 i 2024-01-27 18:38:11 -08:00
lllyasviel
1ed5e695fc i 2024-01-27 16:44:10 -08:00
lllyasviel
40518feb6f
Merge branch 'main' into dev 2024-01-27 15:48:30 -08:00
lllyasviel
846bf76ce5 Update prompt_parser.py 2024-01-27 14:13:39 -08:00
lllyasviel
a3b6396037 Update prompt_parser.py 2024-01-27 14:00:19 -08:00
lllyasviel
a313a09378 Update prompt_parser.py 2024-01-27 13:58:32 -08:00
lllyasviel
7b1a1e510f i 2024-01-27 13:53:18 -08:00
lllyasviel
2591f16eb3 Update sd_samplers_cfg_denoiser.py 2024-01-27 13:29:00 -08:00
lllyasviel
57a294b111 better sampler 2024-01-27 13:21:25 -08:00
AUTOMATIC1111
757dda9ade Add Pad conds v0 option 2024-01-27 22:30:47 +03:00
AUTOMATIC1111
e717eaff86
Merge pull request #14773 from AUTOMATIC1111/rework-set_named_arg
rework set_named_arg
2024-01-27 20:54:47 +03:00
lllyasviel
5a0dce769b
Merge pull request #17 from lllyasviel/dev
Dev
2024-01-27 09:47:52 -08:00
lllyasviel
aec5053938 i 2024-01-27 09:44:44 -08:00
w-e-w
eae0bb89fd set_named_arg fuzzy option 2024-01-27 21:55:52 +09:00