update DB

This commit is contained in:
ltdrdata 2023-09-29 22:41:18 +09:00
parent ab3e301cad
commit a99297881e
3 changed files with 24 additions and 5 deletions

View File

@ -1937,7 +1937,7 @@
"title": "Use Everwhere", "title": "Use Everwhere",
"reference": "https://github.com/chrisgoringe/cg-use-everywhere", "reference": "https://github.com/chrisgoringe/cg-use-everywhere",
"files": [ "files": [
"https://github.com/chrisgoringe/cg-use-everwhere" "https://github.com/chrisgoringe/cg-use-everywhere"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti." "description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti."

View File

@ -329,6 +329,7 @@
[ [
"AMT VFI", "AMT VFI",
"EISAI VFI", "EISAI VFI",
"FILM VFI",
"GMFSS Fortuna VFI", "GMFSS Fortuna VFI",
"IFRNet VFI", "IFRNet VFI",
"IFUnet VFI", "IFUnet VFI",
@ -571,7 +572,18 @@
], ],
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [ "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [
[ [
"VHS_DuplicateImages",
"VHS_DuplicateLatents",
"VHS_GetImageCount",
"VHS_GetLatentCount",
"VHS_LoadImages",
"VHS_LoadVideo", "VHS_LoadVideo",
"VHS_MergeImages",
"VHS_MergeLatents",
"VHS_SelectEveryNthImage",
"VHS_SelectEveryNthLatent",
"VHS_SplitImages",
"VHS_SplitLatents",
"VHS_VideoCombine" "VHS_VideoCombine"
], ],
{ {
@ -1490,7 +1502,8 @@
[ [
"ZuellniExLlamaGenerator", "ZuellniExLlamaGenerator",
"ZuellniExLlamaLoader", "ZuellniExLlamaLoader",
"ZuellniExLlamaPreviewer" "ZuellniTextFormatter",
"ZuellniTextPreviewer"
], ],
{ {
"title_aux": "ComfyUI-ExLlama" "title_aux": "ComfyUI-ExLlama"
@ -2010,7 +2023,11 @@
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
[ [
"IPAdapterApply", "IPAdapterApply",
"IPAdapterApplyEncoded",
"IPAdapterEncoder",
"IPAdapterLoadEmbeds",
"IPAdapterModelLoader", "IPAdapterModelLoader",
"IPAdapterSaveEmbeds",
"PrepImageForClipVision" "PrepImageForClipVision"
], ],
{ {
@ -2978,6 +2995,7 @@
"AV_VAELoader", "AV_VAELoader",
"AspectRatioSelector", "AspectRatioSelector",
"BLIPCaption", "BLIPCaption",
"BLIPLoader",
"ColorBlend", "ColorBlend",
"ColorCorrect", "ColorCorrect",
"DeepDanbooruCaption", "DeepDanbooruCaption",
@ -2994,16 +3012,17 @@
"ImageAlphaComposite", "ImageAlphaComposite",
"ImageGaussianBlur", "ImageGaussianBlur",
"ImageMuxer", "ImageMuxer",
"ImageRepeat",
"ImageScaleDown", "ImageScaleDown",
"ImageScaleDownBy", "ImageScaleDownBy",
"ImageScaleDownToSize", "ImageScaleDownToSize",
"ImageScaleDownToTotalPixels", "ImageScaleToMegapixels",
"LaMaInpaint", "LaMaInpaint",
"LaMaLoader",
"LoadImageAsMaskFromUrl", "LoadImageAsMaskFromUrl",
"LoadImageFromUrl", "LoadImageFromUrl",
"LoadJsonFromUrl", "LoadJsonFromUrl",
"NumberScaler", "NumberScaler",
"QRCodeGenerator",
"RandomFloat", "RandomFloat",
"RandomInt", "RandomInt",
"SAMEmbeddingToImage", "SAMEmbeddingToImage",

View File

@ -5,7 +5,7 @@
"title": "Use Everwhere", "title": "Use Everwhere",
"reference": "https://github.com/chrisgoringe/cg-use-everywhere", "reference": "https://github.com/chrisgoringe/cg-use-everywhere",
"files": [ "files": [
"https://github.com/chrisgoringe/cg-use-everwhere" "https://github.com/chrisgoringe/cg-use-everywhere"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti." "description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti."