update DB

This commit is contained in:
Dr.Lt.Data 2024-03-24 09:11:20 +09:00
parent bae144d36c
commit d39874fdd8
5 changed files with 119 additions and 19 deletions

View File

@ -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."
},

View File

@ -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",

View File

@ -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]",

View File

@ -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",

View File

@ -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",