diff --git a/custom-node-list.json b/custom-node-list.json index 935225c4..b8d491a9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14976,6 +14976,16 @@ "install_type": "git-clone", "description": "This repository adds ComfyUI custom nodes that wrap the Ovis-U1 multimodal model, exposing three primary workflows inside the ComfyUI editor." }, + { + "author": "neverbiasu", + "title": "ComfyUI-ModelScope", + "reference": "https://github.com/neverbiasu/ComfyUI-ModelScope", + "files": [ + "https://github.com/neverbiasu/ComfyUI-ModelScope" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for ModelScope API integration, providing seamless access to ModelScope's powerful AI models including Large Language Models (LLM), Vision-Language Models (VLM), and Image Generation capabilities." + }, { "author": "var1ableX", "title": "ComfyUI_Accessories", @@ -32074,6 +32084,17 @@ "install_type": "git-clone", "description": "A collection of utility nodes for ComfyUI to improve workflow efficiency." }, + { + "author": "aesethtics", + "title": "ComfyUI 3D Model Viewer", + "id": "comfyui-3d-model-viewer", + "reference": "https://github.com/aesethtics/comfyui-3d-model-viewer", + "files": [ + "https://github.com/aesethtics/comfyui-3d-model-viewer" + ], + "install_type": "git-clone", + "description": "A 3D model viewer node for ComfyUI that allows viewing and interacting with 3D models directly in the interface" + }, { "author": "gearmachine", "title": "ComfyUI-ProportionChanger", @@ -33686,18 +33707,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "aesethtics", - "title": "ComfyUI 3D Model Viewer", - "id": "comfyui-3d-model-viewer", - "reference": "https://github.com/aesethtics/comfyui-3d-model-viewer", - "files": [ - "https://github.com/aesethtics/comfyui-3d-model-viewer" - ], - "install_type": "git-clone", - "description": "A 3D model viewer node for ComfyUI that allows viewing and interacting with 3D models directly in the interface", - "nodename_pattern": "3DModelViewer" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d1e660ab..0a40f100 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,26 @@ { "custom_nodes": [ + { + "author": "neverbiasu", + "title": "ComfyUI-ModelScope", + "reference": "https://github.com/neverbiasu/ComfyUI-ModelScope", + "files": [ + "https://github.com/neverbiasu/ComfyUI-ModelScope" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node package for ModelScope API integration, providing seamless access to ModelScope's powerful AI models including Large Language Models (LLM), Vision-Language Models (VLM), and Image Generation capabilities." + }, + { + "author": "aesethtics", + "title": "ComfyUI 3D Model Viewer", + "id": "comfyui-3d-model-viewer", + "reference": "https://github.com/aesethtics/comfyui-3d-model-viewer", + "files": [ + "https://github.com/aesethtics/comfyui-3d-model-viewer" + ], + "install_type": "git-clone", + "description": "A 3D model viewer node for ComfyUI that allows viewing and interacting with 3D models directly in the interface" + }, { "author": "sumitchatterjee13", "title": "vae-decode-hdr",