Commit Graph
100 Commits
Author SHA1 Message Date
Alexander Piskun e09be59f92 [Partner Nodes] feat(Pruna): add text-to-video and image-to-video nodes with P-Video-2 (#16315)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-09-15 21:26:53 +04:00
Alexander Piskun b005849677 [Partner Nodes] feat(Gemini-LLM): add GeminiNodeV3, deprecate V2 (#16287)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-09-14 16:14:09 +04:00
Alexander Piskun 02d39c8cd7 [Partner Nodes] feat(BFL): add the Flux Video Edit node (#16259)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-09-13 12:00:06 +04:00
Alexander Piskun 9113c08c2e [Partner Nodes] feat(client): consume estimated-duration headers for progress display (#16152)
* [Partner Nodes] feat(client): consume estimated-duration headers for progress display

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] refactor(client): remove the inert sync-op estimated_duration parameter

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(client): harden polling against interrupt races and transient extractor failures

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] refactor(client): drop inert defensive code in estimate parsing and progress math

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-09-12 22:41:00 +04:00
Alexander PiskunandDaxiong c75d8c966c [Partner Nodes] feat(Bria): add new image edit nodes and the Video Eraser node (#16264)
* [Partner Nodes] feat(Bria): add eight image edit nodes and the Video Eraser node

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] fix(Bria): clarify the reference images tooltip

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Daxiong (Lin) <contact@comfyui-wiki.com>
2026-09-12 10:58:57 +04:00
Alexander Piskun 5774ab9cc3 [Partner Nodes] feat(OpenRouter): add auto aspect ratio to the MAI image node (#16229)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-09-10 21:13:31 +04:00
Alexander Piskun 6eba895f7d [Partner Nodes] feat(Tripo): migrate to the v3 API, add the Smart Segment node and retire the dead widgets (#16201)
* [Partner Nodes] feat(Tripo): migrate all nodes to the v3 API and add the Smart Segment node

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): deprecate Text to Model, Image to Model and Texture model in favour of V2 nodes without the retired widgets

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): report the mixamo retarget limitation for rigs whose v3 task echo carries no model version

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): keep the Smart Segment widgets inside the source options so the frontend can build the node

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): correct the Retarget and Smart Segment tooltips to what Tripo accepts

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-09-10 20:55:49 +04:00
Alexander PiskunandPurz 7ea14e59da [Partner Nodes] feat(Gemini-LLM): Add Gemini 3.8 Flash to the Gemini text node (#16195)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Purz <97489706+purzbeats@users.noreply.github.com>
2026-09-09 20:14:27 -04:00
Alexander PiskunandDaxiong 4989cdd954 [Partner Noes] feat(OpenRouter): add Microsoft mai-image-2.6 models (#16188)
* [Partner Nodes] feat(OpenRouter): add MAI-Image-2.6 image node

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] fix(api-client): show provider error details

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Daxiong (Lin) <contact@comfyui-wiki.com>
2026-09-10 02:23:21 +08:00
Alexander Piskun be47aa22c0 [Partner Nodes] feat(OpenAI): add GPT Image 2.5 Flare and Sunburst models (#16190) 2026-09-08 21:41:31 -07:00
Alexander Piskun f00bfd610c [Partner Nodes] deprecate retired models (#16121)
* [Partner Nodes] chore(OpenAI): remove the DALL·E 2 and DALL·E 3 nodes, OpenAI shut both models down

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] chore(LTX): remove the LTX-2 nodes, the vendor no longer serves ltx-2-fast and ltx-2-pro

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] chore(ByteDance): remove the Seedream 3.0 node and the Seedance 1.0 Lite models, BytePlus deactivated them

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] chore(Kling): remove the Video Extend node, video-extend only accepted videos from the retired 1.x models

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] chore(ByteDance): remove the Reference Images to Video node, no Seedance 1.0 model accepts reference images

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-09-06 01:12:49 +04:00
Alexander Piskun 8a43c6bd92 [Partner Nodes] feat(OpenAI): add gpt 6 astra model and reasoning param (#16125)
* [Partner Nodes] feat(OpenAI): add GPT-6 Astra to the ChatGPT node

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(OpenAI): add reasoning effort to the ChatGPT advanced options

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-09-05 23:23:16 +04:00
Alexander PiskunandPurz 5efd057236 [Partner Nodes] feat(MiniMax): add H3 Max Turbo option to H3 text-to-video and first-last-frame nodes (#16094)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Purz <97489706+purzbeats@users.noreply.github.com>
2026-09-04 16:04:11 -04:00
Alexander Piskun 3c282ce8d1 [Partner Nodes] feat(Anthropic): add Claude Fable 5.1 to the Claude node (#16085) 2026-09-04 15:57:54 -04:00
Alexander Piskun 8f486ad315 [Partner Nodes] fix(Tripo): real output formats, exact pricing, missing parameters and six new nodes (#16060)
* [Partner Nodes] fix(Tripo): keep the real output format for quad meshes and converted models

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): allow face_limit up to 2,000,000 on Image and Multiview nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): disable PBR when texture is off instead of silently generating textures

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): price badges charge texture add-ons only when textured and add the 8K texture tier

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): texture node gains model version, style image and single/multiview reference guidance, always sends texture=true and keeps the FBX Tripo returns for quad and FBX-imported sources

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): rig node gains model version, rig type with automatic rig check, Mixamo spec and FBX output

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): retarget node gains the v1.0 biped preset library, output format, geometry/in-place options and FBX output, and refuses v1.0 mixamo rigs up front

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): add Rig Check, Segment Model, Complete Mesh Parts and Retopology nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): add Image to Multiview and Edit Multiview nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): texture node accepts segmented models with part_names and refuses image-less sources without a prompt up front

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] chore(Tripo): stop offering the retired v1.4-20240625 model version and stop sending the ignored style parameter

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): Multiview to Model honours quad again; smart_low_poly and auto_size on the Text, Image and Multiview to Model nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): Text to Model defaults to v3.1; negative prompts over 255 characters, blank prompts and seeds outside Tripo's int32 range are rejected before any upload

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): convert node sends the animation and bake flags it shows, real export orientations, bake_scale preset, 8K texture size and a non-zero scale_factor

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] feat(Tripo): P1 nodes gain the 8K extreme texture tier and warn that meshopt output cannot be previewed

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): fail loudly when Tripo returns a format other than GLB or FBX

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Tripo): drop preset:biped:press-up, the one biped preset Tripo rejects

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] chore(Tripo): explain in the auto_size tooltip that Tripo stores the real-world size as a scene transform for textured models

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-09-04 21:47:40 +04:00
Alexander PiskunandPurz e80c1570b6 [Partner Nodes] feat(Recraft): add V4 Styles Pro models to Create Style node (#16043)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Purz <97489706+purzbeats@users.noreply.github.com>
2026-09-03 20:31:23 -04:00
Alexander Piskun ec803fc97e [Partner Nodes] feat(Minimax-H3): add the Max model to the Reference node (#16041)
* [Partner Nodes] feat(MiniMax): add H3 Max option to H3 reference-to-video node

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-09-02 19:29:30 +04:00
Alexander Piskun 5bdcb5f4ed [Partner Nodes] fix(HeyGen): update Avatar Video price badge (#15945)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-08-29 21:53:58 +04:00
Alexander PiskunandPurz 4c6359f2e3 [Partner Nodes] feat(Google-Omni): add support for Omni 1.1 model (#15929)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Purz <97489706+purzbeats@users.noreply.github.com>
2026-08-27 18:29:35 -04:00
Alexander Piskun 77739723a3 fix(memory): respect the container cgroup memory limit instead of host RAM (#15927) 2026-08-27 07:57:31 -07:00
Alexander Piskun d8e7bbc9d5 fix(video): remux HEVC to mp4/mov as hvc1 via hevc_mp4toannexb (#15809) 2026-08-26 20:28:50 -04:00
Alexander Piskun a25c7bf2b8 [Partner Nodes] feat(WAN): add WAN3-Prime model support (#15894)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-26 22:26:03 +04:00
Alexander Piskun 30d03fea0a [Partner Nodes] feat(Recraft): add V4 Styles (#15903)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-26 22:22:22 +04:00
Alexander Piskun b133e48368 [Partner Nodes] chore(Google): drop retiring Veo 2 and Veo 3.0 models (#15883)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-26 12:30:06 +04:00
Alexander Piskun 7d9d0c391b [Partner Nodes] feat(Pixverse): add Pixverse V6 model support (#15880)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-25 23:40:46 +04:00
Alexander Piskun a1079ba16f [Partner Nodes] chore(Tripo): remove retired Refine node and v2.0 model version (#15851)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-08-25 10:25:23 +04:00
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
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
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
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
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
Alexander Piskun 784462cbbd Remove kling-v2 from Kling Image Generation node (#15676) 2026-08-17 08:37:50 +03: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
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
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
Alexander Piskun e535e59e13 [Partner Nodes] feat(Bria): add GenFill, Eraser, Expand and Increase Resolution nodes (#15572)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-13 19:18:12 +03:00
Alexander Piskun 12666983cb [Partner Nodes] feat(MiniMax): add ContextIR and Regenerate nodes (#15471)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-08-13 17:46:08 +03:00
Alexander Piskun 2eaf09f50d [Partner Nodes] feat(Grok): add Grok Imagine Image 2.0 model (#15496)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-11 22:38:08 +03:00
Alexander Piskun ce4fc13094 [Partner Nodes] feat(LTX): add new nodes for model version 2.5 (#15501)
* [Partner Nodes] feat(LTX): add new nodes for model version 2.5

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-11 20:50:42 +03:00
Alexander Piskun 7d11ec31cb [Partner Nodes] feat(Qwen): add Qwen-Image 3.0 image generation and editing nodes (#15327)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-10 10:13:24 +03:00
Alexander Piskun 0db8694115 [Partner Nodes] feat(ByteDance): add SeeDance 2.5 model (#15395)
* [Partner Nodes] feat(ByteDance): add SeeDance 2.5 model

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-07 21:28:09 +03:00
Alexander Piskun 531ea7db13 [Partner Nodes] chore(Gemini,OpenAI): update pricing for image models (#15306)
* [Partner Nodes] chore(Gemini): update pricing for Nano Banana image models

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-08-07 14:36:12 +03:00
Alexander Piskun 2eb609766a [Partner Nodes] chore(Reve): deprecate Reve nodes (#15331)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-06 10:21:36 +03:00
Alexander PiskunandJedrzej Kosinski e7970cb2ce [Partner Nodes] feat(BFL): add Flux 3 video model (#15295)
* [Partner Nodes] feat(BFL): add Flux 3 video model

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

* [Partner Nodes] fix(BFL): harden keyframe value check

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>

---------

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
2026-08-04 17:26:10 -07:00
Alexander Piskun 1868372da0 [Partner Nodes] feat(TopazAI): add Bloom 2 and Wonder 3.5 models support (#15294)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-04 22:51:09 +03:00
Alexander Piskun c44dea1880 [Partner Nodes] chore(Kling): remove retired legacy models and Virtual Try-On API (#15249)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-08-04 19:24:21 +03:00
Alexander Piskun 364081170f [Partner Nodes] feat(Minimax): add 768P resolution for H3 model (#15227)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-02 17:10:47 +03:00
Alexander Piskun 1091c47b3a [Partner Nodes] chore(Bria): increase price for video endpoints (#15186)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-01 20:43:42 +03:00
Alexander Piskun d8e6aa55f3 [Partner Nodes] feat(xAI): update nodes for grok-imagine-video-1.5 model (#15197)
* [Partner Nodes] feat(xAI): update nodes for grok-imagine-video-1.5 model

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-08-01 20:30:00 +03:00
Alexander Piskun 6cedd34343 [Partner Nodes] fix(ByteDance): encode stereo reference audio without doubling its duration (#15177)
* [Partner Nodes] fix(ByteDance): encode stereo reference audio without doubling its duration

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-31 21:57:45 +03:00
Alexander Piskun 9bd9815eab [Partner Nodes] chore(Bria): adjust pricing for other video endpoints (#15171)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-31 19:59:53 +03:00
Alexander Piskun f65f45511b [Partner Nodes] feat(Ideogram): add new P-Image model support (#15154) 2026-07-30 19:22:34 -07:00
Alexander Piskun 51d0405540 [Partner Nodes] chore(Bria): adjust pricing for the Bria Video Remove Background nodes (#15155) 2026-07-30 19:18:03 -07:00
Alexander Piskun f4509ff213 [Partner Nodes] feat(Recraft): add V4.1 model (#15105)
* [Partner Nodes] feat(Recraft): add V4.1 models and V4 image edit nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] chore(Recraft): change old nodes names to contain "V3"

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(Recraft): remove v4 model from the image edit nodes; fix the default "strength" value

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] chore(Recraft): remove new image edit nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-28 18:39:34 +03:00
Alexander Piskun cd0eddaf16 [Partner Nodes] feat(credits): respect "X-Comfy-Credits-Used" header from the comfy-api (#15091)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2026-07-28 15:17:23 +03:00
Alexander Piskun c06ee57933 [Partner Nodes] feat(Anthropic): add Claude Opus 5 model (#15079)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-27 20:10:44 +03:00
Alexander Piskun fad06e5da4 [Partner Nodes] feat(Anthropic): add Claude Opus 5 to OpenRouter node (#15075)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-25 20:25:58 +03:00
Alexander Piskun feca51a854 [Partner Nodes] chore(Runway): deprecate Gen3a model (#15050)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-23 19:27:55 +03:00
Alexander Piskun 7cbe047447 [Partner Nodes] feat(ByteDance): add new "seed-audio-1.0-multilingual" model (#15034)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-23 18:32:46 +03:00
Alexander Piskun f6d30bce9a [Partner Nodes] feat(Anthropic): add new models (#15023)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-22 17:31:26 +03:00
Alexander Piskun ba5226db96 [Partner Nodes] feat(Openrouter): add new models (#15021)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-22 17:20:18 +03:00
Alexander Piskun 78b43d2500 [Partner Nodes] fix(Gemini-Omni): pass videos as inline data (#15014)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-21 18:19:53 +03:00
Alexander Piskun 83082a51c4 [Partner Nodes] fix(Google): switch to Interactions API for Omni model (#14984) 2026-07-18 19:36:34 +03:00
Alexander PiskunandAlexis Rolland b08e6cf35f [Partner Nodes] feat(HeyGen): add Avatar, Talking Photo, Create Avatar, Video Translate and TTS nodes (#14958)
* [Partner Nodes] feat(HeyGen): add Avatar, Talking Photo, Create Avatar, Video Translate and TTS nodes

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] fix(HeyGen): display only Avatars supported by engine

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* [Partner Nodes] remove 4K option

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-17 16:49:16 -04:00
Alexander PiskunandAlexis Rolland 8edea4a65d [Partner Nodes] feat(Google): add Gemini 3.5 Flash LLM model (#14972)
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-17 19:24:34 +03:00
Alexander Piskun 285a98944c [Partner Nodes] feat(OpenAI): add GPT5.6 models (#14957)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-16 15:35:07 +03:00
Alexander Piskun cc6b352511 fix(Video): stream the video transcode instead of buffering every frame in RAM (CORE-353) (CORE-351) (#14813) 2026-07-15 15:23:43 +08:00
Alexander Piskun 1701cce8dc Fix cached outputs missing from job results when prompt has no client_id (#14939)
When a prompt is submitted without client_id and its output nodes are
served from cache, _send_cached_ui returned early before recording the
cached UI outputs, so /api/jobs/{job_id} (and /history) reported success
with empty outputs. Record the outputs before the client_id check.
2026-07-14 14:29:01 -07:00
Alexander Piskun 26537080cb [Partner Nodes] feat(sync.so): add support for "sync-3" model (#14928)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-14 23:21:20 +03:00
Alexander Piskun 5697b97017 [Partner Nodes] chore(Google): reroute Gemini Image preview models to release versions (#14917)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-13 14:18:09 +03:00
Alexander PiskunandAlexis Rolland ec0e8b3447 fix(image): support single-channel images in Save Image (Advanced) (#14761)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-13 11:38:50 +03:00
Alexander PiskunandAlexis Rolland 8deaa4d911 fix(image): correct HLG inverse-OETF clamp in hlg_to_linear (#14762)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-13 10:53:37 +03:00
Alexander Piskun b58f829b57 [Partner Nodes] feat(client): send ComfyUI Core version in request headers (#14910)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-13 10:38:35 +03:00
Alexander Piskun 206b9245dc [Partner Nodes] fix(Tencent): restore Tencent3DPartNode FBX output via staged generation (#14867)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-10 12:33:32 +03:00
Alexander PiskunandDaxiong 89ecc5cf8c [Partner Nodes] feat(Seedream): add widget to disable thinking (#14853)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Daxiong (Lin) <contact@comfyui-wiki.com>
2026-07-10 11:58:22 +03:00
Alexander Piskunandguill b35819712e feat: allow --comfy-api-base target ephemeral testenvs (#14569)
* feat: allow --comfy-api-base target ephemeral testenvs

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* refactor: name /features data as backend flags, not frontend

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: guill <jacob.e.segal@gmail.com>
2026-07-08 23:20:10 -07:00
Alexander Piskun 24d3ea3265 [Partner Nodes] feat(ByteDance): add Seedream 5 Pro model support (#14832) 2026-07-08 14:04:19 -07:00
Alexander PiskunandAlexis Rolland a3020f107e fix(Video): don't crash on videos with undecodable audio streams (#14746)
* fix(Video): don't crash on videos with undecodable audio streams

Signed-off-by: bigcat88 <bigcat88@icloud.com>

* Update comfy_api_nodes/util/upload_helpers.py

---------

Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-07 15:59:49 +03:00
Alexander Piskun 985fb9d6ad [Partner Nodes] fix(logs-auth): mask authorization headers in logs (#14774)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-05 13:55:29 +03:00
Alexander Piskun 1073a74976 [Partner Nodes] chore(ByteDance): adjust category name (#14752)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-04 00:01:05 +03:00
Alexander Piskun 77917ed3a6 [Partner Nodes] chore(StabilityAI): remove StabilityAI nodes (#14737)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-03 14:24:21 +03:00
Alexander Piskun 9764381998 [Partner Nodes] feat(ByteDance): add support for Seed Audio 1.0 (#14731)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-07-03 14:00:10 +03:00
Alexander PiskunandAlexis Rolland 694815f498 [Partner Nodes] chore(Ideogram): remove IdeogramV1 and IdeogramV2 nodes (#14712)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-07-02 08:35:11 +03:00
Alexander Piskun b70944e710 [Partner Nodes] feat(Google): add Gemini Video Omni node (#14695) 2026-06-30 17:17:53 -04:00
Alexander Piskun 8fe0243d97 [Partner Nodes] feat(Google): add Nano Banana 2 Lite model (#14693)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-30 11:17:23 -07:00
Alexander Piskun e22f1500f9 [Partner Nodes] feat(ByteDance): add support for SeeDance-2.0-Mini video model (#14626)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-25 17:57:04 +03:00
Alexander Piskun 5236cd02e6 [Partner Nodes] feat(ByteDance): add 4K resolution support for SeeDance 2.0 (#14614)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-24 17:57:46 +03:00
Alexander Piskun cabb7342d1 [Partner Nodes] feat(Grok): add 1080p resolution to Grok Image node (#14612)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-24 16:28:56 +03:00
Alexander Piskun 44955d783b [Partner Nodes] feat(Alibaba): add support for HappyHorse 1.1 model (#14611)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-24 13:37:28 +03:00
Alexander Piskun 4a03056632 [Partner Nodes] revert last 3 PRs: #14597 #14588 #14581 (#14602) 2026-06-23 12:49:16 -04:00
Alexander Piskun 0f949d0faf [Partner Nodes] feat(Grok): add 1080p resolution to Grok Image node (#14597) 2026-06-23 23:38:46 +08:00
Alexander Piskun 0ba903bd5b [Partner Nodes] feat(ByteDance): add 4K resolution support for SeeDance 2.0 (#14588)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-23 16:18:35 +03:00
Alexander PiskunandAlexis Rolland 0a92ed161e [Partner Nodes] feat(Alibaba): add support for HappyHorse 1.1 model (#14581)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-06-23 13:29:46 +03:00
Alexander PiskunandAlexis Rolland dc3f8f314a [Partner Nodes] chore(Google): remove preview versions of models that will be deprecated soon (#14555)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-06-20 09:13:37 +03:00
Alexander Piskun bd39bbf067 [Partner Nodes] fix: respect Retry-After header (#14234)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-19 11:32:56 +03:00
Alexander Piskun 5955ddff52 [Partner Nodes] feat(Luma): add support for Luma Rays 3.2 (#14540)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-19 08:46:07 +03:00