v0.3.67
Comfy-Org/ComfyUIv0.3.67Oct 28, 2025by github-actions[bot]
AI Summary
Introduces a new endpoint for custom node subgraphs and a major overhaul of the API nodes with async capabilities and V3 schema support.
Key Highlights
- Added custom node published subgraphs endpoint
- Refactored API nodes to v2 with async operations
- Converted Tripo and Gemini API nodes to V3 schema
- Added LTXV API nodes
New Features
- Custom node published subgraphs endpoint
- API nodes v2 (async ops)
- V3 schema conversions
Full Release Notes
## What's Changed * Only disable cudnn on newer AMD GPUs. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10437 * Add custom node published subgraphs endpoint by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/10438 * execution: fold in dependency aware caching / Fix --cache-none with loops/lazy etc (Resubmit) by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/10440 * Small readme improvement. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10442 * WIP way to support multi multi dimensional latents. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10456 * Update template to 0.2.2 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10461 * feat(api-nodes): network client v2: async ops, cancellation, downloads, refactor by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10390 * [V3] API Nodes: convert Tripo API nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10469 * Remove useless function by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10472 * [V3] convert Gemini API nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10476 * Add warning for torch-directml usage by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10482 * Fix mistake. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10484 * fix(api-nodes): random issues on Windows by capturing general OSError for retries by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10486 * Bump portable deps workflow to torch cu130 python 3.13.9 by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10493 * Add a bat to run comfyui portable without api nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10504 * Update template to 0.2.3 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10503 * feat(api-nodes): add LTXV API nodes by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10496 * Update template to 0.2.4 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10505 * frontend bump to 1.28.8 by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/10506 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.66...v0.3.67