v0.6.0
Comfy-Org/ComfyUIv0.6.0Dec 24, 2025by github-actions[bot]
AI Summary
Introduces a unified jobs API, refactors the Trainer implementation, and adds support for Qwen VAEs and Flux2MaxImage generation.
Key Highlights
- Unified jobs API with /api/jobs endpoints
- Qwen VAE support with different in/out channels
- Flux2MaxImage API Node
- MIOpen support via environment variable
New Features
- Unified jobs API
- Flux2MaxImage API Node
- Qwen VAE support
- MIOpen support
Full Release Notes
## What's Changed * Resolution bucketing and Trainer implementation refactoring by @KohakuBlueleaf in https://github.com/comfyanonymous/ComfyUI/pull/11117 * skip_load_model -> force_full_load by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11390 * Add unified jobs API with /api/jobs endpoints by @ric-yu in https://github.com/comfyanonymous/ComfyUI/pull/11054 * Update workflow templates to v0.7.60 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11403 * Support loading Wan/Qwen VAEs with different in/out channels. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11405 * Trim/pad channels in VAE code. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11406 * Diffusion model part of Qwen Image Layered. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11408 * Add LatentCutToBatch node. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11411 * [API Nodes] add Flux2MaxImage API Node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11420 * bump comfyui_manager version to the 4.0.3b7 by @ltdrdata in https://github.com/comfyanonymous/ComfyUI/pull/11422 * Allow enabling use of MIOpen by setting an env var by @BradPepersAMD in https://github.com/comfyanonymous/ComfyUI/pull/11366 * Support nested tensor denoise masks. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11431 * Fix error from logging line in Context Windows by @drozbay in https://github.com/comfyanonymous/ComfyUI/pull/11423 * Implement sliding attention in Gemma3 by @woct0rdho in https://github.com/comfyanonymous/ComfyUI/pull/11409 * Disable prompt weights on newbie te. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11434 * ZImageFunControlNet: Fix mask concatenation in --gpu-only by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11421 * Fix issue with batches and newbie. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11435 * Implement Jina CLIP v2 and NewBie dual CLIP by @woct0rdho in https://github.com/comfyanonymous/ComfyUI/pull/11415 * Only apply gemma quant config to gemma model for newbie. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11436 * chore(api-nodes): by default set Watermark generation to False by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11437 * fix(api-nodes): Topaz 4k video upscaling by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11438 * Core release process. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11447 * Add node to create empty latents for qwen image layered model. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11460 * [API Nodes] extend possible duration range for Kling O1 StartEndFrame node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11451 * Update workflow templates to v0.7.62 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11467 * Make denoised output on custom sampler nodes work with nested tensors. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11471 * api-nodes: use new custom endpoint for Nano Banana by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11311 * Update workflow templates to v0.7.63 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11482 ## New Contributors * @BradPepersAMD made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11366 * @woct0rdho made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11409 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.5.1...v0.6.0