comfyanonymous and GitHub
4b1444fc7a
Update README.md with new frontend release cycle. ( #13301 )
2026-04-05 16:37:27 -07:00
comfyanonymous and GitHub
13917b3880
Nightly Nvidia pytorch is now cu132 ( #13288 )
2026-04-04 16:02:47 -07:00
comfyanonymous and GitHub
f21f6b2212
Add portable release for intel XPU. ( #13272 )
2026-04-03 15:29:06 -04:00
comfyanonymous and GitHub
76b75f3ad7
Fix some issue with insecure browsers. ( #13261 )
...
If you are on a recent chromium or chrome based browser this doesn't affect you.
This is to give time for the lazy firefox devs to implement PNA.
2026-04-02 16:39:34 -04:00
comfyanonymous and GitHub
0c63b4f6e3
Remove dead code. ( #13251 )
2026-04-01 20:22:06 -04:00
comfyanonymous and GitHub
e2ddf28d78
Fix some fp8 scaled checkpoints no longer working. ( #13239 )
2026-03-31 14:27:17 -07:00
comfyanonymous and GitHub
076639fed9
Update README with note on model support ( #13235 )
...
Added note about additional supported models in ComfyUI.
2026-03-30 23:11:02 -04:00
comfyanonymous and GitHub
537c10d231
Update README.md with latest AMD Linux pytorch. ( #13228 )
2026-03-29 19:07:38 -07:00
comfyanonymous and GitHub
3f77450ef1
Fix #13214 ( #13216 )
2026-03-28 22:35:59 -04:00
comfyanonymous and GitHub
3a56201da5
Allow flux conditioning without a pooled output. ( #13198 )
2026-03-27 20:36:26 -04:00
comfyanonymous and GitHub
b1fdbeb9a7
Fix blur and sharpen nodes not working with fp16 intermediates. ( #13181 )
2026-03-26 22:18:16 -04:00
comfyanonymous and GitHub
2a1f402601
Make Qwen 8B work with TextGenerate node. ( #13160 )
2026-03-25 23:21:44 -04:00
comfyanonymous and GitHub
c2862b24af
Update templates package version. ( #13141 )
2026-03-24 17:36:12 -04:00
comfyanonymous and GitHub
2d4970ff67
Update frontend version to 1.42.8 ( #13126 )
2026-03-23 20:43:41 -04:00
comfyanonymous and GitHub
6265a239f3
Add warning for users who disable dynamic vram. ( #13113 )
2026-03-22 18:46:18 -04:00
comfyanonymous and GitHub
11c15d8832
Fix fp16 intermediates giving different results. ( #13100 )
2026-03-21 17:53:25 -04:00
comfyanonymous and GitHub
b5d32e6ad2
Fix sampling issue with fp16 intermediates. ( #13099 )
2026-03-21 17:47:42 -04:00
comfyanonymous and GitHub
a11f68dd3b
Fix canny node not working with fp16. ( #13085 )
2026-03-20 23:15:50 -04:00
comfyanonymous and GitHub
45d5c83a30
Make EmptyImage node follow intermediate device/dtype. ( #13079 )
2026-03-20 16:08:26 -04:00
comfyanonymous and GitHub
8458ae2686
Revert "fix: run text encoders on MPS GPU instead of CPU for Apple Silicon (#…" ( #13070 )
...
This reverts commit b941913f1d .
2026-03-19 15:27:55 -04:00
comfyanonymous and GitHub
f6b869d7d3
fp16 intermediates doen't work for some text enc models. ( #13056 )
2026-03-18 19:42:28 -04:00
comfyanonymous and GitHub
56ff88f951
Fix regression. ( #13053 )
2026-03-18 18:35:25 -04:00
comfyanonymous and GitHub
dcd659590f
Make more intermediate values follow the intermediate dtype. ( #13051 )
2026-03-18 18:14:18 -04:00
comfyanonymous and GitHub
68d542cc06
Fix case where pixel space VAE could cause issues. ( #13030 )
2026-03-17 20:46:22 -04:00
comfyanonymous and GitHub
ca17fc8355
Fix potential issue. ( #13009 )
2026-03-16 21:38:40 -04:00
comfyanonymous and GitHub
7a16e8aa4e
Add --enable-dynamic-vram options to force enable it. ( #13002 )
2026-03-16 16:50:13 -04:00
comfyanonymous and GitHub
d062becb33
Make EmptyLatentImage follow intermediate dtype. ( #12974 )
2026-03-15 15:37:27 -04:00
comfyanonymous and GitHub
4941cd046e
Update comfyui-frontend-package to version 1.41.20 ( #12954 )
2026-03-14 19:53:31 -04:00
comfyanonymous and GitHub
c711b8f437
Add --fp16-intermediates to use fp16 for intermediate values between nodes ( #12953 )
...
This is an experimental WIP option that might not work in your workflow but
should lower memory usage if it does.
Currently only the VAE and the load image node will output in fp16 when
this option is turned on.
2026-03-14 19:18:19 -04:00
comfyanonymous and GitHub
16cd8d8a8f
Update README. ( #12931 )
2026-03-13 22:33:28 -04:00
comfyanonymous and GitHub
d1d53c14be
Revert "feat: Add CacheProvider API for external distributed caching ( #12056 )" ( #12912 )
...
This reverts commit af7b4a921d .
2026-03-12 20:21:23 -04:00
comfyanonymous and GitHub
47e1e316c5
Lower kv cache memory usage. ( #12909 )
2026-03-12 16:54:38 -04:00
comfyanonymous and GitHub
44f1246c89
Support flux 2 klein kv cache model: Use the FluxKVCache node. ( #12905 )
2026-03-12 11:30:50 -04:00
comfyanonymous and GitHub
8f9ea49571
Bump comfy-kitchen version to 0.2.8 ( #12895 )
2026-03-12 00:17:31 -04:00
comfyanonymous and GitHub
f6274c06b4
Fix issue with batch_size > 1 on some models. ( #12892 )
2026-03-11 16:37:31 -04:00
comfyanonymous and GitHub
9642e4407b
Add pre attention and post input patches to qwen image model. ( #12879 )
2026-03-11 00:09:35 -04:00
comfyanonymous and GitHub
3ad36d6be6
Allow model patches to have a cleanup function. ( #12878 )
...
The function gets called after sampling is finished.
2026-03-10 20:09:12 -04:00
comfyanonymous and GitHub
c4fb0271cd
Add a way for nodes to add pre attn patches to flux model. ( #12861 )
2026-03-09 23:37:58 -04:00
comfyanonymous and GitHub
e4b0bb8305
Import assets seeder later, print some package versions. ( #12841 )
2026-03-08 16:25:30 -04:00
comfyanonymous and GitHub
afc00f0055
Fix requirements version. ( #12817 )
2026-03-06 20:10:53 -05:00
comfyanonymous and GitHub
d69d30819b
Don't run TE on cpu when dynamic vram enabled. ( #12815 )
2026-03-06 19:11:16 -05:00
comfyanonymous and GitHub
17b43c2b87
LTX audio vae novram fixes. ( #12796 )
2026-03-05 16:31:28 -05:00
comfyanonymous and GitHub
1c3b651c0a
Refactor. ( #12794 )
2026-03-05 13:35:56 -05:00
comfyanonymous and GitHub
4941671b5a
Fix cuda getting initialized in cpu mode. ( #12779 )
2026-03-05 02:39:51 -05:00
comfyanonymous and GitHub
f2ee7f2d36
Fix cublas ops on dynamic vram. ( #12776 )
2026-03-05 01:21:55 -05:00
comfyanonymous and GitHub
43c64b6308
Support the LTXAV 2.3 model. ( #12773 )
2026-03-04 20:06:20 -05:00
comfyanonymous and GitHub
ac4a943ff3
Initial load device should be cpu when using dynamic vram. ( #12766 )
2026-03-04 16:33:14 -05:00
comfyanonymous and GitHub
f719a9d928
Adjust memory usage factor of zeta model. ( #12746 )
2026-03-03 17:35:22 -05:00
comfyanonymous and GitHub
57dd6c1aad
Support loading zeta chroma weights properly. ( #12734 )
2026-03-02 18:54:18 -05:00
comfyanonymous and GitHub
602f6bd82c
Make --disable-smart-memory disable dynamic vram. ( #12722 )
2026-03-01 15:28:39 -05:00
comfyanonymous and GitHub
1080bd442a
Disable dynamic vram on wsl. ( #12706 )
2026-02-28 22:23:28 -05:00
comfyanonymous and GitHub
17106cb124
Move parsing of requirements logic to function. ( #12701 )
2026-02-28 22:21:32 -05:00
comfyanonymous and GitHub
9d0e114ee3
PyOpenGL-accelerate is not necessary. ( #12692 )
2026-02-27 23:34:58 -05:00
comfyanonymous and GitHub
94f1a1cc9d
Limit overlap in image tile and combine nodes to prevent issues. ( #12688 )
2026-02-27 20:16:24 -05:00
comfyanonymous and GitHub
3811780e4f
Portable with cu128 isn't useful anymore. ( #12666 )
...
Users should either use the cu126 one or the regular one (cu130 at the moment)
The cu128 portable is still included in the latest github release but I will stop including it as soon as it becomes slightly annoying to deal with. This might happen as soon as next week.
2026-02-26 17:12:29 -05:00
comfyanonymous and GitHub
8a4d85c708
Cleanups to the last PR. ( #12646 )
2026-02-26 01:30:31 -05:00
comfyanonymous and GitHub
7253531670
Fix ltxav te mem estimation. ( #12643 )
2026-02-25 23:13:47 -05:00
comfyanonymous and GitHub
e14b04478c
Fix LTXAV text enc min length. ( #12640 )
...
Should have been 1024 instead of 512
2026-02-25 22:36:02 -05:00
comfyanonymous and GitHub
599f9c5010
Don't crash right away if op is uninitialized. ( #12615 )
2026-02-24 12:28:25 -05:00
comfyanonymous and GitHub
84aba95e03
Temporality unbreak some LTXAV workflows to give people time to migrate. ( #12605 )
2026-02-24 00:50:03 -05:00
comfyanonymous and GitHub
9b1c63eb69
Add SplitImageToTileList and ImageMergeTileList nodes. ( #12599 )
...
With these you can split an image into tiles, do operations and then combine it back to a single image.
2026-02-23 21:01:17 -05:00
comfyanonymous and GitHub
caa43d2395
Fix issue loading fp8 ltxav checkpoints. ( #12582 )
2026-02-22 16:00:02 -05:00
comfyanonymous and GitHub
07ca6852e8
Fix dtype issue in embeddings connector. ( #12570 )
2026-02-22 03:18:20 -05:00
comfyanonymous and GitHub
f266b8d352
Move LTXAV av embedding connectors to diffusion model. ( #12569 )
2026-02-21 22:29:58 -05:00
comfyanonymous and GitHub
64953bda0a
Update nightly installation command for ROCm ( #12547 )
2026-02-20 21:32:05 -05:00
comfyanonymous and GitHub
5f2117528a
Force min length 1 when tokenizing for text generation. ( #12538 )
2026-02-19 22:57:44 -05:00
comfyanonymous and GitHub
0301ccf745
Small cleanup and try to get qwen 3 work with the text gen. ( #12537 )
2026-02-19 22:42:28 -05:00
comfyanonymous and GitHub
f262444dd4
Add simple 3 band equalizer node for audio. ( #12519 )
2026-02-18 18:36:35 -05:00
comfyanonymous and GitHub
c39653163d
Fix anima preprocess text embeds not using right inference dtype. ( #12501 )
2026-02-17 00:29:20 -05:00
comfyanonymous and GitHub
18927538a1
Implement NAG on all the models based on the Flux code. ( #12500 )
...
Use the Normalized Attention Guidance node.
Flux, Flux2, Klein, Chroma, Chroma radiance, Hunyuan Video, etc..
2026-02-16 23:30:34 -05:00
comfyanonymous and GitHub
4454fab7f0
Remove code to support RMSNorm on old pytorch. ( #12499 )
2026-02-16 20:09:24 -05:00
comfyanonymous and GitHub
88e6370527
Remove workaround for old pytorch. ( #12480 )
2026-02-15 20:43:53 -05:00
comfyanonymous and GitHub
e1ede29d82
Remove unsafe pickle loading code that was used on pytorch older than 2.4 ( #12473 )
...
ComfyUI hasn't started on pytorch 2.4 since last month.
2026-02-14 22:53:52 -05:00
comfyanonymous and GitHub
712efb466b
Add left padding to LTXAV text encoder. ( #12456 )
2026-02-13 21:56:54 -05:00
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