stable-diffusion-webui-forge/backend
DenOfEquity 5e1dcd35a8
some extra lora support, inc. new glora (#2715)
* support new glora (via ComfyUI)
* support BFL FluxTools loras (mostly via ComfyUI)
* also support using loras (like Hyper, Turbo) with FluxTools models
2025-03-04 00:26:43 +00:00
..
diffusion_engine fix zero'd cond_t5 device (#2701) 2025-02-27 22:01:35 +00:00
huggingface this is useful (spiece.model for SD3 T5 tokenizer)(#2699) 2025-02-27 20:40:19 +00:00
misc Update sub_quadratic_attention.py 2024-08-03 15:19:45 -07:00
modules SD3+ (#2688) 2025-02-27 17:54:44 +00:00
nn SD3+ (#2688) 2025-02-27 17:54:44 +00:00
patcher some extra lora support, inc. new glora (#2715) 2025-03-04 00:26:43 +00:00
sampling Rephrase low GPU warning (#1761) 2024-09-09 14:30:22 -03:00
text_processing SD3+ (#2688) 2025-02-27 17:54:44 +00:00
args.py add low vram warning 2024-08-19 11:08:01 -07:00
attention.py disable xformers for t5 2024-08-15 00:55:49 -07:00
loader.py SD3+ (#2688) 2025-02-27 17:54:44 +00:00
memory_management.py fix/workaround for potential memory leak (#2315) 2024-11-14 22:05:54 +00:00
operations_bnb.py maintain loading related 2024-08-29 19:05:48 -07:00
operations_gguf.py Speed up quant model loading and inference ... 2024-08-30 00:49:05 -07:00
operations.py Maintain patching related 2024-08-30 15:18:21 -07:00
README.md rename 2024-07-29 11:29:29 -06:00
shared.py add a way to exchange variables between modules 2024-09-08 20:22:04 -07:00
state_dict.py Load Model only when click Generate 2024-08-08 14:51:13 -07:00
stream.py revise stream logics 2024-08-08 18:45:36 -07:00
utils.py Maintain patching related 2024-08-30 15:18:21 -07:00

WIP Backend for Forge