Browse Source

update DB

pull/140/head
Dr.Lt.Data 1 year ago
parent
commit
9a143ec70d
  1. 16
      custom-node-list.json
  2. 36
      extension-node-map.json
  3. 10
      node_db/legacy/custom-node-list.json
  4. 20
      node_db/new/custom-node-list.json
  5. 36
      node_db/new/extension-node-map.json

16
custom-node-list.json

@ -716,10 +716,10 @@
"title": "NodeGPT", "title": "NodeGPT",
"reference": "https://github.com/xXAdonesXx/NodeGPT", "reference": "https://github.com/xXAdonesXx/NodeGPT",
"files": [ "files": [
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py" "https://github.com/xXAdonesXx/NodeGPT"
], ],
"install_type": "copy", "install_type": "git-clone",
"description": "ComfyUI Extension Nodes for Automated Text Generation." "description": "Implementation of AutoGen inside ComfyUI. This repository is under development, and not everything is functioning correctly yet."
}, },
{ {
"author": "RockOfFire", "author": "RockOfFire",
@ -2165,16 +2165,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things." "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", "author": "chrish-slingshot",
"title": "ComfyUI-ImageGlitcher", "title": "ComfyUI-ImageGlitcher",

36
extension-node-map.json

@ -899,19 +899,6 @@
"title_aux": "pfaeff-comfyui" "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": [ "https://github.com/RockOfFire/CR_Animation_Nodes": [
[ [
"CR Central Schedule", "CR Central Schedule",
@ -2835,8 +2822,7 @@
"TwoAdvancedSamplersForMask", "TwoAdvancedSamplersForMask",
"TwoSamplersForMask", "TwoSamplersForMask",
"TwoSamplersForMaskUpscalerProvider", "TwoSamplersForMaskUpscalerProvider",
"TwoSamplersForMaskUpscalerProviderPipe", "TwoSamplersForMaskUpscalerProviderPipe"
"UltralyticsDetectorProvider"
], ],
{ {
"author": "Dr.Lt.Data", "author": "Dr.Lt.Data",
@ -3799,19 +3785,35 @@
"title_aux": "SDXLResolutionPresets" "title_aux": "SDXLResolutionPresets"
} }
], ],
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [ "https://github.com/xXAdonesXx/NodeGPT": [
[ [
"AppendAgent",
"Assistant",
"Chat",
"ChatGPT",
"CombineInput", "CombineInput",
"CostumeAgent_1", "CostumeAgent_1",
"CostumeAgent_2", "CostumeAgent_2",
"CostumeMaster_1", "CostumeMaster_1",
"Critic",
"DisplayString",
"DisplayTextAsImage",
"Engineer",
"Example",
"Executor",
"GroupChat",
"Image_generation_Conditioning", "Image_generation_Conditioning",
"Memory_Excel", "Memory_Excel",
"Model_1", "Model_1",
"Ollama",
"Planner",
"Scientist",
"TextCombine", "TextCombine",
"TextGenerator", "TextGenerator",
"TextInput", "TextInput",
"TextOutput" "TextOutput",
"UserProxy",
"oobaboogaOpenAI"
], ],
{ {
"title_aux": "NodeGPT" "title_aux": "NodeGPT"

10
node_db/legacy/custom-node-list.json

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "FizzleDorf",
"title": "AIT", "title": "AIT",

20
node_db/new/custom-node-list.json

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "DigitalIO",
"title": "ComfyUI-stable-wildcards", "title": "ComfyUI-stable-wildcards",
@ -80,16 +90,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner <a href='https://www.airtightinteractive.com/demos/js/imageglitcher/' target='blank'>here</a>." "description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner <a href='https://www.airtightinteractive.com/demos/js/imageglitcher/' target='blank'>here</a>."
}, },
{
"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", "author": "whatbirdisthat",
"title": "cyberdolphin", "title": "cyberdolphin",

36
node_db/new/extension-node-map.json

@ -899,19 +899,6 @@
"title_aux": "pfaeff-comfyui" "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": [ "https://github.com/RockOfFire/CR_Animation_Nodes": [
[ [
"CR Central Schedule", "CR Central Schedule",
@ -2835,8 +2822,7 @@
"TwoAdvancedSamplersForMask", "TwoAdvancedSamplersForMask",
"TwoSamplersForMask", "TwoSamplersForMask",
"TwoSamplersForMaskUpscalerProvider", "TwoSamplersForMaskUpscalerProvider",
"TwoSamplersForMaskUpscalerProviderPipe", "TwoSamplersForMaskUpscalerProviderPipe"
"UltralyticsDetectorProvider"
], ],
{ {
"author": "Dr.Lt.Data", "author": "Dr.Lt.Data",
@ -3799,19 +3785,35 @@
"title_aux": "SDXLResolutionPresets" "title_aux": "SDXLResolutionPresets"
} }
], ],
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [ "https://github.com/xXAdonesXx/NodeGPT": [
[ [
"AppendAgent",
"Assistant",
"Chat",
"ChatGPT",
"CombineInput", "CombineInput",
"CostumeAgent_1", "CostumeAgent_1",
"CostumeAgent_2", "CostumeAgent_2",
"CostumeMaster_1", "CostumeMaster_1",
"Critic",
"DisplayString",
"DisplayTextAsImage",
"Engineer",
"Example",
"Executor",
"GroupChat",
"Image_generation_Conditioning", "Image_generation_Conditioning",
"Memory_Excel", "Memory_Excel",
"Model_1", "Model_1",
"Ollama",
"Planner",
"Scientist",
"TextCombine", "TextCombine",
"TextGenerator", "TextGenerator",
"TextInput", "TextInput",
"TextOutput" "TextOutput",
"UserProxy",
"oobaboogaOpenAI"
], ],
{ {
"title_aux": "NodeGPT" "title_aux": "NodeGPT"

Loading…
Cancel
Save