v2.0.0 - Node library + OCIO color pack + node-building guide
Mega release. The kit grows from a local-first ComfyUI driver into a driver plus a documented node library, a published pro-color node pack, and a field guide to building nodes - local-first, for everyday users and experts alike.
Highlights
- ComfyUI-OCIO companion pack (published v1.0.0): eight Nuke-style OpenColorIO nodes - OCIO Read / Write (load a still / sequence / video, grade in ACES, write ProRes / DNxHR / EXR, fully color-managed, alpha + missing-frame fill + auto frame range over the wire) plus six color operators (ColorSpace, LogConvert, Display, CDLTransform, FileTransform, LookTransform). Documented at buildable depth in
docs/NODE_LIBRARY/ocio.md. - Node knowledge library (
docs/NODE_LIBRARY/): 183 per-node entries across every category, plus the full node inventory (552 types across 448 workflows). - Node-building field guide (
docs/BUILDING_NODES.md): the hard-won lessons from shipping ComfyUI-OCIO - widget order, the combo-validation trap, the JS front end, server routes, EXR/ffmpeg traps, verify-on-real-files. - Workflow auto-layout (
shared/comfyui/workflow_layout.py): lay out any graph with zero overlaps, verified in code not screenshots. - Positioning: local-first, for everyday users and experts.
Full changelog in CHANGELOG.md.