From 375fec40de82c510b4ead2c170ce1bd453729aa2 Mon Sep 17 00:00:00 2001 From: tardigrade1001 <46132635+tardigrade1001@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:19:29 +0530 Subject: [PATCH] Add ComfyUI-Mistral-Caption node to extension-node-map.json. This node provides image captioning using Mistral multimodal models. Repository: https://github.com/tardigrade1001/comfyui-mistral-caption --- 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..c68776b2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -61489,5 +61489,13 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://raw.githubusercontent.com/tardigrade1001/comfyui-mistral-caption/main/nodes.py": [ + [ + "Ask_Mistral" + ], + { + "title_aux": "Mistral Caption" + } ] -} \ No newline at end of file +}