mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-10 06:00:48 +08:00
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.
This commit is contained in:
parent
205044ca66
commit
58e979c867
@ -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": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user