comfyanonymous
f5ed117b88
Remove useless code. ( #16169 )
2026-09-07 19:27:58 -04:00
comfyanonymous
7b3b262bcb
Add color space conversion node. ( #16135 )
...
Converts between sRGB, HDR (hlg) and HDR PQ.
Note that using this node will not make your images HDR, it will just put
the data as losslessly as it can in the other color space and only tonemap
when that isn't possible (ex: converting HDR to sRGB).
2026-09-06 17:02:02 -04:00
comfyanonymous
d1c5e64119
Fix potential mps issue of supports_fp64 called with None. ( #16136 )
2026-09-05 21:00:11 -04:00
comfyanonymous
18ebc2afd4
Update comfy-kitchen version to 0.2.33 ( #16133 )
2026-09-05 19:21:16 -04:00
comfyanonymous
5c23fb7b6c
Remove now unnecessary minimax memory workaround. ( #16103 )
2026-09-04 13:27:35 -04:00
comfyanonymous
1c68191dbb
Remove some workflow media from portable install to make it smaller. ( #16080 )
2026-09-03 20:20:33 -04:00
comfyanonymous
d9726bb098
Make comfyui handle missing workflow media properly. ( #16079 )
2026-09-03 20:19:05 -04:00
comfyanonymous
0eb098b591
Lower peak trellis workflow vram and ram usage. ( #16054 )
2026-09-03 19:01:51 -04:00
comfyanonymous
345c919049
Add warning about forcing single GPU mode on Windows ( #16055 )
2026-09-02 22:48:06 -04:00
comfyanonymous
4e024cb1e8
Lower trellis workflow remesh memory usage. ( #16034 )
2026-09-01 22:43:25 -04:00
comfyanonymous
3258eb3a4d
Disable ck attention when fp32 + low_precision_attention False. ( #16029 )
2026-09-01 19:59:29 -04:00
comfyanonymous
d3eaf6adb3
Minimax h3 controlnet as a model patch instead of a controlnet. ( #15975 )
2026-08-31 19:44:42 -04:00
comfyanonymous
a8b4fa6410
Add how to cache model stuff to AGENTS.md ( #16003 )
2026-08-31 19:09:43 -04:00
comfyanonymous
95d755cd81
Disable push event trigger for failing workflow. ( #15995 )
2026-08-30 23:19:14 -04:00
comfyanonymous
8a33128f2f
Improve some warning messages. ( #15977 )
2026-08-29 20:10:20 -04:00
comfyanonymous
e7051b0375
Add section about user input tolerance to AGENTS.md ( #15955 )
2026-08-28 20:00:29 -04:00
comfyanonymous
3ac5d7941d
Add cfgpp_ud10_ab sampler. ( #15951 )
...
This is the result of an experiment where I asked a LLM to create a better
sampler for the base Anima model and gave it a lot of different things to
try.
I wouldn't call this revolutionary but from my basic testing it seems to be
a bit better than the other samplers at lower steps so I have decided to
include it in ComfyUI.
For best result use it at CFG 2.0 on base Anima. It should also work on
other models but I'm not sure about the optimal parameters.
2026-08-28 15:33:18 -04:00
comfyanonymous
0a33ed6c28
Add to readme that we support HDR and high bit depth. ( #15940 )
2026-08-27 22:57:30 -04:00
comfyanonymous
5653b4ac8e
Support avif in Save Image Advanced node. ( #15891 )
2026-08-26 19:17:57 -04:00
comfyanonymous
2618d32dfb
Python 3.10 will be EOL soon, please upgrade. ( #15874 )
...
After the Python 3.10 EOL date of October 31 2026 we will put zero effort into keeping support for python 3.10 so everyone is recommended to upgrade to a newer version.
2026-08-24 23:09:38 -04:00
comfyanonymous
b78cec879b
Increase minimum pyav version. ( #15827 )
2026-08-23 12:29:18 -04:00
comfyanonymous
9db05e0e1f
Add colorspace option and change bit_depth to a combo on CreateVideo. ( #15810 )
2026-08-22 21:07:29 -04:00
comfyanonymous
7dde56176e
Increase trellis2 memory factor a bit. ( #15796 )
2026-08-21 20:44:56 -04:00
comfyanonymous
76135e557d
Add HDR color space options to h264 codec in Save Video node. ( #15764 )
2026-08-20 20:16:31 -04:00
comfyanonymous
dcbcf8c2e1
Support HDR video saving, AV1 codec, mkv and webm. ( #15741 )
2026-08-20 19:29:20 -04:00
comfyanonymous
a3e5cce506
Add friendly errors to the dynamic vram safetensors loader. ( #15722 )
2026-08-18 19:59:52 -07:00
comfyanonymous
8e869efc87
Add support for taeh3. ( #15695 )
2026-08-17 23:20:28 -04:00
comfyanonymous
0696f61dce
Allow regular single image Empty Latent Image node to be used with H3. ( #15677 )
2026-08-16 21:34:39 -04:00
comfyanonymous
aaabf34258
Add MiniMax Music 3 to readme. ( #15656 )
2026-08-15 19:34:53 -04:00
comfyanonymous
a7365071e4
Enable dynamic vram by default on ROCm 7.14 and higher. ( #15633 )
2026-08-14 20:34:40 -04:00
comfyanonymous
03fa4e48ba
Fix minimax music not working on non dynamic vram. ( #15588 )
2026-08-13 15:47:44 -04:00
comfyanonymous
b323a345bb
Update comfy-kitchen package version to 0.2.31 ( #15564 )
2026-08-12 23:01:31 -04:00
comfyanonymous
6b30dc2068
Don't disable dynamic vram on WSL. ( #15562 )
2026-08-12 21:39:00 -04:00
comfyanonymous
725e6ec606
Support anima tunes with extra blocks. ( #15555 )
2026-08-12 16:22:50 -04:00
comfyanonymous
bd34f338ac
Fix float64 device in ltx diffusion decoder. ( #15516 )
2026-08-12 03:55:08 -04:00
comfyanonymous
024cbc5fc1
Remove potentially problematic process_tokens method. ( #15507 )
2026-08-11 16:45:52 -04:00
comfyanonymous
bbb4b04caa
Don't depend on transformers for mistral and llama tokenizers. ( #15503 )
2026-08-11 15:54:44 -04:00
comfyanonymous
d9f9d2ba12
Fix some clip vision regression. ( #15506 )
2026-08-11 15:54:15 -04:00
comfyanonymous
2a19bbf014
Fix for broken tiled audio decode. ( #15502 )
2026-08-11 14:07:32 -04:00
comfyanonymous
62b3c94bd4
Fix peak memory issue with H3. ( #15486 )
2026-08-11 02:09:29 -07:00
comfyanonymous
bf4c9a08fc
Implement comfy kitchen attention. ( #15479 )
...
Add a ModelAttentionBackend node to manually select the attention for models in the workflows. Currently supports pytorch attention or comfy kitchen attention.
Add --use-ck-attention to enable comfy kitchen attention as the default attention backend for all models (might break some).
2026-08-10 22:03:08 -07:00
comfyanonymous
4f3544d131
Make cu130 warning more visible. ( #15463 )
2026-08-10 23:25:01 -04:00
comfyanonymous
9eaba63e1a
Fix upscale models breaking on non dynamic vram low vram. ( #15437 )
2026-08-08 17:51:05 -04:00
comfyanonymous
dd79c643a9
Minimum officially supported pytorch is now 2.7 ( #15413 )
2026-08-08 02:12:21 -04:00
comfyanonymous
cd84f47efe
Make it easier to debug nested tensors. ( #15383 )
2026-08-07 22:14:04 -04:00
comfyanonymous
66057c4e59
Update comfy-kitchen package version to 0.2.28 ( #15407 )
2026-08-07 18:25:27 -04:00
comfyanonymous
0ab8332bfa
Update comfy-kitchen package version to 0.2.27 ( #15388 )
2026-08-07 03:33:38 -04:00
comfyanonymous
2340099d93
Fix full offload on minimax audio vae. ( #15377 )
2026-08-07 00:26:16 -04:00
comfyanonymous
88fec4b605
Skip creating useless noise in res_multistep sampler. ( #15339 )
2026-08-06 18:17:44 -04:00
comfyanonymous
7972b5ba7f
Make the desktop app more prominent in the readme. ( #15330 )
2026-08-05 14:25:15 -07:00
comfyanonymous
de23a547f1
Update the Features section with more up to date stuff. ( #15302 )
2026-08-04 19:45:30 -07:00
comfyanonymous
9a9fdb10ed
Harden some nodes against potential issues related to combos. ( #15277 )
2026-08-03 23:55:13 -04:00
comfyanonymous
e377e26304
Don't pin too much memory on Linux systems with no swap partition. ( #15266 )
2026-08-03 16:29:47 -04:00
comfyanonymous
f06a187f50
Handle case where swap memory query fails on windows. ( #15219 )
2026-08-02 01:12:12 -04:00
comfyanonymous
532a16f3b9
Disable gradients on diffusion models. ( #15218 )
2026-08-01 20:15:51 -07:00
comfyanonymous
e0951a9c7e
Let the save text node save in csv format. ( #15217 )
2026-08-01 22:27:37 -04:00
comfyanonymous
41a3e160d7
Use the actual function to check if the path is within the dir. ( #15216 )
2026-08-01 22:15:17 -04:00
comfyanonymous
e803f24ea0
Let the VAEDecodeAudio node decode nested audio. ( #15211 )
2026-08-01 16:38:42 -04:00
comfyanonymous
e8e233cdf6
Update comfy-kitchen version to 0.2.26 ( #15208 )
2026-08-01 15:10:39 -04:00
comfyanonymous
2881e61610
Store mp4 metadata at the beginning of the file when possible. ( #15195 )
2026-08-01 03:21:28 -04:00
comfyanonymous
235b466a0c
Add crf option to save video node. ( #15191 )
2026-08-01 00:27:48 -04:00
comfyanonymous
a1c421994c
Expand k, v when attention backend would fall back to math because gqa. ( #15190 )
2026-07-31 15:17:56 -07:00
comfyanonymous
8352644aa9
comfy-kitchen AMD support. ( #15160 )
2026-07-30 19:53:13 -04:00
comfyanonymous
9b3aa08967
Don't enable comfyui_detail.log by default. ( #15159 )
2026-07-30 16:15:39 -04:00
comfyanonymous
f73e8cde88
Fallback to cudnn attention on linux if flash attention doesn't work. ( #15146 )
2026-07-29 18:10:28 -07:00
comfyanonymous
4f874c5e3a
Update comfy-kitchen to fix flux kv issue. ( #15144 )
2026-07-29 14:10:01 -07:00
comfyanonymous
628cdec592
Update comfy-kitchen package version to 0.2.23 ( #15112 )
2026-07-28 17:01:53 -04:00
comfyanonymous
99f221c7f5
Go back to older rocm for portable. ( #15127 )
2026-07-28 13:46:44 -07:00
comfyanonymous
6e36e12970
Update stable portable release workflow. ( #15113 )
2026-07-27 23:31:55 -04:00
comfyanonymous
02c688429e
Update AGENTS.md ( #15096 )
2026-07-26 17:21:05 -04:00
comfyanonymous
f966a2b38c
Optimize ideogram model using comfy kitchen rms rope. ( #15080 )
2026-07-25 15:09:26 -04:00
comfyanonymous
7c59a078d6
Use comfy kitchen rope functions in ltx models. ( #15056 )
2026-07-24 15:17:31 -04:00
comfyanonymous
0cb84e7e6e
Make Ernie use comfy kitchen rms rope ( #15055 )
2026-07-23 22:06:52 -04:00
comfyanonymous
2e47082c8e
Make z image/lumina 2 models use comfy kitchen rms rope. ( #15036 )
2026-07-22 15:34:27 -04:00
comfyanonymous
947c2749dd
Use optimized rms_rope function in joyai image model. ( #15018 )
2026-07-21 20:02:45 -07:00
comfyanonymous
35c94d6023
Fix gfx1035 not being treated like RDNA2 ( #15009 )
2026-07-20 23:36:03 -04:00
comfyanonymous
6665515349
Fix wan dancer issue with batches. ( #14999 )
2026-07-19 15:13:49 -07:00
comfyanonymous
c9602625e4
Implement regular and timestep zero reference images to krea 2 for ostris and identity edit ref loras. ( #14843 )
2026-07-18 17:12:18 -07:00
comfyanonymous
4800e78518
More comfy-kitchen int8 optimizations. ( #14980 )
2026-07-18 00:53:15 -04:00
comfyanonymous
0f42ba5146
Support anima lllite control models. ( #14954 )
...
Put them in the models/model_patches folder. Use the new AnimaLLLiteApply node.
2026-07-17 07:36:21 -07:00
comfyanonymous
71b73e3b2b
Speed up anima a bit. ( #14953 )
2026-07-16 19:44:02 -07:00
comfyanonymous
6a8ff7a929
Various comfy kitchen optimizations and fixes. ( #14963 )
2026-07-16 19:43:12 -07:00
comfyanonymous
678d42c90e
Update AGENTS.md ( #14955 )
2026-07-15 20:09:59 -07:00
comfyanonymous
dff0b18fff
Fix int8 performance regression on 16xx series. ( #14941 )
2026-07-14 13:13:08 -07:00
comfyanonymous
80acfcf0fe
More optimized int8 and int4 on turing. ( #14927 )
2026-07-13 13:03:29 -07:00
comfyanonymous
c35a622acd
Fix hidream o1 regression. ( #14923 )
2026-07-13 12:52:28 -07:00
comfyanonymous
917faef771
Support PID 1.5 models. ( #14894 )
2026-07-12 09:43:30 -07:00
comfyanonymous
69ea58697b
Try to fix flash attention related issue on AMD. ( #14880 )
2026-07-11 17:16:40 -07:00
comfyanonymous
f3a36e7484
Temporarily disable auto enabling triton by default on AMD. ( #14878 )
...
I get freezing issues on my test machine.
2026-07-10 18:37:59 -07:00
comfyanonymous
92ddf07ba1
Try to fix some issues with the seedvr VAE. ( #14877 )
2026-07-10 19:54:28 -04:00
comfyanonymous
e2a6e30d89
Fix black image on turing when using int4 models. ( #14864 )
2026-07-09 23:17:06 -04:00
comfyanonymous
b7a648ca20
Try to fix the model reloading issue some people have. ( #14822 )
2026-07-09 16:39:01 -07:00
comfyanonymous
73e84d5ec8
Support convrot int4 models. ( #14859 )
...
linear_dtype in comfy_quant metadata can be used to set if the int4 op does
the matrix multiplication in int8 or int4, the default is int4 on GPUs that
support it with fallback to int8 for GPUs that don't.
2026-07-09 18:57:09 -04:00
comfyanonymous
d0008a8958
Fix qwen3vl reference images when used as a text encode models. ( #14845 )
...
Should not affect use as a text generation model.
2026-07-09 01:50:25 -04:00
comfyanonymous
ffbecfffb9
Fix crash when using UNetSelfAttentionMultiply ( #14823 )
2026-07-07 21:17:31 -07:00
comfyanonymous
b481bc15af
Support gqa on all attention backends, drop support for pytorch 2.4 ( #14772 )
2026-07-07 22:57:52 -04:00
comfyanonymous
6880614319
Update AGENTS.md ( #14819 )
2026-07-07 18:36:13 -07:00
comfyanonymous
7cf4e78335
Delete symlink that breaks our updates. ( #14803 )
2026-07-06 22:24:05 -04:00
comfyanonymous
439bd807f8
Skip unloading dynamic model patchers in current workflow. ( #14799 )
2026-07-06 14:35:12 -07:00
comfyanonymous
000c6b784e
Small speedup for text model sampling. ( #14773 )
2026-07-05 18:39:24 -07:00