From 917a3f59ed7fced019e148e2ee51ce5b2186320e Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 6 Feb 2024 17:56:43 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 26 +++++++++++++++++++++---- node_db/dev/custom-node-list.json | 30 +++++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 26 +++++++++++++++++++++---- 5 files changed, 94 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7cb54fd..8714cd2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4994,6 +4994,16 @@ "install_type": "git-clone", "description": "A small node pack containing various things I felt like ought to be in base comfy-UI. Currently includes Some image handling nodes to help with inpainting, a version of KSampler (advanced) that allows for denoise, and a node that can swap it's inputs. Remember to make an issue if you experience any bugs or errors!" }, + { + "author": "bilal-arikan", + "title": "ComfyUI_TextAssets", + "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", + "files": [ + "https://github.com/bilal-arikan/ComfyUI_TextAssets" + ], + "install_type": "git-clone", + "description": "With this node you can upload text files to input folder from your local computer." + }, diff --git a/extension-node-map.json b/extension-node-map.json index f3a1a47..4c6e298 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2428,6 +2428,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", @@ -2482,7 +2483,6 @@ "TC_EqualizeCLAHE", "TC_ImageResize", "TC_ImageScale", - "TC_MaskBG_DIS", "TC_RandomColorFill", "TC_SizeApproximation" ], @@ -2492,8 +2492,11 @@ ], "https://github.com/TemryL/ComfyS3": [ [ + "DownloadFileS3", "LoadImageS3", - "SaveImageS3" + "SaveImageS3", + "SaveVideoFilesS3", + "UploadFileS3" ], { "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" @@ -3633,6 +3636,14 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ + [ + "LoadTextAsset" + ], + { + "title_aux": "ComfyUI_TextAssets" + } + ], "https://github.com/blepping/ComfyUI-bleh": [ [ "BlehDeepShrink", @@ -3756,6 +3767,7 @@ "RemapToInnerCylinder", "RemapToOuterCylinder", "RemapToQuadrilateral", + "RemapWarpPolar", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -4016,6 +4028,7 @@ "Panda3dAttachNewNode", "Panda3dBase", "Panda3dDirectionalLight", + "Panda3dLoadDepthModel", "Panda3dLoadModel", "Panda3dLoadTexture", "Panda3dModelMerge", @@ -5144,9 +5157,13 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLava Loader Simple", + "LLavaSamplerAdvanced", + "LLavaSamplerSimple", + "LlavaClipLoader", + "MoonDream", "PromptGenerate", - "SimpleText", - "VisionTextQuestion" + "SimpleText" ], { "title_aux": "VLM_nodes" @@ -5536,6 +5553,7 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "ImageTransformByNormalizedAmplitude", + "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b1d1d23..987f5e9 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "stutya", + "title": "ComfyUI-Terminal [UNSAFE]", + "reference": "https://github.com/stutya/ComfyUI-Terminal", + "files": [ + "https://github.com/stutya/ComfyUI-Terminal" + ], + "install_type": "git-clone", + "description": "Run Terminal Commands from ComfyUI.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]" + }, + { + "author": "chaojie", + "title": "ComfyUI DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "Nodes: DynamiCrafterLoader, DynamiCrafter Simple\nRef: [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" + }, + { + "author": "marcueberall", + "title": "ComfyUI-BuildPath", + "reference": "https://github.com/marcueberall/ComfyUI-BuildPath", + "files": [ + "https://github.com/marcueberall/ComfyUI-BuildPath" + ], + "install_type": "git-clone", + "description": "Nodes: Build Path Adv." + }, { "author": "LotzF", "title": "ComfyUI simple ChatGPT completion [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d5288c2..d920dfe 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "bilal-arikan", + "title": "ComfyUI_TextAssets", + "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", + "files": [ + "https://github.com/bilal-arikan/ComfyUI_TextAssets" + ], + "install_type": "git-clone", + "description": "With this node you can upload text files to input folder from your local computer." + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI SegMoE", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f3a1a47..4c6e298 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2428,6 +2428,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", @@ -2482,7 +2483,6 @@ "TC_EqualizeCLAHE", "TC_ImageResize", "TC_ImageScale", - "TC_MaskBG_DIS", "TC_RandomColorFill", "TC_SizeApproximation" ], @@ -2492,8 +2492,11 @@ ], "https://github.com/TemryL/ComfyS3": [ [ + "DownloadFileS3", "LoadImageS3", - "SaveImageS3" + "SaveImageS3", + "SaveVideoFilesS3", + "UploadFileS3" ], { "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" @@ -3633,6 +3636,14 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ + [ + "LoadTextAsset" + ], + { + "title_aux": "ComfyUI_TextAssets" + } + ], "https://github.com/blepping/ComfyUI-bleh": [ [ "BlehDeepShrink", @@ -3756,6 +3767,7 @@ "RemapToInnerCylinder", "RemapToOuterCylinder", "RemapToQuadrilateral", + "RemapWarpPolar", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -4016,6 +4028,7 @@ "Panda3dAttachNewNode", "Panda3dBase", "Panda3dDirectionalLight", + "Panda3dLoadDepthModel", "Panda3dLoadModel", "Panda3dLoadTexture", "Panda3dModelMerge", @@ -5144,9 +5157,13 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLava Loader Simple", + "LLavaSamplerAdvanced", + "LLavaSamplerSimple", + "LlavaClipLoader", + "MoonDream", "PromptGenerate", - "SimpleText", - "VisionTextQuestion" + "SimpleText" ], { "title_aux": "VLM_nodes" @@ -5536,6 +5553,7 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "ImageTransformByNormalizedAmplitude", + "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent",