From acfb053157877e035f9aeb5cc48ef98b279d31b0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Jun 2024 11:32:18 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 11 ----------- extension-node-map.json | 16 ++++++---------- node_db/legacy/custom-node-list.json | 11 +++++++++++ node_db/new/extension-node-map.json | 16 ++++++---------- 4 files changed, 23 insertions(+), 31 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 407222da..bc3cf847 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7930,17 +7930,6 @@ "install_type": "git-clone", "description": "Encrypt your comfyui workflow, and share it with key" }, - { - "author": "jtydhr88", - "title": "ComfyUI-InstantMesh", - "id": "instant-mesh", - "reference": "https://github.com/jtydhr88/ComfyUI-InstantMesh", - "files": [ - "https://github.com/jtydhr88/ComfyUI-InstantMesh" - ], - "install_type": "git-clone", - "description": "ComfyUI InstantMesh is custom nodes that running TencentARC/InstantMesh into ComfyUI, this extension depends on ComfyUI-3D-Pack. Please refer to Readme carefully to install." - }, { "author": "jtydhr88", "title": "ComfyUI LayerDivider", diff --git a/extension-node-map.json b/extension-node-map.json index 8a34efc1..67d5eaeb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2117,6 +2117,7 @@ "JNodes_SearchAndReplace", "JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromList", + "JNodes_SelectRandomFileFromDirectory", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", "JNodes_SplitAndJoin", @@ -5787,8 +5788,12 @@ ], "https://github.com/bitaffinity/ComfyUI_HF_Inference": [ [ + "Classification", + "FeatureExtraction", + "Generation", + "ObjectDetection", "QuestionAnswering", - "TextFeatureExtraction", + "Segmentation", "Translation" ], { @@ -9621,15 +9626,6 @@ "title_aux": "ComfyUI-JaRue" } ], - "https://github.com/jtydhr88/ComfyUI-InstantMesh": [ - [ - "InstantMeshLoader", - "InstantMeshRun" - ], - { - "title_aux": "ComfyUI-InstantMesh" - } - ], "https://github.com/jtydhr88/ComfyUI-LayerDivider": [ [ "LayerDivider - Color Base", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 51f207d2..c4883cfd 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,17 @@ }, + { + "author": "jtydhr88", + "title": "ComfyUI-InstantMesh [DEPRECATED]", + "id": "instant-mesh", + "reference": "https://github.com/jtydhr88/ComfyUI-InstantMesh", + "files": [ + "https://github.com/jtydhr88/ComfyUI-InstantMesh" + ], + "install_type": "git-clone", + "description": "ComfyUI InstantMesh is custom nodes that running TencentARC/InstantMesh into ComfyUI, this extension depends on ComfyUI-3D-Pack. Please refer to Readme carefully to install.\nNOTE: This repo is archived due to ComfyUI-3D-Pack supports InstantMesh, please check 3D-Pack directly if you need it" + }, { "author": "biegert", "title": "CLIPSeg [NOT MAINTAINED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8a34efc1..67d5eaeb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2117,6 +2117,7 @@ "JNodes_SearchAndReplace", "JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromList", + "JNodes_SelectRandomFileFromDirectory", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", "JNodes_SplitAndJoin", @@ -5787,8 +5788,12 @@ ], "https://github.com/bitaffinity/ComfyUI_HF_Inference": [ [ + "Classification", + "FeatureExtraction", + "Generation", + "ObjectDetection", "QuestionAnswering", - "TextFeatureExtraction", + "Segmentation", "Translation" ], { @@ -9621,15 +9626,6 @@ "title_aux": "ComfyUI-JaRue" } ], - "https://github.com/jtydhr88/ComfyUI-InstantMesh": [ - [ - "InstantMeshLoader", - "InstantMeshRun" - ], - { - "title_aux": "ComfyUI-InstantMesh" - } - ], "https://github.com/jtydhr88/ComfyUI-LayerDivider": [ [ "LayerDivider - Color Base",