From f269e5aa3a565fdf8673daac8102fbcd4d465e2f Mon Sep 17 00:00:00 2001 From: azhagurajpandians <113816057+azhagurajpandians@users.noreply.github.com> Date: Fri, 1 May 2026 15:00:15 +0530 Subject: [PATCH] Add files via upload Add ACES EXR Toolkit to registry --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9c963c17..ee9d3e73 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46618,6 +46618,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "azhagurajpandians", + "title": "ComfyUI ACES EXR Toolkit", + "reference": "https://github.com/azhagurajpandians/ComfyUI-ACES-EXR-Toolkit", + "files": [ + "https://github.com/azhagurajpandians/ComfyUI-ACES-EXR-Toolkit" + ], + "install_type": "git-clone", + "description": "Professional ACES and EXR workflow nodes with OCIO 2.1 support and sequence loading.", + "pip": ["opencolorio>=2.2.0", "openexr>=3.2.0"] } ] }