update DB

This commit is contained in:
Dr.Lt.Data 2026-02-06 12:20:24 +09:00
parent 45770ac2cb
commit 920d70a26a
9 changed files with 4928 additions and 4902 deletions

View File

@ -26679,16 +26679,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "GradientBlurNode is a custom node for ComfyUI that allows for gradient-based image blurring. This tool provides precise control over the direction, intensity, and distribution of the blur, making it ideal for creating smooth transitions, focusing attention on specific parts of an image, or adding artistic effects." "description": "GradientBlurNode is a custom node for ComfyUI that allows for gradient-based image blurring. This tool provides precise control over the direction, intensity, and distribution of the blur, making it ideal for creating smooth transitions, focusing attention on specific parts of an image, or adding artistic effects."
}, },
{
"author": "linksluckytime",
"title": "comfyui_snacknodes",
"reference": "https://github.com/linksluckytime/comfyui_snacknodes",
"files": [
"https://github.com/linksluckytime/comfyui_snacknodes"
],
"install_type": "git-clone",
"description": "A comprehensive collection of ComfyUI nodes designed to reduce reliance on multiple third-party node packages."
},
{ {
"author": "uihp", "author": "uihp",
"title": "ComfyUI-String-Chain", "title": "ComfyUI-String-Chain",
@ -42791,12 +42781,13 @@
{ {
"author": "Malkalypse", "author": "Malkalypse",
"title": "ComfyUI-MouseCoords", "title": "ComfyUI-MouseCoords",
"id": "mousecoords",
"reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords", "reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords",
"files": [ "files": [
"https://github.com/Malkalypse/ComfyUI-MouseCoords" "https://github.com/Malkalypse/ComfyUI-MouseCoords"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Display mouse coordinates in graph space" "description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances."
}, },
{ {
"author": "luoq24", "author": "luoq24",
@ -42908,6 +42899,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "All-in-One collection of Painter's ComfyUI nodes for video generation" "description": "All-in-One collection of Painter's ComfyUI nodes for video generation"
}, },
{
"author": "cosmicbuffalo",
"title": "ComfyUI Mobile Frontend",
"id": "comfyui-mobile-frontend",
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
"files": [
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
],
"install_type": "git-clone",
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
},
@ -43304,17 +43306,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "cosmicbuffalo",
"title": "ComfyUI Mobile Frontend",
"id": "comfyui-mobile-frontend",
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
"files": [
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
],
"install_type": "git-clone",
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
} }
] ]
} }

View File

@ -6117,6 +6117,7 @@
"DiffusionModelSelectorNode", "DiffusionModelSelectorNode",
"ImageResizeNode", "ImageResizeNode",
"LORASelectorNode", "LORASelectorNode",
"LoadImageWithMetadataNode",
"MaskDebugNode", "MaskDebugNode",
"ModelGeneratorNode", "ModelGeneratorNode",
"OptionalCondMergeNode", "OptionalCondMergeNode",
@ -12186,9 +12187,15 @@
"ImageListRepeater", "ImageListRepeater",
"ImageListSplitter", "ImageListSplitter",
"LG_AccumulatePreview", "LG_AccumulatePreview",
"LG_ClearAccumulatedValues",
"LG_ConcatVideoFiles",
"LG_CreateAndSaveVideo",
"LG_FastPreview", "LG_FastPreview",
"LG_ImageReceiver", "LG_ImageReceiver",
"LG_ImageSender", "LG_ImageSender",
"LG_SaveAudioGetPath",
"LG_ValueReceiver",
"LG_ValueSender",
"MaskListRepeater", "MaskListRepeater",
"MaskListSplitter" "MaskListSplitter"
], ],
@ -16766,6 +16773,7 @@
"RizzExtractFrames", "RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzLoadAudio", "RizzLoadAudio",
"RizzLoadImage",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzLoadVideo", "RizzLoadVideo",
@ -16773,9 +16781,11 @@
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale", "RizzPasteAndUnscale",
"RizzPreviewAudio", "RizzPreviewAudio",
"RizzPreviewImage",
"RizzPreviewTiling", "RizzPreviewTiling",
"RizzPreviewVideo", "RizzPreviewVideo",
"RizzSaveAudio", "RizzSaveAudio",
"RizzSaveImage",
"RizzSaveVideo", "RizzSaveVideo",
"RizzSeparateVideoAudio", "RizzSeparateVideoAudio",
"RizzTextcombine", "RizzTextcombine",
@ -20940,7 +20950,9 @@
"easy_latent_sanitize", "easy_latent_sanitize",
"easy_mask_sanitize", "easy_mask_sanitize",
"easy_smartbypass", "easy_smartbypass",
"easy_vae_hard_reset" "easy_vae_hard_reset",
"save_image_with_latent_and_metadata_webp",
"webp_latent_loader"
], ],
{ {
"title_aux": "ComfyUI-EasyFilePaths" "title_aux": "ComfyUI-EasyFilePaths"
@ -30444,6 +30456,7 @@
"ConvertStringToComboNode", "ConvertStringToComboNode",
"CosmosImageToVideoLatent", "CosmosImageToVideoLatent",
"CosmosPredict2ImageToVideoLatent", "CosmosPredict2ImageToVideoLatent",
"CreateList",
"CreateVideo", "CreateVideo",
"CropMask", "CropMask",
"CustomCombo", "CustomCombo",
@ -30933,6 +30946,7 @@
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeAudio", "VAEDecodeAudio",
"VAEDecodeAudioTiled",
"VAEDecodeHunyuan3D", "VAEDecodeHunyuan3D",
"VAEDecodeTiled", "VAEDecodeTiled",
"VAEEncode", "VAEEncode",
@ -31023,6 +31037,15 @@
"title_aux": "ComfyUI_experiments" "title_aux": "ComfyUI_experiments"
} }
], ],
"https://github.com/comfyui/snacknodes": [
[
"ImageInfo",
"ImageScaler",
"TextBox",
"TextProcessor"
],
{}
],
"https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [
[ [
"AspectRatioImageSize", "AspectRatioImageSize",
@ -42371,17 +42394,6 @@
"title_aux": "DeepSeek Chat Node for ComfyUI" "title_aux": "DeepSeek Chat Node for ComfyUI"
} }
], ],
"https://github.com/linksluckytime/comfyui_snacknodes": [
[
"ImageInfo",
"ImageScaler",
"TextBox",
"TextProcessor"
],
{
"title_aux": "comfyui_snacknodes"
}
],
"https://github.com/linshier/comfyui-remote-tools": [ "https://github.com/linshier/comfyui-remote-tools": [
[ [
"LoadBase64(js)", "LoadBase64(js)",

File diff suppressed because it is too large Load Diff

View File

@ -283,16 +283,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes for image processing including grayscale combining, overlaying, texture inpainting. (Description by CC)" "description": "ComfyUI nodes for image processing including grayscale combining, overlaying, texture inpainting. (Description by CC)"
}, },
{
"author": "cosmicbuffalo",
"title": "comfyui-mobile-frontend",
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
"files": [
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
],
"install_type": "git-clone",
"description": "An experimental dedicated mobile-first frontend for ComfyUI."
},
{ {
"author": "tdrminglin", "author": "tdrminglin",
"title": "Comfyui-hymotionbridge", "title": "Comfyui-hymotionbridge",

View File

@ -903,6 +903,7 @@
"TS_QwenSafeResize", "TS_QwenSafeResize",
"TS_Qwen_3VL_GGUF", "TS_Qwen_3VL_GGUF",
"TS_Qwen_3VL_V2", "TS_Qwen_3VL_V2",
"TS_SmartImageBatch",
"TS_Smart_Image_Switch", "TS_Smart_Image_Switch",
"TS_Smart_Switch", "TS_Smart_Switch",
"TS_VideoDepthNode", "TS_VideoDepthNode",
@ -7125,6 +7126,7 @@
"ConvertStringToComboNode", "ConvertStringToComboNode",
"CosmosImageToVideoLatent", "CosmosImageToVideoLatent",
"CosmosPredict2ImageToVideoLatent", "CosmosPredict2ImageToVideoLatent",
"CreateList",
"CreateVideo", "CreateVideo",
"CropMask", "CropMask",
"CustomCombo", "CustomCombo",
@ -7614,6 +7616,7 @@
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeAudio", "VAEDecodeAudio",
"VAEDecodeAudioTiled",
"VAEDecodeHunyuan3D", "VAEDecodeHunyuan3D",
"VAEDecodeTiled", "VAEDecodeTiled",
"VAEEncode", "VAEEncode",
@ -12853,6 +12856,7 @@
"InstructPromptPresets", "InstructPromptPresets",
"LlTokenizerOptions", "LlTokenizerOptions",
"ModifyMask", "ModifyMask",
"SU_LoadImageDirectory",
"SU_LoadImagePath", "SU_LoadImagePath",
"SamplingParameters", "SamplingParameters",
"SystemMessagePresets", "SystemMessagePresets",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "linksluckytime",
"title": "comfyui_snacknodes [REMOVED]",
"reference": "https://github.com/linksluckytime/comfyui_snacknodes",
"files": [
"https://github.com/linksluckytime/comfyui_snacknodes"
],
"install_type": "git-clone",
"description": "A comprehensive collection of ComfyUI nodes designed to reduce reliance on multiple third-party node packages."
},
{ {
"author": "Nynxz", "author": "Nynxz",
"title": "ComfyUI_DiffsynthPause [REMOVED]", "title": "ComfyUI_DiffsynthPause [REMOVED]",

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "cosmicbuffalo",
"title": "ComfyUI Mobile Frontend",
"id": "comfyui-mobile-frontend",
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
"files": [
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
],
"install_type": "git-clone",
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
},
{ {
"author": "FearL0rd", "author": "FearL0rd",
"title": "ComfyUI-ParallelAnything", "title": "ComfyUI-ParallelAnything",
@ -296,12 +307,13 @@
{ {
"author": "Malkalypse", "author": "Malkalypse",
"title": "ComfyUI-MouseCoords", "title": "ComfyUI-MouseCoords",
"id": "mousecoords",
"reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords", "reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords",
"files": [ "files": [
"https://github.com/Malkalypse/ComfyUI-MouseCoords" "https://github.com/Malkalypse/ComfyUI-MouseCoords"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Display mouse coordinates in graph space" "description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances."
}, },
{ {
"author": "MechaBabyAi", "author": "MechaBabyAi",

View File

@ -6117,6 +6117,7 @@
"DiffusionModelSelectorNode", "DiffusionModelSelectorNode",
"ImageResizeNode", "ImageResizeNode",
"LORASelectorNode", "LORASelectorNode",
"LoadImageWithMetadataNode",
"MaskDebugNode", "MaskDebugNode",
"ModelGeneratorNode", "ModelGeneratorNode",
"OptionalCondMergeNode", "OptionalCondMergeNode",
@ -12186,9 +12187,15 @@
"ImageListRepeater", "ImageListRepeater",
"ImageListSplitter", "ImageListSplitter",
"LG_AccumulatePreview", "LG_AccumulatePreview",
"LG_ClearAccumulatedValues",
"LG_ConcatVideoFiles",
"LG_CreateAndSaveVideo",
"LG_FastPreview", "LG_FastPreview",
"LG_ImageReceiver", "LG_ImageReceiver",
"LG_ImageSender", "LG_ImageSender",
"LG_SaveAudioGetPath",
"LG_ValueReceiver",
"LG_ValueSender",
"MaskListRepeater", "MaskListRepeater",
"MaskListSplitter" "MaskListSplitter"
], ],
@ -16766,6 +16773,7 @@
"RizzExtractFrames", "RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzLoadAudio", "RizzLoadAudio",
"RizzLoadImage",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzLoadVideo", "RizzLoadVideo",
@ -16773,9 +16781,11 @@
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale", "RizzPasteAndUnscale",
"RizzPreviewAudio", "RizzPreviewAudio",
"RizzPreviewImage",
"RizzPreviewTiling", "RizzPreviewTiling",
"RizzPreviewVideo", "RizzPreviewVideo",
"RizzSaveAudio", "RizzSaveAudio",
"RizzSaveImage",
"RizzSaveVideo", "RizzSaveVideo",
"RizzSeparateVideoAudio", "RizzSeparateVideoAudio",
"RizzTextcombine", "RizzTextcombine",
@ -20940,7 +20950,9 @@
"easy_latent_sanitize", "easy_latent_sanitize",
"easy_mask_sanitize", "easy_mask_sanitize",
"easy_smartbypass", "easy_smartbypass",
"easy_vae_hard_reset" "easy_vae_hard_reset",
"save_image_with_latent_and_metadata_webp",
"webp_latent_loader"
], ],
{ {
"title_aux": "ComfyUI-EasyFilePaths" "title_aux": "ComfyUI-EasyFilePaths"
@ -30444,6 +30456,7 @@
"ConvertStringToComboNode", "ConvertStringToComboNode",
"CosmosImageToVideoLatent", "CosmosImageToVideoLatent",
"CosmosPredict2ImageToVideoLatent", "CosmosPredict2ImageToVideoLatent",
"CreateList",
"CreateVideo", "CreateVideo",
"CropMask", "CropMask",
"CustomCombo", "CustomCombo",
@ -30933,6 +30946,7 @@
"UpscaleModelLoader", "UpscaleModelLoader",
"VAEDecode", "VAEDecode",
"VAEDecodeAudio", "VAEDecodeAudio",
"VAEDecodeAudioTiled",
"VAEDecodeHunyuan3D", "VAEDecodeHunyuan3D",
"VAEDecodeTiled", "VAEDecodeTiled",
"VAEEncode", "VAEEncode",
@ -31023,6 +31037,15 @@
"title_aux": "ComfyUI_experiments" "title_aux": "ComfyUI_experiments"
} }
], ],
"https://github.com/comfyui/snacknodes": [
[
"ImageInfo",
"ImageScaler",
"TextBox",
"TextProcessor"
],
{}
],
"https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [
[ [
"AspectRatioImageSize", "AspectRatioImageSize",
@ -42371,17 +42394,6 @@
"title_aux": "DeepSeek Chat Node for ComfyUI" "title_aux": "DeepSeek Chat Node for ComfyUI"
} }
], ],
"https://github.com/linksluckytime/comfyui_snacknodes": [
[
"ImageInfo",
"ImageScaler",
"TextBox",
"TextProcessor"
],
{
"title_aux": "comfyui_snacknodes"
}
],
"https://github.com/linshier/comfyui-remote-tools": [ "https://github.com/linshier/comfyui-remote-tools": [
[ [
"LoadBase64(js)", "LoadBase64(js)",