v0.3.57
Comfy-Org/ComfyUIv0.3.57Sep 4, 2025by github-actions[bot]
AI Summary
A major refactoring release focused on converting various node types to the V3 schema, including Stable Cascade, Video, and Primitive nodes. It also adds USO/UXO style reference support.
Key Highlights
- V3 schema conversion for Stable Cascade, Video, and Primitive nodes
- Support for USO subject identity lora
- Addition of ByteDance Image API nodes
- Addition of Ideogram Character API node
New Features
- V3 schema conversion for multiple node categories
- USO style reference
- ImageScaleToMaxDimension node
- API nodes for ByteDance and Ideogram
Full Release Notes
## What's Changed * convert Stable Cascade nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9373 * [V3] convert Video nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9489 * [V3] convert nodes_stability.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9497 * convert Primitive nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9372 * SEEDS: update noise decomposition and refactor by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/9633 * Probably not necessary anymore. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9646 * Implement the USO subject identity lora. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9674 * Enable Convolution AutoTuning by @contentis in https://github.com/comfyanonymous/ComfyUI/pull/9301 * USO style reference. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9677 * uso -> uxo/uno as requested. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9688 * Accept prompt_id in interrupt handler by @deepanjanroy in https://github.com/comfyanonymous/ComfyUI/pull/9607 * ImageScaleToMaxDimension node. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9689 * Update template to 0.1.73 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9686 * feat(api-nodes): add ByteDance Image nodes by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9477 * api nodes(Ideogram): add Ideogram Character by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9616 * [V3] convert Runway API nodes to the V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9487 * Update comment in api example. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9708 * convert AlignYourStepsScheduler node to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9226 * Fix potential rope issue. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9710 * Update template to 0.1.75 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9711 ## New Contributors * @deepanjanroy made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9607 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.56...v0.3.57