From d39874fdd83dda5d1a44106c0ae78e5c41b46f28 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 24 Mar 2024 09:11:20 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 22 ++++++++++++++++- extension-node-map.json | 38 ++++++++++++++++++++++------- node_db/dev/custom-node-list.json | 10 ++++++++ node_db/new/custom-node-list.json | 30 +++++++++++++++++++++++ node_db/new/extension-node-map.json | 38 ++++++++++++++++++++++------- 5 files changed, 119 insertions(+), 19 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5001ee3..78e4033 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5738,6 +5738,16 @@ "install_type": "git-clone", "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." }, + { + "author": "Big-Idea-Technology", + "title": "LLM_Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node" + ], + "install_type": "git-clone", + "description": "LLM_Node enhances ComfyUI by integrating advanced language model capabilities, enabling tasks such as text generation, content summarization, and question answering. This flexibility is powered by the renowned T5 model architecture and other transformer models, depending on the specific deployment." + }, { "author": "Guillaume-Fgt", "title": "ComfyUI-ScenarioPrompt", @@ -6426,7 +6436,7 @@ "https://github.com/zhangp365/ComfyUI-utils-nodes" ], "install_type": "git-clone", - "description": "LoadImageWithSwitch, ImageBatchOneOrMore" + "description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore" }, { "author": "ratulrafsan", @@ -6438,6 +6448,16 @@ "install_type": "git-clone", "description": "Dressup your models!\nThis is my quick implementation of the SAL-VTON node for ComfyUI.\nBased on the paper [a/Keyu Y. Tingwei G. et al. (2023). Linking Garment with Person via Semantically Associated Landmakrs for Virtual Try-On](https://openaccess.thecvf.com/content/CVPR2023/papers/Yan_Linking_Garment_With_Person_via_Semantically_Associated_Landmarks_for_Virtual_CVPR_2023_paper.pdf)" }, + { + "author": "Nevysha", + "title": "ComfyUI-nevysha-top-menu", + "reference": "https://github.com/Nevysha/ComfyUI-nevysha-top-menu", + "files": [ + "https://github.com/Nevysha/ComfyUI-nevysha-top-menu" + ], + "install_type": "git-clone", + "description": "A simple sidebar tweak to force fixe the ComfyUI menu to the top of the screen. Reaaally quick and dirty. May break with some ComfyUI setup." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 9b631f5..5c9dc42 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -491,6 +491,14 @@ "title_aux": "Image Text Overlay Node for ComfyUI" } ], + "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node": [ + [ + "LLM_Node" + ], + { + "title_aux": "LLM_Node for ComfyUI" + } + ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -4976,7 +4984,8 @@ [ "ImageDirIterator", "Modelscopet2v", - "Modelscopev2v" + "Modelscopev2v", + "VidDirIterator" ], { "title_aux": "cspnodes" @@ -5718,18 +5727,24 @@ ], "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ [ - "IPAdapterApply", - "IPAdapterApplyEncoded", - "IPAdapterApplyFaceID", - "IPAdapterBatchEmbeds", + "IPAAdapterFaceIDBatch", + "IPAdapter", + "IPAdapterAdvanced", + "IPAdapterBatch", + "IPAdapterCombineEmbeds", + "IPAdapterEmbeds", "IPAdapterEncoder", + "IPAdapterFaceID", + "IPAdapterInsightFaceLoader", "IPAdapterLoadEmbeds", "IPAdapterModelLoader", + "IPAdapterNoise", "IPAdapterSaveEmbeds", - "IPAdapterTilesMasked", - "InsightFaceLoader", - "PrepImageForClipVision", - "PrepImageForInsightFace" + "IPAdapterTiled", + "IPAdapterTiledBatch", + "IPAdapterUnifiedLoader", + "IPAdapterUnifiedLoaderFaceID", + "PrepImageForClipVision" ], { "title_aux": "ComfyUI_IPAdapter_plus" @@ -5776,6 +5791,7 @@ "ImageExpandBatch+", "ImageFlip+", "ImageFromBatch+", + "ImageListToBatch+", "ImagePosterize+", "ImageRemoveBackground+", "ImageResize+", @@ -5904,6 +5920,7 @@ "JDCN_BatchLatentLoadFromDir", "JDCN_BatchSaveLatent", "JDCN_FileMover", + "JDCN_ImageSaver", "JDCN_ListToString", "JDCN_ReBatch", "JDCN_SeamlessExperience", @@ -8818,9 +8835,12 @@ "FloatSlider", "FloatingVideo", "Font", + "GLIGENTextBoxApply_Advanced", "GamePal", "GetImageSize_", "GradientImage", + "GridDisplayAndSave", + "GridInput", "GridOutput", "ImageColorTransfer", "ImageCropByAlpha", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b073b9c..105f352 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "alisson-anjos", + "title": "ComfyUI-LLaVA-Describer", + "reference": "https://github.com/alisson-anjos/ComfyUI-LLaVA-Describer", + "files": [ + "https://github.com/zhangp365/ComfyUI-utils-nodes" + ], + "install_type": "git-clone", + "description": "LLaVaDescriber" + }, { "author": "Extraltodeus", "title": "Vector_Sculptor_ComfyUI [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 19f0b51..f5864be 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "Nevysha", + "title": "ComfyUI-nevysha-top-menu", + "reference": "https://github.com/Nevysha/ComfyUI-nevysha-top-menu", + "files": [ + "https://github.com/Nevysha/ComfyUI-nevysha-top-menu" + ], + "install_type": "git-clone", + "description": "A simple sidebar tweak to force fixe the ComfyUI menu to the top of the screen. Reaaally quick and dirty. May break with some ComfyUI setup." + }, + { + "author": "Big-Idea-Technology", + "title": "LLM_Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node" + ], + "install_type": "git-clone", + "description": "LLM_Node enhances ComfyUI by integrating advanced language model capabilities, enabling tasks such as text generation, content summarization, and question answering. This flexibility is powered by the renowned T5 model architecture and other transformer models, depending on the specific deployment." + }, + { + "author": "zhangp365", + "title": "zhangp365/Some Utils for ComfyUI", + "reference": "https://github.com/viperyl/ComfyUI-GCoNet-plus", + "files": [ + "https://github.com/viperyl/ComfyUI-GCoNet-plus" + ], + "install_type": "git-clone", + "description": "Group collaborative learning network, termed GCoNet+, which can effectively and efficiently co-salient objects in natural scenes. This repo pack GCoNet-plus as ComfyUI nodes, and make this fast SOTA model easier use for everyone." + }, { "author": "ExponentialML", "title": "ComfyUI - Native DynamiCrafter", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9b631f5..5c9dc42 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -491,6 +491,14 @@ "title_aux": "Image Text Overlay Node for ComfyUI" } ], + "https://github.com/Big-Idea-Technology/ComfyUI_T5_LLM_Node": [ + [ + "LLM_Node" + ], + { + "title_aux": "LLM_Node for ComfyUI" + } + ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -4976,7 +4984,8 @@ [ "ImageDirIterator", "Modelscopet2v", - "Modelscopev2v" + "Modelscopev2v", + "VidDirIterator" ], { "title_aux": "cspnodes" @@ -5718,18 +5727,24 @@ ], "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ [ - "IPAdapterApply", - "IPAdapterApplyEncoded", - "IPAdapterApplyFaceID", - "IPAdapterBatchEmbeds", + "IPAAdapterFaceIDBatch", + "IPAdapter", + "IPAdapterAdvanced", + "IPAdapterBatch", + "IPAdapterCombineEmbeds", + "IPAdapterEmbeds", "IPAdapterEncoder", + "IPAdapterFaceID", + "IPAdapterInsightFaceLoader", "IPAdapterLoadEmbeds", "IPAdapterModelLoader", + "IPAdapterNoise", "IPAdapterSaveEmbeds", - "IPAdapterTilesMasked", - "InsightFaceLoader", - "PrepImageForClipVision", - "PrepImageForInsightFace" + "IPAdapterTiled", + "IPAdapterTiledBatch", + "IPAdapterUnifiedLoader", + "IPAdapterUnifiedLoaderFaceID", + "PrepImageForClipVision" ], { "title_aux": "ComfyUI_IPAdapter_plus" @@ -5776,6 +5791,7 @@ "ImageExpandBatch+", "ImageFlip+", "ImageFromBatch+", + "ImageListToBatch+", "ImagePosterize+", "ImageRemoveBackground+", "ImageResize+", @@ -5904,6 +5920,7 @@ "JDCN_BatchLatentLoadFromDir", "JDCN_BatchSaveLatent", "JDCN_FileMover", + "JDCN_ImageSaver", "JDCN_ListToString", "JDCN_ReBatch", "JDCN_SeamlessExperience", @@ -8818,9 +8835,12 @@ "FloatSlider", "FloatingVideo", "Font", + "GLIGENTextBoxApply_Advanced", "GamePal", "GetImageSize_", "GradientImage", + "GridDisplayAndSave", + "GridInput", "GridOutput", "ImageColorTransfer", "ImageCropByAlpha",