From 5d13dc260e090ab553e9e30a088ddc8f31a6f2ad Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Jun 2024 01:18:54 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 8 ++++---- extension-node-map.json | 18 +++++++++--------- node_db/legacy/custom-node-list.json | 11 +++++++++++ node_db/new/extension-node-map.json | 18 +++++++++--------- 4 files changed, 33 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 53dca168..e895f3e0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -185,15 +185,15 @@ "description": "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [a/wandpy](https://github.com/emcconville/wand).\nNOTE: You need to install ImageMagick, manually." }, { - "author": "biegert", + "author": "time-river", "title": "CLIPSeg", "id": "clipseg", - "reference": "https://github.com/biegert/ComfyUI-CLIPSeg", + "reference": "https://github.com/time-river/ComfyUI-CLIPSeg", "files": [ - "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py" + "https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py" ], "install_type": "copy", - "description": "The CLIPSeg node generates a binary mask for a given input image and text prompt." + "description": "The CLIPSeg node generates a binary mask for a given input image and text prompt.\nNOTE:This custom node is a forked custom node with hotfixes applied from the [a/original repository](https://github.com/biegert/ComfyUI-CLIPSeg), which is no longer maintained." }, { "author": "BlenderNeko", diff --git a/extension-node-map.json b/extension-node-map.json index 6dff6b99..bb3f1d45 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5765,15 +5765,6 @@ "title_aux": "ComfyUI_NAIDGenerator" } ], - "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ - [ - "CLIPSeg", - "CombineSegMasks" - ], - { - "title_aux": "CLIPSeg" - } - ], "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ [ "LoadTextAsset" @@ -13010,6 +13001,15 @@ "title_aux": "ComfyUI Stable Video Diffusion" } ], + "https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ + [ + "CLIPSeg", + "CombineSegMasks" + ], + { + "title_aux": "CLIPSeg" + } + ], "https://github.com/tmagara/ComfyUI-Prediction-Boost": [ [ "PredictionBoost" diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 291b78bc..3ea68490 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,17 @@ }, + { + "author": "biegert", + "title": "CLIPSeg [NOT MAINTAINED]", + "id": "clipseg", + "reference": "https://github.com/biegert/ComfyUI-CLIPSeg", + "files": [ + "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py" + ], + "install_type": "copy", + "description": "The CLIPSeg node generates a binary mask for a given input image and text prompt." + }, { "author": "lulu-xiao", "title": "Comfyui-MusePose [REMOVED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6dff6b99..bb3f1d45 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5765,15 +5765,6 @@ "title_aux": "ComfyUI_NAIDGenerator" } ], - "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ - [ - "CLIPSeg", - "CombineSegMasks" - ], - { - "title_aux": "CLIPSeg" - } - ], "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ [ "LoadTextAsset" @@ -13010,6 +13001,15 @@ "title_aux": "ComfyUI Stable Video Diffusion" } ], + "https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ + [ + "CLIPSeg", + "CombineSegMasks" + ], + { + "title_aux": "CLIPSeg" + } + ], "https://github.com/tmagara/ComfyUI-Prediction-Boost": [ [ "PredictionBoost"