Commit Graph

953 Commits

Author SHA1 Message Date
Alex Artyomov 0d0b6b5694 Add LTXVAddLatentGuide for pinning a pre-encoded latent as a guide (#16176) 2026-09-08 14:12:47 -07:00
Jukka Seppänen 488e8f8ab8 feat: Pixal3D multiview model support (CORE-421) (#16048) 2026-09-08 11:18:45 -07:00
rattus 00d34d92fe Comfy Aimdo 0.5.3 + Memory compiler fixes (#16180) 2026-09-08 12:32:43 -04:00
Adam Oster efa6c8f804 Add LTXV generated-keyframe nodes and Freeze Latent (#16040) 2026-09-07 19:02:58 -07:00
Alexis Rolland 5bbdf8a766 chore: Harmonize model attention nodes (#16154) 2026-09-07 20:05:59 -04:00
Jialong(Bruce) Li 313a76fb8d Disable int8 weight-only quantization on devices without torch._int_mm (fixes MPS crash) (#16130) 2026-09-07 16:41:32 -04:00
Zhewen Tan ea33b15489 Fix transparent Porter-Duff blend modes (#15721) 2026-09-07 00:53:13 -07:00
Christian Byrne f9c706f317 Don't blend the alpha channel in the Blend Images node (#15625) 2026-09-06 19:32:25 -07:00
Christian Byrne 20f1a41289 Fix Draw Text Overlay on images with an alpha channel (#15634) 2026-09-06 19:26:05 -07:00
Christian Byrne aa4582f93a Fix Quantize Image on images with an alpha channel (#15630) 2026-09-06 19:15:34 -07:00
Christian Byrne 25dfc16f9a Don't adjust the alpha channel in the image color adjustment nodes (#15629) 2026-09-06 18:09:20 -07:00
Christian Byrne d03a2430e1 Fix Detect Edges (Canny) on images with an alpha channel (#15631) 2026-09-06 14:13:35 -07: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
Christian Byrne 07dd46dc4a Fix the RGB/YUV conversion nodes on images with an alpha channel (#15632) 2026-09-06 13:59:43 -07:00
rattus a99d1f9c14 Pause comfy compiler for long lived sparse allocations (#16148)
* model_prefetch: add friendly API to pause comfy compiler

* sparse_attention: Pause comfy compiler for un-freed pieces

The VSA plan and pool stats do not free within the transformer causing
a comfy-compiler rogue allocation and graph break.

Ideally these should be freed in the lifetime of the transformer run
(and comfy-compiler scope) but there isnt a convenient place for the
particular lifecylce intended by these variables. So go with the pause()
approach.
2026-09-06 10:49:45 -07:00
Jukka Seppänen e308cc73b4 Add Sparse Attention node (#16072)
* support VSA

* BlockSparseAttention node

* Add extra_tokens

* cleanup

* cleanup
2026-09-05 21:18:15 -04:00
Alexis Rolland e3a78dab9e chore: Update nodes categories (#16077) 2026-09-04 09:05:50 -07:00
rattus 31dfbd4ca0 Allow disconnected Switch inputs (#16083) 2026-09-04 08:06:13 -07:00
rattus a12b28ab03 Fix Get Image Size description (#16091) 2026-09-04 07:56:17 -07:00
comfyanonymous 0eb098b591 Lower peak trellis workflow vram and ram usage. (#16054) 2026-09-03 19:01:51 -04:00
Alexis Rolland 9c90340bc2 Update nodes to improve search rank (#16074) 2026-09-03 15:05:40 -07:00
Jukka Seppänen 1aec3a1351 MiniMax-H3: Make VAE optional, allow using text encoder only references (#16065) 2026-09-03 15:51:47 -04:00
Terry Jia 1af040bf02 Emit the document canvas from ImageCompositor for the layer editor (#15742) 2026-09-02 18:57:55 -07:00
Terry Jia 5672751416 Add live resolution preview widget to ResolutionSelector (#16013) 2026-09-02 15:29:16 -07:00
Terry Jia ace9172e95 Annotate temp paths in Preview3DAdvanced / PreviewGaussianSplat / PreviewPointCloud outputs (#16038) 2026-09-02 07:35:27 -04:00
comfyanonymous 4e024cb1e8 Lower trellis workflow remesh memory usage. (#16034) 2026-09-01 22:43:25 -04:00
Jukka Seppänen 02aa70781a Allow using references with MiniMax-H3 Fun Union and fix prefetch race condition (#16020) 2026-09-01 19:09:42 -04:00
T8star-Aix 3216c62e99 Support SenseNova U1.5 (CORE-411) (#15922) 2026-08-31 20:05:53 -07:00
comfyanonymous d3eaf6adb3 Minimax h3 controlnet as a model patch instead of a controlnet. (#15975) 2026-08-31 19:44:42 -04:00
Terry Jia f938505952 feat: add VideoTrim and VideoCrop nodes with VIDEO_EDIT widget inputs (#15637) 2026-08-30 15:54:48 -07:00
Terry Jia a255b96872 feat(3d): File3DToMesh node — parse GLB/GLTF/OBJ/STL into MESH (#15919) 2026-08-27 18:35:30 -07:00
comfyanonymous 5653b4ac8e Support avif in Save Image Advanced node. (#15891) 2026-08-26 19:17:57 -04:00
Alexis Rolland eb8cad7375 Update nodes_image_compare.py (#15868) 2026-08-24 16:56:59 -04:00
Jukka Seppänen 82f839f5e7 feat: Support Sam3d-body (CORE-35) (#14370) 2026-08-22 22:08:22 -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
Jukka Seppänen 0e65cb9071 feat: Support Pixal3d and TRELLIS2 (CORE-278) (CORE-199) (CORE-236) (CORE-312) (#14718) 2026-08-21 20:32:25 -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
Christian Byrne 0d80858061 Forward node class attributes into schema for dataset nodes (#15683) 2026-08-16 23:19:53 -07:00
Jukka Seppänen 55b6a9b11d Fix thinking handling (#15611) 2026-08-14 15:17:18 -04:00
Barish Ozbay e01fb4c56b Add MiniMaxH3AddGuide for anchoring image and audio guides at any frame (#15439) 2026-08-13 15:55:36 -04:00
rattus efd4e951a0 Implement Minimax Music 3 + Core Support for Cuda Graphs (#15570) 2026-08-13 12:10:08 -04:00
Christian Byrne 26d7f85568 Fix PreviewAny escaping non-ASCII text in dict and list previews (#15513) 2026-08-11 23:42:35 -07:00
Jukka Seppänen 27bca654eb Fix KSamplerAdvanced with add_noise disabled on nested latents (#15447) 2026-08-11 17:58:00 -04:00
Alexis Rolland 57ce8e1a27 Add support for LTX 2.5 (#15499)
---------

Co-authored-by: kijai <40791699+kijai@users.noreply.github.com>
2026-08-11 13:47:39 -04: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
chaObserv 40e46c7110 Extend ER-SDE noise scaler by scaling h(t) (#15428) 2026-08-08 22:06:12 -04:00
comfyanonymous 9eaba63e1a Fix upscale models breaking on non dynamic vram low vram. (#15437) 2026-08-08 17:51:05 -04:00
Terry Jia 00d02f2854 fix: make Create Layered Image discoverable and its flags self-explanatory (#15429) 2026-08-08 10:50:09 -07:00
Terry Jia 8fadc7b5be [Partner Nodes] feat: ImageCompositor node with layer-state compositing, layer from bbox and Seedream Layer Separation node (#15317) 2026-08-07 13:25:37 -07:00