From 44ec572c9855ba92e31c2f45290c09df68dc4057 Mon Sep 17 00:00:00 2001 From: tardigrade1001 <46132635+tardigrade1001@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:29:35 +0530 Subject: [PATCH] Add ComfyUI-Unified-Caption node Add ComfyUI-Unified-Caption node to extension-node-map.json. Repository: https://github.com/tardigrade1001/ComfyUI-Unified-Caption This node provides unified multimodal image captioning using OpenRouter and Replicate models. --- extension-node-map.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 8cfcb577..c0507448 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -61489,5 +61489,13 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://raw.githubusercontent.com/tardigrade1001/ComfyUI-Unified-Caption/main/nodes.py": [ + [ + "UnifiedCaption" + ], + { + "title_aux": "ComfyUI-Unified-Caption" + } ] -} \ No newline at end of file +}