Commit Graph

4636 Commits

Author SHA1 Message Date
layerdiffusion 8c087f920e rename files 2024-08-03 15:54:39 -07:00
layerdiffusion a5265df7f4 rename file 2024-08-03 15:51:04 -07:00
layerdiffusion b8b29a2372 remove forge_sampler 2024-08-03 15:38:07 -07:00
layerdiffusion 8a01b2c5db move to new backend - part 1 2024-08-03 14:59:46 -07:00
layerdiffusion 907d883e49 add huggingface_guess repo 2024-08-03 12:40:11 -07:00
layerdiffusion bc9977a305 UNet from Scratch
Now backend rewrite is about 50% finished.
Estimated finish is in 72 hours.
After that, many newer features will land.
2024-08-01 21:19:41 -07:00
layerdiffusion 0d079a846d Intergrate Native AutoEncoderKL 2024-07-31 21:10:19 -07:00
layerdiffusion 2c3afff371 gradio==4.40.0
all basic UIs tested
2024-07-31 19:04:02 -07:00
layerdiffusion 40dd61ba6c improve vae key mapping 2024-07-30 09:23:58 -06:00
layerdiffusion 4a9c8f32ee remove train tab
This tab has been broken since 6 months ago and no one even creates an issue for it ; this indicates no one uses it.
Also just tried original webui Train tab and it seems also broken even in Auto's repo.
so we remove it to make room for new tabs and new features.
2024-07-29 10:02:43 -06:00
layerdiffusion c3e17f05f3 fix #880 2024-07-29 09:22:44 -06:00
layerdiffusion f94bcae7b0 fix img2img batch upload 2024-07-27 06:53:37 -07:00
layerdiffusion 04c6ab68bb 1.10.1 2024-07-27 06:39:58 -07:00
layerdiffusion f6a0c69f0f fix ADetailer 2024-07-26 15:11:12 -07:00
layerdiffusion e26abf87ec Gradio 4 + WebUI 1.10 2024-07-26 12:02:46 -07:00
lllyasviel 10b5ca2541 vae already sliced in inner loop 2024-03-08 00:40:33 -08:00
Chengsong Zhang b9705c58f6 fix alphas cumprod (#478)
* fix alphas cumprod

* indentation
2024-03-04 01:03:32 -06: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
Andray e9e8047978 register_tmp_file also with mtime 2024-02-26 07:00:08 -08:00
lllyasviel 5166a723c2 bring back tiling
close #215
2024-02-25 21:29:35 -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
lllyasviel a252bbcf16 change show_progress_type
will add Full back later after solving overhead problems
2024-02-25 19:55:56 -08:00
catboxanon beb6e76135 Fix version hyperlink (#407) 2024-02-25 19:41:11 -08:00
lllyasviel 434ca2169f Add optimization --cuda-stream
See also the readme for more details
2024-02-24 14:00:48 -08:00
lllyasviel 16caff3d14 Revert "try solve #381"
This reverts commit 9d4c88912d.
2024-02-23 16:13:40 -08:00
lllyasviel 9d4c88912d try solve #381
caused by some potential historical webui problems
2024-02-23 16:01:40 -08:00
lllyasviel bde779a526 apply_token_merging 2024-02-23 15:43:27 -08:00
lllyasviel cc5f773519 sync upstream 2024-02-23 13:48:28 -08:00
AUTOMATIC1111 3f18a09c86 make extra network card description plaintext by default, with an option to re-enable HTML as it was 2024-02-22 21:27:10 +03:00
lllyasviel 638ee43bf1 Merge upstream PR 14855 2024-02-21 23:59:40 -08:00
lllyasviel 95ddac3117 Merge upstream
upstream
2024-02-21 23:56:45 -08:00
AUTOMATIC1111 1da05297ea possible fix for reload button not appearing in some cases for extra networks. 2024-02-22 10:28:03 +03:00
Andray 33c8fe1221 avoid doble upscaling in inpaint 2024-02-19 16:57:49 +04:00
w-e-w 71072f5620 re-work open image button settings 2024-02-18 02:47:44 +09:00
lllyasviel ae51178629 allow extensions to sort themselves in UI
and other installed extensions will be on top now (including some resolution related UI extensions)
2024-02-17 08:15:29 -08:00
lllyasviel 7a2aca6fed Merge branch 'main' into tdd 2024-02-17 07:40:16 -08:00
w-e-w a18e54ecd7 option "open image button" open the actual dir 2024-02-18 00:38:05 +09: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 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 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
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
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
Yuki Shindo 2616c20687 fix embeddings path (#237) 2024-02-13 19:48:06 -05:00
Chenlei Hu 9c5038c766 Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout (#203)
* Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout

* nit
2024-02-11 21:22:31 -05:00
lllyasviel 30c8d742b3 Merge branch 'main' into upt 2024-02-11 16:42:36 -08: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