From 9a143ec70dc65d9e09a8544e5ab51cc307f7ad44 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 17 Oct 2023 00:20:37 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 16 +++---------- extension-node-map.json | 36 +++++++++++++++------------- node_db/legacy/custom-node-list.json | 10 ++++++++ node_db/new/custom-node-list.json | 20 ++++++++-------- node_db/new/extension-node-map.json | 36 +++++++++++++++------------- 5 files changed, 61 insertions(+), 57 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5bb1bde2..e9fccc9a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -716,10 +716,10 @@ "title": "NodeGPT", "reference": "https://github.com/xXAdonesXx/NodeGPT", "files": [ - "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py" + "https://github.com/xXAdonesXx/NodeGPT" ], - "install_type": "copy", - "description": "ComfyUI Extension Nodes for Automated Text Generation." + "install_type": "git-clone", + "description": "Implementation of AutoGen inside ComfyUI. This repository is under development, and not everything is functioning correctly yet." }, { "author": "RockOfFire", @@ -2165,16 +2165,6 @@ "install_type": "git-clone", "description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things." }, - { - "author": "ProDALOR", - "title": "comfyui_u2net", - "reference": "https://github.com/ProDALOR/comfyui_u2net", - "files": [ - "https://github.com/ProDALOR/comfyui_u2net" - ], - "install_type": "git-clone", - "description": "Nodes: Load U2Net model, U2Net segmentation, To mask, Segmentation to mask, U2NetBaseNormalization, U2NetMaxNormalization" - }, { "author": "chrish-slingshot", "title": "ComfyUI-ImageGlitcher", diff --git a/extension-node-map.json b/extension-node-map.json index d75be005..247c06c4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -899,19 +899,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/ProDALOR/comfyui_u2net": [ - [ - "U2NetBaseNormalization", - "U2NetChToMask", - "U2NetLoader", - "U2NetMaxNormalization", - "U2NetSegmentation", - "U2NetToMask" - ], - { - "title_aux": "comfyui_u2net" - } - ], "https://github.com/RockOfFire/CR_Animation_Nodes": [ [ "CR Central Schedule", @@ -2835,8 +2822,7 @@ "TwoAdvancedSamplersForMask", "TwoSamplersForMask", "TwoSamplersForMaskUpscalerProvider", - "TwoSamplersForMaskUpscalerProviderPipe", - "UltralyticsDetectorProvider" + "TwoSamplersForMaskUpscalerProviderPipe" ], { "author": "Dr.Lt.Data", @@ -3799,19 +3785,35 @@ "title_aux": "SDXLResolutionPresets" } ], - "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [ + "https://github.com/xXAdonesXx/NodeGPT": [ [ + "AppendAgent", + "Assistant", + "Chat", + "ChatGPT", "CombineInput", "CostumeAgent_1", "CostumeAgent_2", "CostumeMaster_1", + "Critic", + "DisplayString", + "DisplayTextAsImage", + "Engineer", + "Example", + "Executor", + "GroupChat", "Image_generation_Conditioning", "Memory_Excel", "Model_1", + "Ollama", + "Planner", + "Scientist", "TextCombine", "TextGenerator", "TextInput", - "TextOutput" + "TextOutput", + "UserProxy", + "oobaboogaOpenAI" ], { "title_aux": "NodeGPT" diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 9c542625..c012a046 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "ProDALOR", + "title": "comfyui_u2net", + "reference": "https://github.com/ProDALOR/comfyui_u2net", + "files": [ + "https://github.com/ProDALOR/comfyui_u2net" + ], + "install_type": "git-clone", + "description": "Nodes: Load U2Net model, U2Net segmentation, To mask, Segmentation to mask, U2NetBaseNormalization, U2NetMaxNormalization. NOTE: This is removed." + }, { "author": "FizzleDorf", "title": "AIT", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 530e23a2..5d106daf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "xXAdonesXx", + "title": "NodeGPT", + "reference": "https://github.com/xXAdonesXx/NodeGPT", + "files": [ + "https://github.com/xXAdonesXx/NodeGPT" + ], + "install_type": "git-clone", + "description": "Implementation of AutoGen inside ComfyUI. This repository is under development, and not everything is functioning correctly yet." + }, { "author": "DigitalIO", "title": "ComfyUI-stable-wildcards", @@ -80,16 +90,6 @@ "install_type": "git-clone", "description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner here." }, - { - "author": "ProDALOR", - "title": "comfyui_u2net", - "reference": "https://github.com/ProDALOR/comfyui_u2net", - "files": [ - "https://github.com/ProDALOR/comfyui_u2net" - ], - "install_type": "git-clone", - "description": "Nodes: Load U2Net model, U2Net segmentation, To mask, Segmentation to mask, U2NetBaseNormalization, U2NetMaxNormalization" - }, { "author": "whatbirdisthat", "title": "cyberdolphin", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d75be005..247c06c4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -899,19 +899,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/ProDALOR/comfyui_u2net": [ - [ - "U2NetBaseNormalization", - "U2NetChToMask", - "U2NetLoader", - "U2NetMaxNormalization", - "U2NetSegmentation", - "U2NetToMask" - ], - { - "title_aux": "comfyui_u2net" - } - ], "https://github.com/RockOfFire/CR_Animation_Nodes": [ [ "CR Central Schedule", @@ -2835,8 +2822,7 @@ "TwoAdvancedSamplersForMask", "TwoSamplersForMask", "TwoSamplersForMaskUpscalerProvider", - "TwoSamplersForMaskUpscalerProviderPipe", - "UltralyticsDetectorProvider" + "TwoSamplersForMaskUpscalerProviderPipe" ], { "author": "Dr.Lt.Data", @@ -3799,19 +3785,35 @@ "title_aux": "SDXLResolutionPresets" } ], - "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [ + "https://github.com/xXAdonesXx/NodeGPT": [ [ + "AppendAgent", + "Assistant", + "Chat", + "ChatGPT", "CombineInput", "CostumeAgent_1", "CostumeAgent_2", "CostumeMaster_1", + "Critic", + "DisplayString", + "DisplayTextAsImage", + "Engineer", + "Example", + "Executor", + "GroupChat", "Image_generation_Conditioning", "Memory_Excel", "Model_1", + "Ollama", + "Planner", + "Scientist", "TextCombine", "TextGenerator", "TextInput", - "TextOutput" + "TextOutput", + "UserProxy", + "oobaboogaOpenAI" ], { "title_aux": "NodeGPT"