From 9e8ed572d6121299d82d8520eb68e2d0f18951a5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 6 Dec 2023 00:47:13 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 11 ++++++++++- extension-node-map.json | 14 +++++++++++++- node_db/new/custom-node-list.json | 11 ++++++++++- node_db/new/extension-node-map.json | 14 +++++++++++++- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 91639642..a8cbb9e4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3086,10 +3086,19 @@ "files": [ "https://github.com/zcfrank1st/comfyui_visual_anagrams" ], - "pip": ["ndi-python"], "install_type": "git-clone", "description": "Nodes:visual_anagrams_sample, visual_anagrams_animate" }, + { + "author": "Electrofried", + "title": "OpenAINode", + "reference": "https://github.com/Electrofried/ComfyUI-OpenAINode", + "files": [ + "https://github.com/Electrofried/ComfyUI-OpenAINode" + ], + "install_type": "git-clone", + "description": "A simply node for hooking in to openAI API based servers via comfyUI" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 0a3058ec..f6a8e892 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -375,6 +375,14 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/Electrofried/ComfyUI-OpenAINode": [ + [ + "OpenAINode" + ], + { + "title_aux": "OpenAINode" + } + ], "https://github.com/EllangoK/ComfyUI-post-processing-nodes": [ [ "ArithmeticBlend", @@ -1593,12 +1601,15 @@ [ "tri3d-atr-parse", "tri3d-atr-parse-batch", + "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-fuzzification", "tri3d-interaction-canny", + "tri3d-pose-adaption", + "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", "tri3d-skin-feathered-padded-mask", @@ -4508,6 +4519,7 @@ "AreaToMask", "CLIPSeg", "CLIPSeg_", + "CharacterInText", "ChatGPT", "CombineMasks_", "CombineSegMasks", @@ -4519,7 +4531,7 @@ "LoadImagesFromPath", "RandomPrompt", "ScreenShare", - "SessionHistory", + "ShowTextForGPT", "SmoothMask", "SplitLongMask", "TransparentImage", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d4e4299a..de1a5910 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Electrofried", + "title": "OpenAINode", + "reference": "https://github.com/Electrofried/ComfyUI-OpenAINode", + "files": [ + "https://github.com/Electrofried/ComfyUI-OpenAINode" + ], + "install_type": "git-clone", + "description": "A simply node for hooking in to openAI API based servers via comfyUI" + }, { "author": "zcfrank1st", "title": "comfyui_visual_anagram", @@ -7,7 +17,6 @@ "files": [ "https://github.com/zcfrank1st/comfyui_visual_anagrams" ], - "pip": ["ndi-python"], "install_type": "git-clone", "description": "Nodes:visual_anagrams_sample, visual_anagrams_animate" }, diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0a3058ec..f6a8e892 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -375,6 +375,14 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/Electrofried/ComfyUI-OpenAINode": [ + [ + "OpenAINode" + ], + { + "title_aux": "OpenAINode" + } + ], "https://github.com/EllangoK/ComfyUI-post-processing-nodes": [ [ "ArithmeticBlend", @@ -1593,12 +1601,15 @@ [ "tri3d-atr-parse", "tri3d-atr-parse-batch", + "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-fuzzification", "tri3d-interaction-canny", + "tri3d-pose-adaption", + "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", "tri3d-skin-feathered-padded-mask", @@ -4508,6 +4519,7 @@ "AreaToMask", "CLIPSeg", "CLIPSeg_", + "CharacterInText", "ChatGPT", "CombineMasks_", "CombineSegMasks", @@ -4519,7 +4531,7 @@ "LoadImagesFromPath", "RandomPrompt", "ScreenShare", - "SessionHistory", + "ShowTextForGPT", "SmoothMask", "SplitLongMask", "TransparentImage",