From d4b4b2f44e7c0fbe7361fcefce147550fa1c5675 Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 6 Dec 2025 20:02:28 -0800 Subject: [PATCH] Add HackAfterDark nodes, including resolution presets for film/cinema --- node_db/new/custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1f26ea15..ccae1cfd 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,17 @@ { "custom_nodes": [ + { + "author": "HackAfterDark", + "title": "AfterDark Film AR Selector", + "id": "ComfyUI-HackAfterDark-Nodes", + "reference": "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes", + "files": [ + "https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI, including resolution presets for film and photography aspect ratios.", + "tags": ["utility", "presets", "aspect ratio", "film"] + }, { "author": "jeankassio", "title": "ComfyUI_MusicTools",