v0.3.72
Comfy-Org/ComfyUIv0.3.72Nov 25, 2025by github-actions[bot]
AI Summary
Major Flux 2 update introducing the Flux.2 Pro node, Hunyuan latent video nodes, and fixes for API compatibility and text encoder quantization.
Key Highlights
- Flux.2 Pro node support
- Hunyuan latent video nodes
- Flux 2 support
- Gemini and API edge case fixes
- Transformer version update
New Features
- Flux 2 Pro node
- Hunyuan latent video support
- Flux.2 Pro support
- Transformer updates
Full Release Notes
## What's Changed * Bump frontend to 1.30.6 by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/10793 * --disable-api-nodes now sets CSP header to force frontend offline. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10829 * update workflow templates (to add hunyuan video and nano banana pro variants) by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/10834 * Add display names to Hunyuan latent video nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10837 * Add better error message for common error. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10846 * [fix] Fixes non-async public API access by @guill in https://github.com/comfyanonymous/ComfyUI/pull/10857 * fix(api-nodes): edge cases in responses for Gemini models by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10860 * add get_frame_count and get_frame_rate methods to `VideoInput` class by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10851 * [BlockInfo] Chroma by @Haoming02 in https://github.com/comfyanonymous/ComfyUI/pull/10843 * [BlockInfo] Qwen-Image by @Haoming02 in https://github.com/comfyanonymous/ComfyUI/pull/10842 * [BlockInfo] HunyuanVideo by @Haoming02 in https://github.com/comfyanonymous/ComfyUI/pull/10844 * Bump transformers version in requirements.txt by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10869 * Cleanup and fix issues with text encoder quants. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10872 * Allow pinning quantized tensors. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10873 * Don't try fp8 matrix mult in quantized ops if not supported by hardware. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10874 * I found a case where this is needed by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10875 * Flux 2 by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10879 * [API Nodes] add Flux.2 Pro node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10880 * Add Flux 2 support to README. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10882 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.71...v0.3.72