# ComfyUI changelog > A node-based interface for diffusion models. - Vendor: Comfy Org - Category: AI - Official site: https://www.comfy.org - Tracked by: What's New (https://whatsnew.fyi/product/comfyui) - Harvested from: GitHub (comfyanonymous/ComfyUI) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v0.30.0 - Date: 2026-08-03 - Version: v0.30.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.30.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.30.0 - **added** — Support int8 convrot embedding lookup - **added** — Support PrunaVAED faster LTX2.3 decoder - **added** — Add configurable DETAIL logging side channel - **added** — Add dataset folder to avoid arbitrary folder access for dataset stuff - **added** — Add crf option to save video node - **added** — Support latent previews for nested latents - **added** — Let the save text node save in csv format - **added** — Support MiniMax-H3 - **changed** — Load weights to process RAM with MRU policy using pinning infrastructure - **changed** — Fallback to cudnn attention on linux if flash attention doesn't work - **changed** — Store mp4 metadata at the beginning of the file when possible - **changed** — Let the VAEDecodeAudio node decode nested audio - **changed** — Disable gradients on diffusion models - **changed** — Expand k, v when attention backend would fall back to math because gqa - **fixed** — Fix LTXAV crash when sampling without an audio latent - **fixed** — Fix user.css loading broken by previous changes - **fixed** — Fix job preview output to prefer media over text - **fixed** — Fix SVG previews broken by stored-XSS forced-download - **fixed** — Fix resend cached histogram UI for CurveEditor after page refresh - **fixed** — Handle case where swap memory query fails on windows ##### What's Changed * Update comfy-kitchen package version to 0.2.23 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15112 * Support int8 convrot embedding lookup (CORE-371) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/15035 * Load weights to process RAM with MRU policy using pinning infrastructure by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15027 * Add configurable DETAIL logging side channel (CORE-369) by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15064 * Support PrunaVAED (faster LTX2.3 decoder) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/15129 * [Dataset/Security,Feature] Add dataset folder to avoid arbitrary folder access for dataset stuff. by @KohakuBlueleaf in https://github.com/Comfy-Org/ComfyUI/pull/14807 * Fix LTXAV crash when sampling without an audio latent by @drozbay in https://github.com/Comfy-Org/ComfyUI/pull/15132 * Update comfy-kitchen to fix flux kv issue. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15144 * Fallback to cudnn attention on linux if flash attention doesn't work. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15146 * Fix user.css loading broken by #14734 by @kaalibro in https://github.com/Comfy-Org/ComfyUI/pull/15000 * fix(jobs): prefer media over text for job preview_output by @DeniDoman in https://github.com/Comfy-Org/ComfyUI/pull/14681 * Fix SVG previews broken by the stored-XSS forced-download by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/15149 * Don't enable comfyui_detail.log by default. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15159 * comfy-kitchen AMD support. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15160 * Bump comfyui-frontend-package to 1.47.11 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/15161 * [Partner Nodes] adjust pricing for the Bria Video RemoveBackground nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15155 * [Partner Nodes] feat(Ideogram): add new P-Image model support by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15154 * Update workflow templates to v0.11.20 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15165 * [Partner Nodes] feat(Minimax): add new MiniMax H3 model support by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15167 * fix: resend cached histogram UI for CurveEditor after page refresh by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/15152 * Don't assume sampler_function has a __name__ attribute in detail logging by @blepping in https://github.com/Comfy-Org/ComfyUI/pull/15179 * [Partner Nodes] chore(Bria): adjust pricing for other video endpoints by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15171 * Delay dynamic pin cleanup until model destruction by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15183 * ops: apply the custom placeholder logic to Linux too by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15181 * Update workflow templates to v0.11.23 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15187 * [Partner Nodes] fix(ByteDance): encode stereo reference audio without doubling its duration by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15177 * Expand k, v when attention backend would fall back to math because gqa. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15190 * Add crf option to save video node. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15191 * Store mp4 metadata at the beginning of the file when possible. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15195 * [Partner Nodes] feat(xAI): update nodes for grok-imagine-video-1.5 model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15197 * [Partner Nodes] chore(Bria): increase price for video endpoints by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15186 * Update comfy-kitchen version to 0.2.26 by @ _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.30.0]_ ### v0.29.2 - Date: 2026-07-31 - Version: v0.29.2 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.29.2 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.29.2 - **fixed** — Fix frontend issues - **added** — Add new api partner nodes Frontend fixes and new api/partner nodes. **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.29.0...v0.29.2 ### v0.29.0 - Date: 2026-07-29 - Version: v0.29.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.29.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.29.0 - **fixed** — Stream video transcode instead of buffering every frame in RAM - **added** — Send ComfyUI Job Id in request headers for partner nodes - **added** — Add JoyImageEdit native model support - **added** — Add GPT5.6 models for OpenAI partner nodes - **added** — Add Gemini 3.5 Flash LLM model for Google partner nodes - **added** — Add HeyGen Avatar, Talking Photo, Create Avatar, Video Translate and TTS nodes - **added** — Support anima lllite control models - **added** — Support Gemma4 12B - **fixed** — Fix gfx1035 not being treated like RDNA2 - **added** — Add video processing nodes and video support for Image Processing Node and trainer - **added** — Add native Uni3C Controlnet support for Wan models - **added** — Support MageFlow - **added** — Allow using float fps for LTXVEmptyLatentAudio - **changed** — Bump default background usage clamp to 128GB - **fixed** — Fix Wan dancer issue with batches - **fixed** — Fix MageFlow on cards that don't support bf16 - **fixed** — Switch Google Omni model to the Interactions API - **fixed** — Pass videos as inline data for Gemini-Omni - **deprecated** — Deprecate Runway Gen3a model ##### What's Changed * fix(Video): stream the video transcode instead of buffering every frame in RAM (CORE-353) (CORE-351) by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14813 * [Partner Nodes] feat(client): send ComfyUI Job Id in request headers by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14934 * Update AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14955 * [feat]Add JoyImageEdit native model support by @feice-huang in https://github.com/Comfy-Org/ComfyUI/pull/14428 * [Partner Nodes] feat(OpenAI): add GPT5.6 models by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14957 * Various comfy kitchen optimizations and fixes. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14963 * Speed up anima a bit. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14953 * Support anima lllite control models. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14954 * [Partner Nodes] feat(Google): add Gemini 3.5 Flash LLM model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14972 * chore(openapi): sync shared API contract from cloud@e964994 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14947 * Update workflow templates to v0.11.11 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14973 * [Partner Nodes] feat(HeyGen): add Avatar, Talking Photo, Create Avatar, Video Translate and TTS nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14958 * More comfy-kitchen int8 optimizations. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14980 * Update workflow templates to v0.11.12 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14986 * [Partner Nodes] fix(Google): switch to the Interactions API for Omni model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14984 * Implement regular and timestep zero reference images to krea 2 for ostris and identity edit ref loras. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14843 * Fix wan dancer issue with batches. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14999 * feat: Support Gemma4 12B (CORE-277) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14304 * Fix gfx1035 not being treated like RDNA2 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15009 * chore: add /AGENTS.md to CODEOWNERS by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14962 * [Trainer,Dataset/Feature] Video processing nodes, Image Processing Node video support, trainer video support (CORE-81) by @KohakuBlueleaf in https://github.com/Comfy-Org/ComfyUI/pull/13588 * FreSca: 5D+ (ex. Anima) fix, model-agnostic iteration by @TheToxin-git in https://github.com/Comfy-Org/ComfyUI/pull/15007 * Add native Uni3C Controlnet support for Wan models (CORE-365) by @drozbay in https://github.com/Comfy-Org/ComfyUI/pull/14946 * [Partner Nodes] fix(Gemini-Omni): pass videos as inline data by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15014 * ci: bump cursor-review to github-workflows@964d5aa by @cloud-code-bot[bot] in https://github.com/Comfy-Org/ComfyUI/pull/15017 * Use optimized rms_rope function in joyai image model. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15018 * [Partner Nodes] feat(Openrouter): add new models by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15021 * [Partner Nodes] feat(Anthropic): add new models by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15023 * Update workflow templates to v0.11.15 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15030 * Make z image/lumina 2 models use comfy kitchen rms rope. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15036 * Bump comfyui-frontend-package to 1.47.10 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/15045 * [Partner Nodes] feat(ByteDance): add new audio-1.0-multilingual model by @bigcat88 in https://github.com/Co _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.29.0]_ ### v0.28.0 - Date: 2026-07-15 - Version: v0.28.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.28.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.28.0 - **fixed** — Fix Qwen3-VL tokenizer crash with custom embeddings - **security** — Fix four vulnerabilities (GHSA-779p-m5rp-r4h4) - **removed** — Remove IdeogramV1 and IdeogramV2 nodes - **added** — Add support for Seed Audio 1.0 - **removed** — Remove StabilityAI nodes - **fixed** — Fix error when embedding is loaded with models using llama_template - **fixed** — Fix bug when setting transparency in color picker - **security** — Mask authorization headers in logs - **changed** — Speedup for text model sampling - **changed** — Skip unloading dynamic model patchers in current workflow - **fixed** — Fix video crash on videos with undecodable audio streams - **added** — Implement basic text overlay node - **changed** — Support gqa on all attention backends and drop support for PyTorch 2.4 - **fixed** — Fix crash when using UNetSelfAttentionMultiply - **added** — Add models-directory launch argument - **fixed** — Fix AttributeError in VAE.is_dynamic() for VAEs constructed without a patcher - **added** — Add Seedream 5 Pro model support - **added** — Add namespaced model_type tags and align tag semantics - **fixed** — Fix qwen3vl reference images when used as a text encode models - **added** — Allow --comfy-api-base target ephemeral testenvs ##### What's Changed * Add AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14696 * Add some more stuff to AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14704 * Fix Qwen3-VL tokenizer crash with custom embeddings by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/14713 * Update AGENTS.md with more stuff. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14725 * [Partner Nodes] chore(Ideogram): remove IdeogramV1 and IdeogramV2 nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14712 * Update AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14726 * security: fix four vulnerabilities (GHSA-779p-m5rp-r4h4) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14734 * Update AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14733 * [Partner Nodes] feat(ByteDance): add support for Seed Audio 1.0 by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14731 * Update workflow templates to v0.11.2 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14741 * [Partner Nodes] chore(StabilityAI): remove StabilityAI nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14737 * Update AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14738 * [Partner Nodes] chore(ByteDance): adjust category name by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14752 * Add CLAUDE.md as symlink to AGENTS.md by @robinjhuang in https://github.com/Comfy-Org/ComfyUI/pull/14757 * fix: error when embedding is loaded with models using llama_template by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/14744 * Try to make coderabbit enforce AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14759 * fix: Bug when setting transparency in color picker by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14764 * [Partner Nodes] fix(logs-auth): mask authorization headers in logs by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14774 * Small speedup for text model sampling. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14773 * Update embedded docs to v0.5.7 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14783 * Skip unloading dynamic model patchers in current workflow. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14799 * ci: add CLA Assistant workflow by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14582 * Delete symlink that breaks our updates. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14803 * fix(Video): don't crash on videos with undecodable audio streams by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14746 * feat: Implement basic text overlay node (CORE-137) by @drozbay in https://github.com/Comfy-Org/ComfyUI/pull/14610 * Update AGENTS.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14819 * Support gqa on all attention backends, drop support for pytorch 2.4 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14772 * Fix crash when using UNetSelfAttentionMultiply by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14823 * add models-directory launch argument by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/9113 * Fix AttributeError in VAE.is_dynamic() for VAEs constructed without a patcher by @j2gg0s in https://github.com/Comfy-Org/ComfyUI/pull/14826 * [Partner Nodes] feat(ByteDance): add Seedream 5 Pro model support by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14832 * Update workflow templates to v0.11.6 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14834 * feat(assets): add namespaced model_type tags and align tag semantics by @synap5e in https://github.com/Comfy-Org/ComfyUI/pull/14511 * Fix qwen3vl reference images when used as a text encode models. by @comfyanonymous in https://github.com/Comfy-Org/Comfy _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.28.0]_ ### v0.27.0 - Date: 2026-06-30 - Version: v0.27.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.27.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.27.0 - **added** — Add support for int8 convrot models - **added** — Add support for HappyHorse 1.1 model - **added** — Add 1080p resolution to Grok Image node - **added** — Add 4K resolution support for SeeDance 2.0 - **added** — Add support for Seed node - **added** — Add advanced krea 2 model merging node - **added** — Add bounding box canvas and Ideogram JSON prompt - **added** — Add support for SeeDance-2.0-Mini video model - **added** — Add ConditioningMultiply node - **added** — Add Nano Banana 2 Lite model - **added** — Add Gemini Video Omni node - **added** — Make asset hashing opt-in via --enable-asset-hashing flag - **changed** — Improve int8 performance - **changed** — Update GLSL node to use ANGLE library - **fixed** — Fix int8 loras causing lower quality requant with wrong settings - **fixed** — Fix int8 mm being skipped on offloaded lora weights - **fixed** — Fix memory leak related to int8 - **changed** — Improve int8 lora applying speed and quality - **added** — Add int8 support on turing GPUs The major change in this version is added support for int8 convrot models. ##### What's Changed * chore(openapi): sync shared API contract from cloud@363764b by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14607 * [Partner Nodes] feat(Alibaba): add support for HappyHorse 1.1 model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14611 * Downgrade the template to 0.10.2 to bring the HH1.1 templates back by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14613 * [Partner Nodes] feat(Grok): add 1080p resolution to Grok Image node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14612 * [Partner Nodes] feat(ByteDance): add 4K resolution support for SeeDance 2.0 by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14614 * feat: Add support for Seed node (CORE-295) by @yousef-rafat in https://github.com/Comfy-Org/ComfyUI/pull/14616 * Add advanced krea 2 model merging node. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14621 * chore(openapi): sync shared API contract from cloud@42eb0d1 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14619 * feat: Bounding box canvas and Ideogram JSON prompt (CORE-292) by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14537 * [Partner Nodes] feat(ByteDance): add support for SeeDance-2.0-Mini video model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14626 * Update workflow templates to v0.10.7 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14632 * Support int8 models. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14636 * Faster int8. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14641 * Fix int8 loras causing lower quality requant with wrong settings. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14650 * Update GLSL node to use ANGLE library (CORE-162) by @pythongosssss in https://github.com/Comfy-Org/ComfyUI/pull/13195 * int8 support on turing GPUs. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14662 * ci: add team-gated Cursor review (thin caller for github-workflows) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14527 * Fix int8 mm being skipped on offloaded lora weights. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14669 * Update embedded docs to v0.5.6 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14668 * Better and faster int8 lora applying. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14685 * Bump comfyui-frontend-package to 1.45.20 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14684 * Add ConditioningMultiply node to nodes.py as an addition to other adj… by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/14686 * [Partner Nodes] feat(Google): add Nano Banana 2 Lite model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14693 * Fix memory leak related to int8. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14697 * feat: make asset hashing opt-in via --enable-asset-hashing (off by default) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14663 * [Partner Nodes] feat(Google): add Gemini Video Omni node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14695 * chore: Update nodes categories by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14674 * Update workflow templates to v0.11.1 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14698 **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.26.0...v0.27.0 ### v0.26.0 - Date: 2026-06-23 - Version: v0.26.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.26.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.26.0 - **added** — Add checkbox to disable head drawing in node SDPoseDrawKeypoints - **added** — Support text generation with Qwen3-VL - **added** — Support SCAIL-2 multireference - **added** — Support Boogu-Image - **added** — Add support for Kling V3-Turbo model in Partner Nodes - **added** — Add enable_telemetry CLI feature flag - **added** — Add support for Luma Rays 3.2 in Partner Nodes - **added** — Add Load3DAdvanced node - **added** — Add jobs-namespace cancel endpoints (POST /api/jobs/{job_id}/cancel, POST /api/jobs/cancel) - **added** — Support Context Windows sampling with LTX2 models and IC-LoRa guides - **added** — Add output socket to save nodes - **added** — Support Krea2 - **changed** — Allow using Qwen3-VL as flux2 klein text encoder - **changed** — Add negative prompt to boogu edit node and set min images to 0 - **changed** — Update nodes categories - **changed** — Update TripoSplat nodes categories - **changed** — Rename a bunch of nodes - **changed** — Move comfy sys path insert to custom node loading - **fixed** — Log base directory to startup messages when --base-directory is used - **fixed** — Respect Retry-After header in Partner Nodes - **security** — Load training-dataset shards with weights_only=True ##### What's Changed * chore(openapi): sync shared API contract from cloud@00ef9cc by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14423 * [Partner Nodes] chore(SoniloTextToMusic): reduce price by half by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14500 * Add the checkbox to disable head drawing in node SDPoseDrawKeypoints by @rmarma in https://github.com/Comfy-Org/ComfyUI/pull/14446 * fix: log base directory to startup messages when --base-directory is used by @octo-patch in https://github.com/Comfy-Org/ComfyUI/pull/13370 * feat: Support text generation with Qwen3-VL (CORE-276) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14298 * chore: Update nodes categories (CORE-263) by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14460 * Add new model blueprints by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14506 * docs: add M3 and M4 to Apple Silicon supported chips list by @EXA4V in https://github.com/Comfy-Org/ComfyUI/pull/14449 * Update link to new comfyui desktop repo. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14516 * Update TripoSplat nodes categories by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14512 * feat: SCAIL-2 multireference (CORE-310) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14509 * Allow using Qwen3-VL as flux2 klein text encoder (again) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14526 * feat: Support Boogu-Image (CORE-308) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14523 * Add negative prompt to boogu edit node and set min images to 0. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14529 * [Partner Nodes] feat(Kling): add support for Kling V3-Turbo model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14528 * feat: add enable_telemetry CLI feature flag by @Kosinkadink in https://github.com/Comfy-Org/ComfyUI/pull/14530 * Update ComfyUI Desktop to Comfy Desktop for consistent product naming by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14533 * chore(openapi): sync shared API contract from cloud@d10ff72 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14518 * harden: load training-dataset shards with weights_only=True by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14543 * Move comfy sys path insert to custom node loading. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14459 * [Partner Nodes] feat(Luma): add support for Luma Rays 3.2 by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14540 * [Partner Nodes] fix: respect Retry-After header by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14234 * Bump comfyui-frontend-package to 1.45.19 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14559 * feat: add Load3DAdvanced node by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14316 * Add jobs-namespace cancel endpoints (POST /api/jobs/{job_id}/cancel, POST /api/jobs/cancel) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14493 * feat: Context Windows sampling with LTX2 models and IC-LoRa guides (CORE-3) by @drozbay in https://github.com/Comfy-Org/ComfyUI/pull/13325 * Rename a bunch of nodes by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14547 * Small anima optimization. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14557 * chore(openapi): sync shared API contract from cloud@1aea581 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14562 * [Partner Nodes] chore(Google): remove preview versions of models that will be deprecated soon by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14555 * Update extra model paths example. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14570 * Add output socket to save nodes by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/13866 * Update embedded docs to v0.5.5 by @comfyui-wiki in https://github.com/Comfy-O _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.26.0]_ ### v0.25.1 - Date: 2026-06-18 - Version: v0.25.1 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.25.1 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.25.1 - **added** — Add support for Kling V3-Turbo model in Partner Nodes * [Partner Nodes] feat(Kling): add support for Kling V3-Turbo model (https://github.com/Comfy-Org/ComfyUI/pull/14528). **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.25.0...v0.25.1 ### v0.25.0 - Date: 2026-06-16 - Version: v0.25.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.25.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.25.0 - **fixed** — Fix image grid bug - **added** — Allow SaveWEBM node to save with alpha channel - **added** — Add BriaTransparentVideoBackground node - **fixed** — Prevent 1080p first/last-frame stretch jump in Seedance 2.0 - **added** — Add Bria Green Background node - **added** — Add Krea 2 Medium Turbo model - **added** — Add seed input to Flux Erase node - **fixed** — Fix ideogram if model dtype gets set to fp8 - **changed** — Consolidate audio nodes into SaveAudioAdvanced node - **changed** — Enable cfg1 optimization for DualModelGuider with CFGGuider - **fixed** — Fix interoperation with external source of pinned memory pressure - **added** — Add new Gemini text node - **added** — Add temperature and top_p to NanoBanan node - **added** — Add PreviewGaussianSplat and PreviewPointCloud nodes - **fixed** — Let Load3D accept output/temp paths and save Preview3DAdvanced to temp/ - **changed** — Reorder Preview3DAdvanced, PreviewGaussianSplat, and PreviewPointCloud inputs and outputs - **added** — Add Color primitive - **changed** — Improve ResolutionSelector - **added** — Extract image dimensions at ingest and emit on asset responses - **fixed** — Add back apply_rotary_emb for Qwen Image ##### What's Changed * chore(openapi): sync shared API contract from cloud@7c470f0 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14174 * fix: Image grid bug fix (CORE-215) by @yousef-rafat in https://github.com/Comfy-Org/ComfyUI/pull/14100 * [Partner Nodes] allow SaveWEBM node to save with alpha channel; add BriaTransparentVideoBackground node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14257 * [Partner Nodes] fix (Seedance 2.0): prevent 1080p first/last-frame stretch jump by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14251 * [Partner Nodes] feat: add Bria Green Background node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14277 * [Partner Nodes] feat: add Krea 2 Medium Turbo model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14280 * [Partner Nodes] feat: add seed input to Flux Erase node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14283 * Update workflow templates to v0.9.98 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14284 * Bump comfyui-frontend-package to 1.45.15 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14265 * Fix ideogram if model dtype gets set to fp8. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14291 * Consolidate audio nodes into SaveAudioAdvanced node (CORE-202) by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/13871 * Enable cfg1 optimization for DualModelGuider with CFGGuider by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14290 * Fix interoperation with external source of pinned memory pressure by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14252 * Comfy Aimdo 0.4.9 by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14300 * [Partner Nodes] feat: add new Gemini text node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14299 * [Partner Nodes] feat: add temperature and top_p to NanoBanan node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14305 * feat: add PreviewGaussianSplat + PreviewPointCloud nodes by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14194 * Update AMD portable readme. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14303 * BE-1172 fix(3d): let Load3D accept output/temp paths, save Preview3DAdvanced to temp/ by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14294 * feat(3d): reorder Preview3DAdvanced / PreviewGaussianSplat / PreviewPointCloud inputs and outputs by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14308 * Update line endings check to ignore .ci files. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14319 * Use windows line endings for windows portable readmes. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14334 * Add SeedVR2 support (CORE-6) by @pollockjj in https://github.com/Comfy-Org/ComfyUI/pull/14110 * Update embedded docs to v0.5.3 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14350 * Add Color primitive by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14260 * Improve ResolutionSelector by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/14309 * feat(assets): extract image dimensions at ingest and emit on asset responses by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/13991 * Revert "Add SeedVR2 support (CORE-6)" by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14359 * chore(openapi): sync shared API contract from cloud@5273c30 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14266 * fix: Add back apply_rotary_emb for Qwen Image by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14364 * Allow custom templates with Ideogram4 TE by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14374 * main/server: Add --debug-hang by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14371 * Add LoRA key mapping for LTXV/LTXAV models by @kelseyee in https://github.com/Comfy-Org/ComfyUI/pull/14349 * fe _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.25.0]_ ### v0.24.0 - Date: 2026-06-03 - Version: v0.24.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.24.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.24.0 - **fixed** — Fix cast/dtype issues for the birefnet and dino3 models - **fixed** — Fix issue with triposplat preview and old offloading mode - **changed** — Do tripo dinov3 inference in fp32 - **fixed** — Fix uncaught OverflowError in Math Expression node for large int results - **fixed** — Revert partner nodes category - **added** — Add Radiance variant support with nonzero txt_ids - **fixed** — Prevent freeze on manual abort when using MultiGPU CFG Split - **added** — Add SDXL and QwenImage support to PiD - **removed** — Remove old useless no comfy kitchen fallback - **added** — Add Ideogram V4 node support - **added** — Add Ideogram4 model support - **deprecated** — Mark DualModelGuider as experimental - **changed** — Update workflow templates to v0.9.94 - **changed** — Update memory usage factor for ideogram 4 on non dynamic vram ##### What's Changed * Some cast/dtype fixes for the birefnet and dino3 models. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14217 * Fix issue with triposplat preview and old offloading mode. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14218 * Do tripo dinov3 inference in fp32. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14221 * Fix uncaught OverflowError in Math Expression node for large int results by @vidigoat in https://github.com/Comfy-Org/ComfyUI/pull/14214 * fix: Revert partner nodes category by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14229 * Radiance: support variant with nonzero txt_ids by @person4268 in https://github.com/Comfy-Org/ComfyUI/pull/14206 * fix (MultiGPU): prevent freeze on manual abort when using MultiGPU CFG Split by @quasar-of-mikus in https://github.com/Comfy-Org/ComfyUI/pull/14235 * PiD: Add SDXL and QwenImage by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14240 * Remove old useless no comfy kitchen fallback. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14245 * comfy-aimdo: 0.4.8 by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14244 * [Partner Nodes] feat: add Ideogram V4 node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14261 * feat: Add Ideogram4 model support (CORE-208) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14259 * Mark DualModelGuider as experimental by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14262 * Update workflow templates to v0.9.94 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14263 * Memory usage factor for ideogram 4 on non dynamic vram. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14264 ##### New Contributors * @vidigoat made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14214 * @person4268 made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14206 * @quasar-of-mikus made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14235 **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.23.0...v0.24.0 ### v0.23.0 - Date: 2026-06-01 - Version: v0.23.0 - Original notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.23.0 - Permalink: https://whatsnew.fyi/product/comfyui/releases/v0.23.0 - **added** — MediaPipe face detection - **added** — Multi-threaded load of models from disk - **added** — OAuth 2.1 and RFC 7591 DCR endpoints to OpenAPI - **added** — And, Or, and Not logic nodes - **added** — OpenRouter LLM partner node - **added** — Rodin2.5 partner nodes - **added** — Microsoft Lens support - **added** — NVIDIA PixelDiT and PiD support - **added** — Save Image advanced node - **added** — MultiGPU work units for accelerated sampling - **added** — Colored logs - **changed** — Update MediaPipe nodes to standardize with existing code base - **changed** — Update MoGe nodes display names, search aliases and descriptions - **changed** — Move logic nodes into utils category - **changed** — Lower cache-ram thresholds - **changed** — Update multigpu to use unet_manual_cast for SelectModelDevice compute dtype - **fixed** — Correct dimension transposition for single-channel tensors in lanczos - **fixed** — Fix reshaping lora application - **fixed** — Fix --use-flash-attention ignored when xformers installed - **fixed** — Correct description of where compiled FE files live - **fixed** — Pass correct timesteps to cross-attention AdaLN modulation in LTX AV - **fixed** — Correct POST /api/assets/import to importPublishedAssets in OpenAPI ##### What's Changed * feat: MediaPipe face detection (CORE-235) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14009 * Multi-threaded load of models from disk (big load time speedups & Offload to disk) (CORE-43,CORE-152,CORE-164,CORE-165,CORE-117) by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/13802 * Repo security stuff. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14019 * feat(openapi): add OAuth 2.1 + RFC 7591 DCR endpoints by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14026 * fix(openapi): correct POST /api/assets/import to importPublishedAssets by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14027 * openapi: remove cloud-only job_ids query param from GET /api/assets by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14016 * Update MediaPipe nodes to standardize with existing code base (CORE-242) by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14025 * chore: Dataset nodes clean-up (CORE-237) by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14002 * Update MoGe nodes display names, search aliases and descriptions by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14030 * fix(lanczos): correct dimension transposition for single-channel tensors (CORE-228) by @edoardocarmignani in https://github.com/Comfy-Org/ComfyUI/pull/12679 * Fix reshaping lora application by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14031 * [Partner Nodes] add OpenRouter LLM node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14007 * Update workflow templates to v0.9.82 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14034 * [Partner Nodes] add widget for auto upscaling for the ByteDance2Reference node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14032 * Add backport release workflow. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14038 * Fix SIGPIPE false negative in Backport Release workflow validation by @Kosinkadink in https://github.com/Comfy-Org/ComfyUI/pull/14041 * Add validation for source branch in backport workflow by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14042 * Update backport workflow to use commit SHA input by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14043 * fe: Consolidate warnings spam by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/13970 * Update Discord invite link in README.md by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14045 * Adding in And, Or, and Not nodes. by @Pauan in https://github.com/Comfy-Org/ComfyUI/pull/14004 * Move logic nodes into utils category by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14033 * [Partner Nodes] add new Rodin2.5 nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14051 * openapi: align response declarations with implementation (5 endpoints) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14058 * Delete the source branch after doing the backport. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14062 * openapi: rename 55 cloud-side operationIds to match runtime (PR A of 3) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14060 * openapi: rename cloud-side response schemas to match runtime (PR D) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14065 * openapi: add enum values + FeedbackRequest schema for cloud cutover (PR E) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14070 * Remove dead code. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14072 * Bump comfyui-frontend-package to 1.44.19 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14074 * Fix --use-flash-attention ignored when xformers installed. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14083 * fix: correct description of where compiled FE files live by @robinjhuang in https://github.com/Comfy-Org/ComfyUI/pu _[Truncated at 4000 characters — full notes: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.23.0]_