comfyanonymous and GitHub
726af73867
Fix some custom nodes. ( #12455 )
2026-02-13 20:21:10 -05:00
comfyanonymous and GitHub
831351a29e
Support generating attention masks for left padded text encoders. ( #12454 )
2026-02-13 20:15:23 -05:00
comfyanonymous and GitHub
e1add563f9
Use torch RMSNorm for flux models and refactor hunyuan video code. ( #12432 )
2026-02-13 15:35:13 -05:00
comfyanonymous and GitHub
e03fe8b591
Update command to install AMD stable linux pytorch. ( #12437 )
2026-02-12 23:29:12 -05:00
comfyanonymous and GitHub
66c18522fb
Add a tip for common error. ( #12414 )
2026-02-11 22:12:16 -05:00
comfyanonymous and GitHub
76a7fa96db
Make built in lora training work on anima. ( #12402 )
2026-02-10 22:04:32 -05:00
comfyanonymous and GitHub
a4be04c5d7
Ace step prompts match now. ( #12376 )
2026-02-09 19:45:56 -05:00
comfyanonymous and GitHub
a0302cc6a8
Make tonemap latent work on any dim latents. ( #12363 )
2026-02-08 21:16:40 -05:00
comfyanonymous and GitHub
f350a84261
Disable prompt weights for ltxv2. ( #12354 )
2026-02-07 19:16:28 -05:00
comfyanonymous and GitHub
17e7df43d1
Pad ace step 1.5 ref audio if not long enough. ( #12341 )
2026-02-07 00:02:11 -05:00
comfyanonymous and GitHub
039955c527
Some fixes to previous pr. ( #12339 )
2026-02-06 20:14:52 -05:00
comfyanonymous and GitHub
204e65b8dc
Fix bug with last pr ( #12338 )
2026-02-06 19:48:20 -05:00
comfyanonymous and GitHub
eba6c940fd
Make ace step 1.5 base model work properly with default workflow. ( #12337 )
2026-02-06 19:14:56 -05:00
comfyanonymous and GitHub
c2d7f07dbf
Fix issue when using disable_unet_model_creation ( #12315 )
2026-02-05 19:24:09 -05:00
comfyanonymous and GitHub
458292fef0
Fix some lowvram stuff with ace step 1.5 ( #12312 )
2026-02-05 19:15:04 -05:00
comfyanonymous and GitHub
6555dc65b8
Make ace step 1.5 work without the llm. ( #12311 )
2026-02-05 16:43:45 -05:00
comfyanonymous and GitHub
35183543e0
Add VAE tiled decode node for audio. ( #12299 )
2026-02-05 01:12:04 -05:00
comfyanonymous and GitHub
a50c32d63f
Disable sage attention on ace step 1.5 ( #12297 )
2026-02-04 22:15:30 -05:00
comfyanonymous and GitHub
6125b80979
Add llm sampling options and make reference audio work on ace step 1.5 ( #12295 )
2026-02-04 21:29:22 -05:00
comfyanonymous and GitHub
c8fcbd66ee
Try to fix ace text encoder slowness on some configs. ( #12290 )
2026-02-04 19:37:05 -05:00
comfyanonymous and GitHub
26dd7eb421
Fix ace step nan issue on some hardware/pytorch configs. ( #12289 )
2026-02-04 18:25:06 -05:00
comfyanonymous and GitHub
a31681564d
Fix crash with ace step 1.5 ( #12264 )
2026-02-04 00:03:21 -05:00
comfyanonymous and GitHub
fe2511468d
Support the 4B ace step 1.5 lm model. ( #12257 )
...
Can be used as an alternative to the 1.7B
2026-02-03 19:01:38 -05:00
comfyanonymous and GitHub
b8315e66cb
Fix tiled vae for ace step 1.5 ( #12253 )
2026-02-03 14:40:45 -05:00
comfyanonymous and GitHub
ab1050bec3
Support ace step 1.5 base model loras. ( #12252 )
2026-02-03 13:54:23 -05:00
comfyanonymous and GitHub
85fc35e8fa
Fix mac issue. ( #12250 )
2026-02-03 12:19:39 -05:00
223364743c
llama: cast logits as a comfy-weight ( #12248 )
...
This is using a different layers weight with .to(). Change it to use
the ops caster if the original layer is a comfy weight so that it picks
up dynamic_vram and async_offload functionality in full.
Co-authored-by: Rattus <rattus128@gmail.com >
2026-02-03 11:31:36 -05:00
comfyanonymous and GitHub
affe881354
Fix some issues with mac. ( #12247 )
2026-02-03 11:07:04 -05:00
comfyanonymous and GitHub
f5030e26fd
Add progress bar to ace step. ( #12242 )
2026-02-03 04:09:30 -05:00
comfyanonymous and GitHub
3c1a1a2df8
Basic support for the ace step 1.5 model. ( #12237 )
2026-02-03 00:06:18 -05:00
comfyanonymous and GitHub
c05a08ae66
Add back function. ( #12234 )
2026-02-02 19:52:07 -05:00
comfyanonymous and GitHub
dd86b15521
Enable embeddings for some qwen 3 models. ( #12218 )
2026-02-02 03:51:09 -05:00
comfyanonymous and GitHub
021ba20719
Fix issue with parameters on root model object. ( #12216 )
2026-02-01 20:12:52 -05:00
comfyanonymous and GitHub
667a1b8878
Fix some custom nodes breaking. ( #12203 )
2026-02-01 01:55:18 -05:00
comfyanonymous and GitHub
873de5f37a
KV cache implementation for using llama models for text generation. ( #12195 )
2026-01-31 21:11:11 -05:00
comfyanonymous and GitHub
b8f848bfe3
Fix model not working with any res. ( #12186 )
2026-01-31 00:12:48 -05:00
comfyanonymous and GitHub
4064062e7d
Update python patch version in dep workflow. ( #12184 )
2026-01-30 20:20:06 -05:00
comfyanonymous and GitHub
bbe2c13a70
Make empty hunyuan latent 1.0 work with the 1.5 model. ( #12171 )
2026-01-29 23:52:22 -05:00
comfyanonymous and GitHub
c9b633d84f
Add missing spacial downscale ratios. ( #12146 )
2026-01-28 20:52:51 -05:00
comfyanonymous and GitHub
4f5bd39b1c
Update Python 3.14 compatibility notes in README ( #12127 )
2026-01-27 19:58:48 -05:00
comfyanonymous and GitHub
2db3b0ff90
Update amd portable for rocm 7.2 ( #12101 )
...
* Update amd portable for rocm 7.2
* Update Python patch version in release workflow
2026-01-26 19:49:31 -05:00
comfyanonymous and GitHub
2129e7d278
Fix mistral 3 tokenizer code failing on latest transformers version and other breakage. ( #12095 )
...
* Fix mistral 3 tokenizer code failing on latest transformers version.
* Add requests to the requirements
2026-01-26 11:39:00 -05:00
comfyanonymous and GitHub
7ee77ff038
Add name to LoraLoaderModelOnly. ( #12078 )
2026-01-25 21:01:55 -05:00
comfyanonymous and GitHub
26c5bbb875
Move nodes from previous PR into their own file. ( #12066 )
2026-01-24 23:02:32 -05:00
comfyanonymous and GitHub
635406e283
Only enable fp16 on z image models that actually support it. ( #12065 )
2026-01-24 22:32:28 -05:00
comfyanonymous and GitHub
aef4e13588
Make empty latent node work with other models. ( #12062 )
2026-01-24 19:23:20 -05:00
comfyanonymous and GitHub
9cf299a9f9
Make regular empty latent node work properly on flux 2 variants. ( #12050 )
2026-01-23 19:50:48 -05:00
comfyanonymous and GitHub
f443b9f2ca
Revert "feat: Improve ResizeImageMaskNode UX with tooltips and search aliases…" ( #12038 )
...
This reverts commit 4e3038114a .
2026-01-22 23:02:37 -05:00
comfyanonymous and GitHub
09a2e67151
Support loading flux 2 klein checkpoints saved with SaveCheckpoint. ( #12033 )
2026-01-22 18:20:48 -05:00
comfyanonymous and GitHub
abe2ec26a6
Support the Anima model. ( #12012 )
2026-01-21 19:44:28 -05:00
comfyanonymous and GitHub
e755268e7b
Config for Qwen 3 0.6B model. ( #11998 )
2026-01-20 23:08:31 -05:00
comfyanonymous and GitHub
8ccc0c94fa
Make omni stuff work on regular z image for easier testing. ( #11985 )
2026-01-20 00:32:00 -05:00
comfyanonymous and GitHub
2108167f9f
Support zimage omni base model. ( #11979 )
2026-01-19 23:17:38 -05:00
comfyanonymous and GitHub
70c91b8248
Fix #11963 ( #11982 )
2026-01-19 22:32:40 -05:00
comfyanonymous and GitHub
e0eacb0688
Simpler way to implement the #11980 loras. ( #11981 )
2026-01-19 22:00:36 -05:00
comfyanonymous and GitHub
1a72bf2046
Readme update. ( #11957 )
2026-01-18 19:53:43 -08:00
comfyanonymous and GitHub
190c4416cc
Bump comfy-kitchen dependency to version 0.2.7 ( #11941 )
2026-01-17 21:20:35 -05:00
comfyanonymous and GitHub
7ac999bf30
Add image sizes to clip vision outputs. ( #11923 )
2026-01-16 23:02:28 -05:00
comfyanonymous and GitHub
4c816d5c69
Adjust memory usage factor calculation for flux2 klein. ( #11900 )
2026-01-15 20:06:40 -05:00
comfyanonymous and GitHub
3b832231bb
Flux2 Klein support. ( #11890 )
2026-01-15 10:33:15 -05:00
comfyanonymous and GitHub
d150440466
Fix VAELoader ( #11880 )
2026-01-14 10:54:50 -08:00
comfyanonymous and GitHub
6165c38cb5
Optimize nvfp4 lora applying. ( #11866 )
...
This changes results a bit but it also speeds up things a lot.
2026-01-14 00:49:38 -05:00
comfyanonymous and GitHub
eff2b9d412
Optimize nvfp4 lora applying. ( #11856 )
2026-01-13 19:37:19 -05:00
comfyanonymous and GitHub
15b312de7a
Optimize nvfp4 lora applying. ( #11854 )
2026-01-13 19:23:58 -05:00
comfyanonymous and GitHub
1dcbd9efaf
Bump ltxav mem estimation a bit. ( #11842 )
2026-01-13 01:42:07 -05:00
comfyanonymous and GitHub
117e7a5853
Refactor to try to lower mem usage. ( #11840 )
2026-01-12 21:01:52 -08:00
comfyanonymous and GitHub
b3c0e4de57
Make loras work on nvfp4 models. ( #11837 )
...
The initial applying is a bit slow but will probably be sped up in the
future.
2026-01-12 22:33:54 -05:00
comfyanonymous and GitHub
c881a1d689
Support the siglip 2 naflex model as a clip vision model. ( #11831 )
...
Not useful yet.
2026-01-12 17:05:54 -05:00
comfyanonymous and GitHub
c6238047ee
Put more details about portable in readme. ( #11816 )
2026-01-11 21:11:53 -05:00
comfyanonymous and GitHub
2f642d5d9b
Fix chroma fp8 te being treated as fp16. ( #11795 )
2026-01-10 14:40:42 -08:00
comfyanonymous and GitHub
cd912963f1
Fix issue with t5 text encoder in fp4. ( #11794 )
2026-01-10 17:31:31 -05:00
comfyanonymous and GitHub
dc202a2e51
Properly save mixed ops. ( #11772 )
2026-01-10 02:03:57 -05:00
comfyanonymous and GitHub
bd0e6825e8
Be less strict when loading mixed ops weights. ( #11769 )
2026-01-09 14:21:06 -05:00
comfyanonymous and GitHub
b48d6a83d4
Fix csp error in frontend when forcing offline. ( #11749 )
2026-01-08 22:15:50 -05:00
comfyanonymous and GitHub
1a20656448
Fix import issue. ( #11746 )
2026-01-08 17:23:59 -05:00
comfyanonymous and GitHub
0f11869d55
Better detection if AMD torch compiled with efficient attention. ( #11745 )
2026-01-08 17:16:58 -05:00
comfyanonymous and GitHub
50d6e1caf4
Tweak ltxv vae mem estimation. ( #11722 )
2026-01-07 23:07:05 -05:00
comfyanonymous and GitHub
21e8425087
Add warning for old pytorch. ( #11718 )
2026-01-07 21:07:26 -05:00
comfyanonymous and GitHub
25bc1b5b57
Add memory estimation function to ltxav text encoder. ( #11716 )
2026-01-07 20:11:22 -05:00
comfyanonymous and GitHub
3cd19e99c1
Increase ltxav mem estimation by a bit. ( #11715 )
2026-01-07 20:04:56 -05:00
comfyanonymous and GitHub
007b87e7ac
Bump required comfy-kitchen version. ( #11714 )
2026-01-07 19:48:47 -05:00
comfyanonymous and GitHub
34751fe9f9
Lower ltxv text encoder vram use. ( #11713 )
2026-01-07 19:12:15 -05:00
comfyanonymous and GitHub
3cd7b32f1b
Support gemma 12B with quant weights. ( #11696 )
2026-01-07 05:15:14 -05:00
comfyanonymous and GitHub
c0c9720d77
Fix stable release workflow not pulling latest comfy kitchen. ( #11695 )
2026-01-07 04:48:28 -05:00
comfyanonymous and GitHub
b7d7cc1d49
Fix fp8 fast issue. ( #11688 )
2026-01-07 01:39:06 -05:00
comfyanonymous and GitHub
c5cfb34c07
Update comfy-kitchen version to 0.2.3 ( #11685 )
2026-01-06 23:51:45 -05:00
comfyanonymous and GitHub
edee33f55e
Disable comfy kitchen cuda if pytorch cuda less than 13 ( #11681 )
2026-01-06 22:13:43 -05:00
comfyanonymous and GitHub
2c03884f5f
Skip fp4 matrix mult on devices that don't support it. ( #11677 )
2026-01-06 18:07:26 -05:00
comfyanonymous and GitHub
6e9ee55cdd
Disable ltxav previews. ( #11676 )
2026-01-06 17:41:27 -05:00
comfyanonymous and GitHub
023cf13721
Fix lowvram issue with ltxv2 text encoder. ( #11675 )
2026-01-06 17:33:03 -05:00
comfyanonymous and GitHub
c3c3e93c5b
Use rope functions from comfy kitchen. ( #11674 )
2026-01-06 16:57:50 -05:00
comfyanonymous and GitHub
6ffc159bdd
Update comfy-kitchen version to 0.2.1 ( #11672 )
2026-01-06 15:53:43 -05:00
comfyanonymous and GitHub
96e0d0924e
Add helpful message to portable. ( #11671 )
2026-01-06 14:43:24 -05:00
comfyanonymous and GitHub
1618002411
Revert "Use rope functions from comfy kitchen. ( #11647 )" ( #11648 )
...
This reverts commit 6ef85c4915 .
2026-01-05 23:07:39 -05:00
comfyanonymous and GitHub
6ef85c4915
Use rope functions from comfy kitchen. ( #11647 )
2026-01-05 22:50:35 -05:00
6da00dd899
Initial ops changes to use comfy_kitchen: Initial nvfp4 checkpoint support. ( #11635 )
...
---------
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com >
2026-01-05 21:48:58 -05:00
comfyanonymous and GitHub
4f3f9e72a9
Fix name. ( #11638 )
2026-01-05 02:41:23 -08:00
comfyanonymous and GitHub
d157c3299d
Refactor module_size function. ( #11637 )
2026-01-05 03:48:31 -05:00
comfyanonymous and GitHub
d1b9822f74
Add LTXAVTextEncoderLoader node. ( #11634 )
2026-01-05 02:27:31 -05:00
comfyanonymous and GitHub
f2b002372b
Support the LTXV 2 model. ( #11632 )
2026-01-05 01:58:59 -05:00