Commit Graph

5913 Commits

Author SHA1 Message Date
Alexander Piskun bab6ee5f27 [Partner Nodes] feat(Meshy): add Meshy-7 support (#15807)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-24 20:48:48 +04:00
Alexander Piskun 41218e4873 [Partner Nodes] feat(Wan): add Wan 3.0 video generation nodes (#15843)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-24 20:30:15 +04:00
comfyanonymous b78cec879b Increase minimum pyav version. (#15827) 2026-08-23 12:29:18 -04:00
Jukka Seppänen 82f839f5e7 feat: Support Sam3d-body (CORE-35) (#14370) 2026-08-22 22:08:22 -04:00
rattus 3422dfdff2 Default Windows to the first CUDA device (#15813) 2026-08-22 22:00:14 -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 924743af08 Minimax-H3: Add missing special tokens (#15808) 2026-08-22 18:03:29 -04:00
Alexander Piskun 783545f689 [Partner Nodes] feat(ByteDance): add vCube Video Enhance node (#15755)
* [Partner Nodes] feat(ByteDance): add vCube Video Enhance node

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-22 09:17:36 +04:00
comfyanonymous 7dde56176e Increase trellis2 memory factor a bit. (#15796) 2026-08-21 20:44:56 -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
Alexis Rolland 28864ca8fe fix: fail CLA allowlist step on API errors (#15792) 2026-08-21 17:34:49 -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
Luke Mino-Altherr de6b062fb5 ci: add Notify on Merge dispatch workflow (#15568) 2026-08-20 14:39:30 -04:00
Daxiong (Lin) 8583b0ce0a chore: update workflow templates to v0.11.44 (#15754) 2026-08-21 00:35:15 +08:00
Alexander Piskun d3363657c2 [Partner Nodes] feat(BFL): add Flux Video Upscale node (#15753)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-20 20:22:49 +04:00
Alexander Piskun 18c9aa4873 [Partner Nodes] feat(Bytedance): add new Seedream node with Fast Mode widget (#15750)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-20 20:07:44 +04:00
Alexander Piskun 4f244e5523 [Partner Nodes] chore(Prune): rename Ideogram P-Image node (#15751)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-20 20:04:55 +04:00
rattus 5ab2f7a2d6 Limit Windows multi-GPU visibility (#15737) 2026-08-19 19:31:47 -04:00
Alexander Piskun c67885b145 [Partner Nodes] feat(Gemini-LLM): Add Gemini 3.7 Flash to the Gemini text node (#15688)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-19 10:59:50 +04:00
Simon Pinfold 3aba3daef3 Derive asset preview URLs from the file path (#15509)
preview_url was assembled from a /api/view link whose type was chosen by
matching the asset's tags against "input" then "output". Anything written
anywhere else - temp above all, where preview nodes put their images - fell
off the end of that chain and came back with no preview at all. Tags are
user-editable, so removing one also silently destroyed the URL.

Derive the URL from where the file actually sits instead. That covers every
root /api/view serves, temp included, and no longer depends on tags or on a
filename in user_metadata. A file outside those roots, or content no client
can render from its own bytes, gets no preview URL rather than one that
cannot work.

Nominated previews are resolved a page at a time rather than per row, so a
list costs one extra query however long it is. A preview that is soft-deleted
or not visible to the caller drops out of that lookup and is no longer
advertised.

Co-authored-by: guill <jacob.e.segal@gmail.com>
2026-08-18 21:00:28 -07:00
comfyanonymous a3e5cce506 Add friendly errors to the dynamic vram safetensors loader. (#15722) 2026-08-18 19:59:52 -07:00
Christian Byrne 187eda8ef5 Drop the duplicate first image from the Qwen-Image-Layered blueprint (#15364) 2026-08-18 17:32:05 -07:00
rattus 8b2d29176f Prs/ace graphs (#15698) 2026-08-18 14:58:57 -04:00
Simon Pinfold cc0fc21fea Keep temp-directory assets visible while their files exist (#15510)
* Keep temp-directory assets visible while their files exist

Assets written to the temp directory were flagged as missing and dropped
from GET /api/assets, even with the file sitting on disk. One list of
directories was answering two different questions -- where the scanner
looks for new files, and which files ComfyUI considers its own -- and
temp belongs only in the second, so every temp reference was disowned by
the prune that runs at startup and on POST /api/assets/prune.

Ownership now covers temp. Discovery still does not: the temp directory
is wiped before the scan runs, and assets written there are already
registered with a hash, mime type and dimensions, so walking it would
find nothing. Temp references are instead reconciled against the
filesystem directly, so a temp file that really is gone is still retired
rather than lingering as a broken entry.

get_prefixes_for_root becomes get_scan_prefixes_for_root so the two
questions are told apart by name rather than by comment.

* Cover the unhashed temp asset in the reconciliation tests

The existing temp tests all registered hashed assets, so they never
exercised the path an unhashed asset takes when its file is gone: the
orphaned rows are removed rather than kept as missing, exactly as under
any other root.
2026-08-17 22:57:55 -07:00
Silver e5a38e3f7b feat(minimax): support prompt embeddings (#15697) 2026-08-18 00:25:38 -04:00
comfyanonymous 8e869efc87 Add support for taeh3. (#15695) 2026-08-17 23:20:28 -04:00
Barish Ozbay ff6c8a8af1 Support per-token video and audio latent noise masks on MiniMax-H3 (#15375) 2026-08-17 23:18:18 -04:00
Daxiong (Lin) c1739380c6 chore: update workflow templates to v0.11.43 (#15690) 2026-08-18 01:11:10 +08:00
Alexander Piskun edd2ddb0e6 [Partner Nodes] feat(ByteDance): add 1080p resolution to Seedance 2.5 (#15684)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-17 20:59:40 +04:00
Alexander Piskun 7d39997e9f [Partner Nodes] feat(FishAudio): implement basic nodes (#15612)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-17 20:34:20 +04:00
Christian Byrne 0d80858061 Forward node class attributes into schema for dataset nodes (#15683) 2026-08-16 23:19:53 -07:00
Alexander Piskun 784462cbbd Remove kling-v2 from Kling Image Generation node (#15676) 2026-08-17 08:37:50 +03: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
Alexander Piskun b963f4ad21 [Partner Nodes] feat(x-comfy-credits): remove custom price extractor logic (#15655)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-16 15:30:58 +04:00
comfyanonymous aaabf34258 Add MiniMax Music 3 to readme. (#15656) 2026-08-15 19:34:53 -04:00
Alexander Piskun 37ac9ff44f fix(tests): accept Python 3.14 math error messages (#15645)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-15 22:43:20 +04:00
Christian Byrne a9ab2b62da [Partner Nodes] Stop adding an opaque alpha channel to API node images (#15369)
* Stop adding an opaque alpha channel to API node images

bytesio_to_image_tensor converted every downloaded image to RGBA, so nodes
whose API returns no transparency still emitted a 4 channel IMAGE. Keep the
alpha when the decoded image has one, stay RGB when it does not.

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: bigcat88 <bigcat88@icloud.com>
2026-08-15 21:27:24 +04:00
Alexander Piskun 0f1fa67ad8 [Partner Nodes] feat(ByteDance): add Seedance 2.5 task_type for video extension (#15579)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-15 07:37:17 +03:00
comfyanonymous a7365071e4 Enable dynamic vram by default on ROCm 7.14 and higher. (#15633) 2026-08-14 20:34:40 -04:00
Jukka Seppänen 55b6a9b11d Fix thinking handling (#15611) 2026-08-14 15:17:18 -04:00
Daxiong (Lin) 1c6d8d45b3 chore: update embedded docs to v0.5.10 (#15613) 2026-08-14 10:31:38 -07:00
Jukka Seppänen 7fe8a61385 Speedup Gemma4 text generation (CORE-371) (#15054) 2026-08-13 21:12:55 -04:00
Comfy Org PR Bot a779de4d89 Bump comfyui-frontend-package to 1.49.6 (#15526)
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-08-13 16:55:28 -07:00
Comfy Org PR Bot 8f37cf8c83 chore(openapi): sync shared API contract from cloud@94d0f1b (#15041)
Co-authored-by: mattmillerai <7741082+mattmillerai@users.noreply.github.com>
Co-authored-by: Matt Miller <mattmiller@comfy.org>
2026-08-13 13:22:05 -07:00
Barish Ozbay e01fb4c56b Add MiniMaxH3AddGuide for anchoring image and audio guides at any frame (#15439) 2026-08-13 15:55:36 -04:00
comfyanonymous 03fa4e48ba Fix minimax music not working on non dynamic vram. (#15588) 2026-08-13 15:47:44 -04:00
comfyanonymous 2f35f4a081 ComfyUI v0.33.0 v0.33.0 2026-08-13 13:20:22 -04:00
rattus ddbaa87528 minimax: early detect qkv vs q,k,v (#15581)
avoid a commit charge surge on non-dynamic windows due to double linear
creation.
2026-08-13 13:08:08 -04:00
Daxiong (Lin) 86aedfd943 chore: update workflow templates to v0.11.41 (#15578) 2026-08-13 12:23:02 -04:00