ComfyUI

AI

A node-based interface for diffusion models.

Latest v0.30.0 · by Comfy OrgWebsitecomfyanonymous/ComfyUI

Release activity

Release activity — 10 releases across 10 days since Jun 1, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 1, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
Monday1 release on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 20261 release on Aug 3, 2026
TuesdayNo releases on Jun 2, 2026No releases on Jun 9, 20261 release on Jun 16, 20261 release on Jun 23, 20261 release on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026
Wednesday1 release on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 20261 release on Jul 15, 2026No releases on Jul 22, 20261 release on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Jun 4, 2026No releases on Jun 11, 20261 release on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 20261 release on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 1, 2026

Changelog

v0.30.0

Added 8
  • Support int8 convrot embedding lookup
  • Support PrunaVAED faster LTX2.3 decoder
  • Add configurable DETAIL logging side channel
  • Add dataset folder to avoid arbitrary folder access for dataset stuff
  • Add crf option to save video node
  • Support latent previews for nested latents
  • Let the save text node save in csv format
  • Support MiniMax-H3
Changed 6
  • Load weights to process RAM with MRU policy using pinning infrastructure
  • Fallback to cudnn attention on linux if flash attention doesn't work
  • Store mp4 metadata at the beginning of the file when possible
  • Let the VAEDecodeAudio node decode nested audio
  • Disable gradients on diffusion models
  • Expand k, v when attention backend would fall back to math because gqa
Fixed 6
  • Fix LTXAV crash when sampling without an audio latent
  • Fix user.css loading broken by previous changes
  • Fix job preview output to prefer media over text
  • Fix SVG previews broken by stored-XSS forced-download
  • Fix resend cached histogram UI for CurveEditor after page refresh
  • Handle case where swap memory query fails on windows
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.29.0...v0.30.0

View originalPermalink
How v0.30.0 went

v0.29.0

Added 11
  • Send ComfyUI Job Id in request headers for partner nodes
  • Add JoyImageEdit native model support
  • Add GPT5.6 models for OpenAI partner nodes
  • Add Gemini 3.5 Flash LLM model for Google partner nodes
  • Add HeyGen Avatar, Talking Photo, Create Avatar, Video Translate and TTS nodes
  • Support anima lllite control models
Changed 1
  • Bump default background usage clamp to 128GB
Fixed 6
  • Stream video transcode instead of buffering every frame in RAM
  • Fix gfx1035 not being treated like RDNA2
  • Fix Wan dancer issue with batches
  • Fix MageFlow on cards that don't support bf16
  • Switch Google Omni model to the Interactions API
  • Pass videos as inline data for Gemini-Omni
Deprecated 1
  • Deprecate Runway Gen3a model
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.28.0...v0.29.0

View originalPermalink
How v0.29.0 went

v0.28.0

Added 6
  • Add support for Seed Audio 1.0
  • Implement basic text overlay node
  • Add models-directory launch argument
  • Add Seedream 5 Pro model support
  • Add namespaced model_type tags and align tag semantics
  • Allow --comfy-api-base target ephemeral testenvs
Changed 3
  • Speedup for text model sampling
  • Skip unloading dynamic model patchers in current workflow
  • Support gqa on all attention backends and drop support for PyTorch 2.4
Fixed 7
  • Fix Qwen3-VL tokenizer crash with custom embeddings
  • Fix error when embedding is loaded with models using llama_template
  • Fix bug when setting transparency in color picker
  • Fix video crash on videos with undecodable audio streams
  • Fix crash when using UNetSelfAttentionMultiply
  • Fix AttributeError in VAE.is_dynamic() for VAEs constructed without a patcher
  • Fix qwen3vl reference images when used as a text encode models
Removed 2
  • Remove IdeogramV1 and IdeogramV2 nodes
  • Remove StabilityAI nodes
Security 2
  • Fix four vulnerabilities (GHSA-779p-m5rp-r4h4)
  • Mask authorization headers in logs
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.27.0...v0.28.0

View originalPermalink
How v0.28.0 went

v0.27.0

Added 13
  • Add support for int8 convrot models
  • Add support for HappyHorse 1.1 model
  • Add 1080p resolution to Grok Image node
  • Add 4K resolution support for SeeDance 2.0
  • Add support for Seed node
  • Add advanced krea 2 model merging node
Changed 3
  • Improve int8 performance
  • Update GLSL node to use ANGLE library
  • Improve int8 lora applying speed and quality
Fixed 3
  • Fix int8 loras causing lower quality requant with wrong settings
  • Fix int8 mm being skipped on offloaded lora weights
  • Fix memory leak related to int8

The major change in this version is added support for int8 convrot models.

What's Changed

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.26.0...v0.27.0

View originalPermalink
How v0.27.0 went

v0.26.0

Added 12
  • Add checkbox to disable head drawing in node SDPoseDrawKeypoints
  • Support text generation with Qwen3-VL
  • Support SCAIL-2 multireference
  • Support Boogu-Image
  • Add support for Kling V3-Turbo model in Partner Nodes
  • Add enable_telemetry CLI feature flag
Changed 6
  • Allow using Qwen3-VL as flux2 klein text encoder
  • Add negative prompt to boogu edit node and set min images to 0
  • Update nodes categories
  • Update TripoSplat nodes categories
  • Rename a bunch of nodes
  • Move comfy sys path insert to custom node loading
Fixed 2
  • Log base directory to startup messages when --base-directory is used
  • Respect Retry-After header in Partner Nodes
Security 1
  • Load training-dataset shards with weights_only=True
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.25.0...v0.26.0

View originalPermalink
How v0.26.0 went

v0.25.0

Added 10
  • Allow SaveWEBM node to save with alpha channel
  • Add BriaTransparentVideoBackground node
  • Add Bria Green Background node
  • Add Krea 2 Medium Turbo model
  • Add seed input to Flux Erase node
  • Add new Gemini text node
Changed 4
  • Consolidate audio nodes into SaveAudioAdvanced node
  • Enable cfg1 optimization for DualModelGuider with CFGGuider
  • Reorder Preview3DAdvanced, PreviewGaussianSplat, and PreviewPointCloud inputs and outputs
  • Improve ResolutionSelector
Fixed 6
  • Fix image grid bug
  • Prevent 1080p first/last-frame stretch jump in Seedance 2.0
  • Fix ideogram if model dtype gets set to fp8
  • Fix interoperation with external source of pinned memory pressure
  • Let Load3D accept output/temp paths and save Preview3DAdvanced to temp/
  • Add back apply_rotary_emb for Qwen Image
What's Changed

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.24.0...v0.25.0

View originalPermalink
How v0.25.0 went

v0.24.0

Added 4
  • Add Radiance variant support with nonzero txt_ids
  • Add SDXL and QwenImage support to PiD
  • Add Ideogram V4 node support
  • Add Ideogram4 model support
Changed 3
  • Do tripo dinov3 inference in fp32
  • Update workflow templates to v0.9.94
  • Update memory usage factor for ideogram 4 on non dynamic vram
Fixed 5
  • Fix cast/dtype issues for the birefnet and dino3 models
  • Fix issue with triposplat preview and old offloading mode
  • Fix uncaught OverflowError in Math Expression node for large int results
  • Revert partner nodes category
  • Prevent freeze on manual abort when using MultiGPU CFG Split
Removed 1
  • Remove old useless no comfy kitchen fallback
Deprecated 1
  • Mark DualModelGuider as experimental
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.23.0...v0.24.0

View originalPermalink
How v0.24.0 went

v0.23.0

Added 11
  • MediaPipe face detection
  • Multi-threaded load of models from disk
  • OAuth 2.1 and RFC 7591 DCR endpoints to OpenAPI
  • And, Or, and Not logic nodes
  • OpenRouter LLM partner node
  • Rodin2.5 partner nodes
Changed 5
  • Update MediaPipe nodes to standardize with existing code base
  • Update MoGe nodes display names, search aliases and descriptions
  • Move logic nodes into utils category
  • Lower cache-ram thresholds
  • Update multigpu to use unet_manual_cast for SelectModelDevice compute dtype
Fixed 6
  • Correct dimension transposition for single-channel tensors in lanczos
  • Fix reshaping lora application
  • Fix --use-flash-attention ignored when xformers installed
  • Correct description of where compiled FE files live
  • Pass correct timesteps to cross-attention AdaLN modulation in LTX AV
  • Correct POST /api/assets/import to importPublishedAssets in OpenAPI
What's Changed
New Contributors

Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.22.0...v0.23.0

View originalPermalink
How v0.23.0 went
View all

Discussion