stable-diffusion-webui-forge/backend
2024-08-26 06:16:13 -07:00
..
diffusion_engine add a way to save models 2024-08-19 06:30:49 -07:00
huggingface upload Schnell support files 2024-08-11 17:31:12 -07:00
misc Update sub_quadratic_attention.py 2024-08-03 15:19:45 -07:00
modules multiple lora implementation sources 2024-08-13 07:13:32 -07:00
nn disable xformers for t5 2024-08-15 00:55:49 -07:00
patcher fix offline loras 2024-08-25 20:28:40 -07:00
sampling revise lora patching 2024-08-22 11:59:43 -07:00
text_processing forge 2.0.0 2024-08-10 19:24:19 -07: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 fix T5 not baked 2024-08-25 17:31:50 -07:00
memory_management.py speed up nf4 lora in offline patching mode 2024-08-22 10:35:11 -07:00
operations_bnb.py add a way to empty cuda cache on the fly 2024-08-22 10:06:39 -07:00
operations_gguf.py restrict baking to 16bits 2024-08-26 06:16:13 -07:00
operations.py revise GGUF by precomputing some parameters 2024-08-25 14:30:09 -07:00
README.md rename 2024-07-29 11:29:29 -06: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 support more t5 quants (#1482) 2024-08-24 12:47:49 -07:00

WIP Backend for Forge