Commit Graph

275 Commits

Author SHA1 Message Date
maybleMyers
98099074da clear mem 2025-12-03 18:17:14 -08:00
maybleMyers
814016a4e4 add oom reset 2025-12-03 14:39:36 -08:00
maybleMyers
f82182b082 add oom reset 2025-12-03 14:23:25 -08:00
maybleMyers
9007164a4e fix nets with z 2025-12-02 15:35:18 -08:00
maybleMyers
89cc3da55f fix cheap previews 2025-11-30 03:58:55 -08:00
maybleMyers
9bdcac6e69 add peft lora key matching 2025-11-28 18:38:34 -08:00
maybleMyers
214f890c3c add lora support for z-image 2025-11-28 12:46:16 -08:00
maybleMyers
01f2c2876f add check for weird comfy-converted model layers to loader 2025-11-28 06:09:20 -08:00
maybleMyers
b6d4998f51 fix single safetensors file 2025-11-27 15:39:05 -08:00
maybleMyers
6b29f1d50c match diffusers 2025-11-27 15:12:56 -08:00
maybleMyers
d52af5ee37 fp32 support 2025-11-27 12:55:10 -08:00
maybleMyers
b83ddf9e82 fix versions 2025-11-27 11:45:45 -08:00
maybleMyers
314a3886d2 black 2025-11-27 08:52:56 -08:00
maybleMyers
458810ced7 init 2025-11-27 07:23:48 -08:00
maybleMyers
e1a95ce726 add diffusers style t5 mask 2025-09-29 07:07:59 -07:00
maybleMyers
501c24ce64 align dct with normal offloading 2025-09-26 13:50:19 -07:00
maybleMyers
58f545bfba improve memory management when using async and normal chroma 2025-09-26 10:52:26 -07:00
maybleMyers
b205937b9d reset memory estimation for radiance to 1 2025-09-21 16:18:32 -07:00
maybleMyers
710c3d9fca RAMFORGE 2025-09-19 09:22:07 -07:00
maybleMyers
280c9b1b24 yes 2025-09-02 21:56:19 -07:00
maybleMyers
c9694fe099 fix 16s 2025-09-02 04:49:16 -07:00
maybleMyers
cc6ee58939 fix 16s 2025-09-02 04:02:24 -07:00
maybleMyers
36cf946f0a mice 2025-09-02 03:33:21 -07:00
maybleMyers
478fd7b94c mice 2025-09-02 03:22:09 -07:00
maybleMyers
24638876b5 add res4lyf 2025-09-02 02:58:17 -07:00
maybleMyers
5612bc2ccd remove debug 2025-08-30 04:39:48 -07:00
maybleMyers
6862ac07c5 smarter offload 2025-08-30 04:37:38 -07:00
maybleMyers
0418f18a75 offloading strategy test 2025-08-30 04:07:38 -07:00
maybleMyers
4a8a88212c ops 2025-08-30 03:20:09 -07:00
maybleMyers
cc42c709c4 update memory calculation for radiance models 2025-08-30 02:32:18 -07:00
maybleMyers
385c89a294 remove bugs 2025-08-28 16:54:10 -07:00
maybleMyers
0de6a74b15 update vram management 2025-08-28 16:07:49 -07:00
maybleMyers
388cacde82 testing things 2025-08-28 08:50:58 -07:00
maybleMyers
9464505b45 fp32 option for te 2025-06-29 08:44:12 -07:00
maybleMyers
9a866bcf11 merge stuff 2025-06-29 07:19:08 -07:00
maybleMyers
fd3a3b856a fix sage attention implementation 2025-05-27 02:01:28 -07:00
maybleMyers
f362ec6638 merge experimental sage pr 2025-05-25 18:23:12 -07:00
spawner
df925305e8
flash and sage 2025-05-19 15:34:50 +08:00
spawner
d88f325f32
sage and flash 2025-05-19 15:33:33 +08:00
spawner
4f67034794
Update args.py 2025-05-19 15:33:03 +08:00
Mathieu Croquelois
17a42e5877
Add BF16 to GGUF (#2877) 2025-05-19 00:06:23 -04:00
maybleMyers
bd2de22508 update to latest version of forge, fix que 2025-05-18 14:36:46 -07:00
machina
0ced1d0cd0
Support wd_on_output for DoRA (#2856) 2025-05-05 09:32:33 -04:00
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
DenOfEquity
4f825bc070
fix zero'd cond_t5 device (#2701)
could be created on the wrong device if user has enough VRAM for Forge to run text encoders on GPU.
just move it to the cond_l device
2025-02-27 22:01:35 +00:00
DenOfEquity
3ce373939e
this is useful (spiece.model for SD3 T5 tokenizer)(#2699) 2025-02-27 20:40:19 +00:00
DenOfEquity
f23bc80d2f
SD3+ (#2688)
Co-authored-by: graemeniedermayer graemeniedermayer@users.noreply.github.com
2025-02-27 17:54:44 +00:00
DenOfEquity
8dd92501e6
Add SDXL refiner model (#2686)
add sdxlrefiner
adjust some Settings
custom CLIP-G support
2025-02-25 10:49:47 +00:00
DenOfEquity
184bb04f8d
increased support for custom CLIPs (#2642)
increased support for custom CLIPs
more forms recognised
now can be applied to sd1.5, sdxl, (sd3)
2025-02-21 12:01:39 +00:00
DenOfEquity
4a30c15769
update for Save Checkpoint button (#2636)
function in Checkpoint Merger previously produced unusable checkpoints for non-Flux architectures because keys had names not recognised by the model loader
2025-02-09 13:21:15 +00:00