stable-diffusion-webui-forge/backend
2025-12-04 16:47:20 -08:00
..
diffusion_engine prompt expansion 2025-12-04 16:47:20 -08:00
huggingface init 2025-11-27 07:23:48 -08:00
lora add peft lora key matching 2025-11-28 18:38:34 -08:00
misc Update sub_quadratic_attention.py 2024-08-03 15:19:45 -07:00
modules match diffusers 2025-11-27 15:12:56 -08:00
nn fix fp16 controlnets 2025-12-04 00:58:49 -08:00
optimizers RAMFORGE 2025-09-19 09:22:07 -07:00
patcher remove bugs 2025-08-28 16:54:10 -07:00
sampling match diffusers 2025-11-27 15:12:56 -08:00
text_processing init 2025-11-27 07:23:48 -08:00
args.py RAMFORGE 2025-09-19 09:22:07 -07:00
attention.py fix sage attention implementation 2025-05-27 02:01:28 -07:00
chromadct_memory_strategy.py improve memory management when using async and normal chroma 2025-09-26 10:52:26 -07:00
loader.py add prompt expansion capabilities 2025-12-04 15:07:09 -08:00
memory_management.py clear mem 2025-12-03 18:17:14 -08:00
operations_bnb.py maintain loading related 2024-08-29 19:05:48 -07:00
operations_gguf.py Add BF16 to GGUF (#2877) 2025-05-19 00:06:23 -04:00
operations.py improve memory management when using async and normal chroma 2025-09-26 10:52:26 -07:00
ramtorch_integration.py RAMFORGE 2025-09-19 09:22:07 -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 apply cpp fix 2025-12-03 23:36:12 -08:00

WIP Backend for Forge