Commit Graph

7976 Commits

Author SHA1 Message Date
layerdiffusion d4e7639233 sync change log 2024-07-27 06:47:04 -07:00
layerdiffusion 04c6ab68bb 1.10.1 2024-07-27 06:39:58 -07:00
layerdiffusion 8c7da52e01 Update Forge Status 2024-07-27 06:19:21 -07:00
layerdiffusion 0ba9f7f399 Clip Skip to All Models
Technically Correct Implementation of CLIP skip for all models.
Automatic1111 uses a weird logic to ignore SDXL clip skip but added an option to only set CLIP-L Skip with an offset 1, which means if one set skip as 3, then the SDXL CLIP G does not skip but SDXL CLIP L uses 3-1=2 as skip (not 3?!)
Forge now uses technically correct and consistent clip skip for all models. Forge now outweigh technical correctness over reproducing Auto results.
But one can get same results by just do not set clip skip for SDXL.
2024-07-27 05:46:53 -07:00
layerdiffusion 33e381f16a align with SAG ui 2024-07-26 15:19:24 -07:00
layerdiffusion f6a0c69f0f fix ADetailer 2024-07-26 15:11:12 -07:00
layerdiffusion 1673a5ac2d Perturbed Attention Guidance Integrated 2024-07-26 15:00:31 -07:00
layerdiffusion 1d185584a7 move hypertile, svd, z123 to legacy extensions
https://github.com/lllyasviel/forge-legacy-extensions
2024-07-26 14:28:47 -07:00
lllyasviel bc22a930e5 Update README.md 2024-07-26 13:49:15 -07:00
layerdiffusion 49ca78a0fa do not ignore pyi 2024-07-26 13:08:47 -07:00
layerdiffusion c2bfa6f6a3 fix gradio 2024-07-26 13:08:15 -07:00
layerdiffusion e1082b8799 fix loading order 2024-07-26 12:57:14 -07:00
lllyasviel bb209ae2b2 Update README.md 2024-07-26 12:49:24 -07:00
lllyasviel 46ac4bec95 Update README.md 2024-07-26 12:47:14 -07:00
layerdiffusion e26abf87ec Gradio 4 + WebUI 1.10 2024-07-26 12:02:46 -07:00
lllyasviel e95333c556 Update README.md 2024-07-26 07:26:18 -07:00
lllyasviel 42ee0b7388 add ESRGAN folder 2024-07-26 07:20:29 -07:00
lllyasviel a9e0c38700 Update README.md 2024-07-21 23:34:37 -07:00
layerdiffusion bfee03d8d9 pydantic
Linter / ruff (push) Failing after 28s
Linter / eslint (push) Failing after 34s
Tests / tests on CPU (push) Failing after 38s
previous
2024-06-27 00:28:53 -07:00
lllyasviel 0af28699c4 Update README.md (#802) 2024-06-08 11:28:32 -07:00
lllyasviel 29be1da7cf pass options to cross attention class 2024-03-08 00:50:29 -08:00
lllyasviel 10b5ca2541 vae already sliced in inner loop 2024-03-08 00:40:33 -08:00
lllyasviel e48533bdcd change patcher method 2024-03-07 00:26:17 -08:00
Chengsong Zhang b9705c58f6 fix alphas cumprod (#478)
* fix alphas cumprod

* indentation
2024-03-04 01:03:32 -06:00
lllyasviel ce273aef88 Merge pull request #477 from lllyasviel/revert-475-conrevo/fix-alphas-cumprod
Revert "Fix alphas cumprod"
2024-03-03 22:41:15 -08:00
lllyasviel 95bcea72b1 Revert "fix alphas cumprod (#475)"
This reverts commit 72139b000c.
2024-03-03 22:40:56 -08:00
Chengsong Zhang 72139b000c fix alphas cumprod (#475) 2024-03-03 20:09:04 -06:00
lllyasviel ef35383b4a VAE patcher and more types of unet patches 2024-02-29 22:37:34 -08:00
lllyasviel b59deaa382 sync upstream 2024-02-26 10:34:28 -08:00
Andray d23c694a84 fix resize handle 2024-02-26 07:00:08 -08:00
Andray e9e8047978 register_tmp_file also with mtime 2024-02-26 07:00:08 -08:00
Andray cc1c0829d5 fix resize-handle for vertical layout 2024-02-26 07:00:08 -08:00
AUTOMATIC1111 c8a5322d1f Merge pull request #15012 from light-and-ray/register_tmp_file-also-with-mtime
register_tmp_file also for mtime
2024-02-26 12:53:21 +03:00
AUTOMATIC1111 ca0308b60d Merge pull request #15010 from light-and-ray/fix_resize-handle_for_vertical_layout
Fix resize-handle visability for vertical layout (mobile)
2024-02-26 12:52:34 +03:00
Andray 6e6cc2922d fix resize handle 2024-02-26 13:37:29 +04:00
lllyasviel 5166a723c2 bring back tiling
close #215
2024-02-25 21:29:35 -08:00
lllyasviel 7155b993ca upstream sync 2024-02-25 20:51:52 -08:00
lllyasviel 1546fa8b89 upstream sync 2024-02-25 20:49:04 -08:00
lllyasviel 6287c73d98 rework memory management for extras
now face post-processing uses gpu
close #312
2024-02-25 20:37:14 -08:00
AUTOMATIC1111 2b7ddcbb5c Merge pull request #15006 from imnodb/master
fix: the `split_threshold` parameter does not work when running Split oversized images
2024-02-26 07:16:42 +03:00
AUTOMATIC1111 e3a8dc6e23 Merge pull request #15004 from light-and-ray/ResizeHandleRow_-_allow_overriden_column_scale_parametr
ResizeHandleRow - allow overriden column scale parametr
2024-02-26 07:16:24 +03:00
AUTOMATIC1111 ca8dc2bde2 Merge pull request #14995 from dtlnor/14591-bug-the-categories-layout-is-different-when-localization-is-on
Fix #14591 using translated content to do categories mapping
2024-02-26 07:12:31 +03:00
AUTOMATIC1111 900419e85e Merge pull request #14973 from AUTOMATIC1111/Fix-new-oft-boft
Fix the OFT/BOFT bugs when using new LyCORIS implementation
2024-02-26 07:12:12 +03:00
lllyasviel a252bbcf16 change show_progress_type
will add Full back later after solving overhead problems
2024-02-25 19:55:56 -08:00
catboxanon b458e42096 Fix LoRA infotext (#406) 2024-02-25 19:41:42 -08:00
catboxanon beb6e76135 Fix version hyperlink (#407) 2024-02-25 19:41:11 -08:00
lllyasviel 056d4d0f91 fix for neveroom extension 2024-02-25 16:47:02 -08:00
lllyasviel a0c89fae12 fix ci 2024-02-25 11:24:56 -08:00
lllyasviel 5e5b60b5b1 rework lora loading
and add logs
2024-02-25 11:04:14 -08:00
lllyasviel 437c348926 Add build-in extension "NeverOOM"
see also discussions
2024-02-24 19:09:06 -08:00