From 0dcf755500ba1b7317ef3ace9cc0fb77e64691e3 Mon Sep 17 00:00:00 2001 From: tardigrade1001 <46132635+tardigrade1001@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:00:07 +0530 Subject: [PATCH] Add ComfyUI-Unified-Caption node --- extension-node-map.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 8cfcb577..584b0b23 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -61489,5 +61489,13 @@ { "title_aux": "SDXLResolutionPresets" } - ] -} \ No newline at end of file + ], +"https://raw.githubusercontent.com/tardigrade1001/ComfyUI-Unified-Caption/main/nodes.py": [ + [ + "UnifiedCaption" + ], + { + "title_aux": "ComfyUI-Unified-Caption" + } +] +}