From 58e979c867d0a0f7d87b24eae1999495aa227d84 Mon Sep 17 00:00:00 2001 From: IuvenisSapiens Date: Thu, 7 Aug 2025 15:11:21 +0800 Subject: [PATCH] Fix: Correct the URL and title_aux name errors in extension-node-map.json Corrected two URL errors and their corresponding title_aux name errors in extension-node-map.json, as follows: - Changed "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4" to "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4" - Changed "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" to "title_aux": "ComfyUI_MiniCPM-V-4" These modifications ensure the accuracy of the URL and title_aux in the JSON data. --- extension-node-map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index ce81a5b9..b80672e3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6854,7 +6854,7 @@ "title_aux": "ComfyUI_Isulion Random Prompt Generator" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [ + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": [ [ "DisplayText", "MiniCPM_VQA", @@ -6862,7 +6862,7 @@ "MultipleImagesInput" ], { - "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" + "title_aux": "ComfyUI_MiniCPM-V-4" } ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [