From ee69d393ae6e477a7903451b3bee1e0f5d421400 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 17 Jul 2025 12:22:13 +0900 Subject: [PATCH] update DB update scanner script --- custom-node-list.json | 10 ---------- extension-node-map.json | 14 -------------- node_db/dev/extension-node-map.json | 12 ++++++------ node_db/legacy/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ---------- node_db/new/extension-node-map.json | 14 -------------- scanner.py | 4 ++-- 7 files changed, 18 insertions(+), 56 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9fd0c8fd..2b76f3b9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29351,16 +29351,6 @@ "install_type": "git-clone", "description": "Mithril-Nodes is a collection of custom nodes for ComfyUI that enhance workflow modularity, data routing, and configuration management. These nodes help you build more dynamic, organized, and reusable pipelines for generative AI workflows." }, - { - "author": "1H-hobit", - "title": "ComfyUI_InternVL3", - "reference": "https://github.com/1H-hobit/ComfyUI_InternVL3", - "files": [ - "https://github.com/1H-hobit/ComfyUI_InternVL3" - ], - "install_type": "git-clone", - "description": "ComfyUI for [a/InternVL](https://github.com/OpenGVLab/InternVL)" - }, { "author": "Yukinoshita-Yukinoe", "title": "ComfyUI-Qwen-Node", diff --git a/extension-node-map.json b/extension-node-map.json index a4e96322..ae87c539 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -320,20 +320,6 @@ "title_aux": "Comfyui-ergouzi-samplers" } ], - "https://github.com/1H-hobit/ComfyUI_InternVL3": [ - [ - "DynamicPreprocess", - "InternVLHFInference", - "InternVLModelLoader" - ], - { - "author": "chflame", - "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", - "nickname": "LayerStyle", - "title": "LayerStyle", - "title_aux": "ComfyUI_InternVL3" - } - ], "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "ImageAddLabel", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 2de89ffa..d18195ce 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -7270,9 +7270,9 @@ ], "https://github.com/mr-krak3n/ComfyUI-Qwen": [ [ - "DeepSeekResponseParser", - "QwenLoader", - "QwenSampler" + "Qwen2_Chat_Zho", + "Qwen2_ModelLoader_Zho", + "Qwen2_Zho" ], { "title_aux": "ComfyUI-Qwen [CONFLICT]" @@ -7758,9 +7758,9 @@ ], { "author": "prabinpebam", - "description": "This node can take any input and use that to run a python script in ComfyUI", - "nickname": "AnyPython", - "title": "AnyPython v0.1", + "description": "This node can execute Python operations with user-confirmed risk management", + "nickname": "anyPython", + "title": "anyPython v0.0.3", "title_aux": "anyPython [UNSAFE]" } ], diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 2ddd00db..f2be3d84 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "1H-hobit", + "title": "ComfyUI_InternVL3 [REMOVED]", + "reference": "https://github.com/1H-hobit/ComfyUI_InternVL3", + "files": [ + "https://github.com/1H-hobit/ComfyUI_InternVL3" + ], + "install_type": "git-clone", + "description": "ComfyUI for [a/InternVL](https://github.com/OpenGVLab/InternVL)" + }, { "author": "spacepxl", "title": "ComfyUI-Florence-2 [DEPRECATED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1cd01039..4fe61210 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -90,16 +90,6 @@ "install_type": "git-clone", "description": "Saves images directly to OneDrive using Microsoft's free API service." }, - { - "author": "1H-hobit", - "title": "ComfyUI_InternVL3", - "reference": "https://github.com/1H-hobit/ComfyUI_InternVL3", - "files": [ - "https://github.com/1H-hobit/ComfyUI_InternVL3" - ], - "install_type": "git-clone", - "description": "ComfyUI for [a/InternVL](https://github.com/OpenGVLab/InternVL)" - }, { "author": "Yukinoshita-Yukinoe", "title": "ComfyUI-Qwen-Node", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a4e96322..ae87c539 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -320,20 +320,6 @@ "title_aux": "Comfyui-ergouzi-samplers" } ], - "https://github.com/1H-hobit/ComfyUI_InternVL3": [ - [ - "DynamicPreprocess", - "InternVLHFInference", - "InternVLModelLoader" - ], - { - "author": "chflame", - "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", - "nickname": "LayerStyle", - "title": "LayerStyle", - "title_aux": "ComfyUI_InternVL3" - } - ], "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "ImageAddLabel", diff --git a/scanner.py b/scanner.py index bbd582d6..cb4057c6 100644 --- a/scanner.py +++ b/scanner.py @@ -255,13 +255,13 @@ def clone_or_pull_git_repository(git_url): repo.git.submodule('update', '--init', '--recursive') print(f"Pulling {repo_name}...") except Exception as e: - print(f"Pulling {repo_name} failed: {e}") + print(f"Failed to pull '{repo_name}': {e}") else: try: Repo.clone_from(git_url, repo_dir, recursive=True) print(f"Cloning {repo_name}...") except Exception as e: - print(f"Cloning {repo_name} failed: {e}") + print(f"Failed to clone '{repo_name}': {e}") def update_custom_nodes():