update DB

This commit is contained in:
Dr.Lt.Data 2025-08-18 07:47:41 +09:00
parent fc15d94170
commit 0ba112c2c7
8 changed files with 2233 additions and 2217 deletions

View File

@ -31083,14 +31083,15 @@
"description": "A collection of utility nodes for ComfyUI that enhance workflow capabilities with advanced loaders and processing tools."
},
{
"author": "vslinx",
"author": "vsLinx",
"title": "ComfyUI vsLinx Nodes",
"id": "comfyui-vslinx-nodes",
"reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes",
"files": [
"https://github.com/vslinx/ComfyUI-vslinx-nodes"
],
"install_type": "git-clone",
"description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch."
"description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. "
},
{
"author": "HoangYell",
@ -31102,6 +31103,26 @@
"install_type": "git-clone",
"description": "A collection of custom ComfyUI nodes for advanced video processing and editing workflows."
},
{
"author": "krigeta",
"title": "qwen-image-controlnets-comfyui",
"reference": "https://github.com/krigeta/qwen-image-controlnets-comfyui",
"files": [
"https://github.com/krigeta/qwen-image-controlnets-comfyui"
],
"install_type": "git-clone",
"description": "creating a custom node to test how to use Blocknet controlnets in comfyUI using logic from Diffsynth Studio."
},
{
"author": "L33chKing",
"title": "Tag Frequency Weighter for ComfyUI",
"reference": "https://github.com/L33chKing/comfyui-tag-frequency-weighter",
"files": [
"https://github.com/L33chKing/comfyui-tag-frequency-weighter"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru"
},
@ -31538,17 +31559,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "vsLinx",
"title": "ComfyUI vsLinx Nodes",
"id": "comfyui-vslinx-nodes",
"reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes",
"files": [
"https://github.com/vslinx/ComfyUI-vslinx-nodes"
],
"install_type": "git-clone",
"description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. "
}
]
}

View File

@ -4788,6 +4788,8 @@
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"MaskToBBox",
"MergeBBoxes",
"ParseBBoxQwenVL",
"ParseJson5",
"ParseLlmJsonOutput",
@ -5710,7 +5712,9 @@
"DecryptWatermark",
"EncryptWatermark",
"GetResolutionForVR",
"ImageVRConverter"
"ImageVRConverter",
"SaveStrippedUTF8File",
"StripXML"
],
{
"title_aux": "Stereoscopic"
@ -8076,6 +8080,14 @@
"title_aux": "ComfyUI_MatAnyone_Kytra"
}
],
"https://github.com/L33chKing/comfyui-tag-frequency-weighter": [
[
"TagFrequencyWeighter"
],
{
"title_aux": "Tag Frequency Weighter for ComfyUI"
}
],
"https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": [
[
"HotReload_Terminal"
@ -9037,7 +9049,8 @@
"\ud83d\udcdd Wildcard Processor",
"\ud83d\udd20 Tiktoken Tokenizer Info",
"\ud83d\uddbc\ufe0f Download Image from URL",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)",
"\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor",
"\ud83e\uddf9 String Cleaning"
],
@ -14784,7 +14797,8 @@
[
"ApplyFaceProcessor",
"FaceOnlyModeSwitch",
"FaceProcessorLoader"
"FaceProcessorLoader",
"VideoFramePreprocessor"
],
{
"title_aux": "Stand-In Official Preprocessor ComfyUI Nodes"
@ -15080,27 +15094,6 @@
"title_aux": "SwD Preset Selector for ComfyUI"
}
],
"https://github.com/YarvixPA/ComfyUI-YarvixPA": [
[
"ApplyStyleModelEnhanced",
"ApplyStyleModelSimple",
"BatchImagesNode",
"FrameCalculator",
"InpaintConditioningNode",
"Prepimg2Vid",
"RemoveBackgroundNode",
"StitchImages",
"StitchImagesAndMask",
"TextFieldNode",
"UnstitchImages",
"UnstitchImagesAndMask",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode"
],
{
"title_aux": "ComfyUI-YarvixPA"
}
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"Float",
@ -23547,14 +23540,6 @@
"title_aux": "ComfyUI-EmbeddingPipelineAnalytics"
}
],
"https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [
[
"QwenImageToWANLatentBridge"
],
{
"title_aux": "ComfyUI-QwenImageWanBridge"
}
],
"https://github.com/fblissjr/ComfyUI-WanActivationEditor": [
[
"WanVideoActivationEditor",
@ -29560,6 +29545,17 @@
"title_aux": "ComfyUI kpsss34 Custom Node"
}
],
"https://github.com/krigeta/qwen-image-controlnets-comfyui": [
[
"QwenImageBlockwiseControlNetApply",
"QwenImageBlockwiseControlNetLoader",
"QwenImageCannyPreprocessor",
"QwenImageDepthPreprocessor"
],
{
"title_aux": "qwen-image-controlnets-comfyui"
}
],
"https://github.com/krmahil/comfyui-hollow-preserve": [
[
"RemoveEnclosedMaskedAreas"
@ -35047,6 +35043,7 @@
"LineScreen",
"LuminousFlow",
"OrderedDithering",
"Pixel8Bit",
"PixelFloat",
"PixelRedistribution",
"Rekked",
@ -38318,7 +38315,7 @@
"https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [
[
"ElevenlabsTextToEffect",
"ElevenlabsTextToVoice"
"ElevenlabsTextToSpeech"
],
{
"title_aux": "ComfyUI ElevenLabs API integration"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "miabrahams",
"title": "ComfyUI-WebAutomation [UNSAFE]",
"reference": "https://github.com/miabrahams/ComfyUI-WebAutomation",
"files": [
"https://github.com/miabrahams/ComfyUI-WebAutomation"
],
"install_type": "git-clone",
"description": "Automation for ComfyUI Web UI [w/This nodepack provides functionality to access files through an endpoint.]"
},
{
"author": "kblueleaf",
"title": "HDM [WIP]",
@ -50,16 +60,6 @@
"install_type": "git-clone",
"description": "NODES: HF UNET Loader"
},
{
"author": "InfiniNode",
"title": "Comfyui-InfiniNode-Model-Suite [UNSAFE]",
"reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite",
"files": [
"https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite"
],
"install_type": "git-clone",
"description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]"
},
{
"author": "GuusF",
"title": "Comfyui_CrazyMaths [WIP]",

View File

@ -1860,24 +1860,6 @@
"title_aux": "ComfyUI-igTools"
}
],
"https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": [
[
"InfiniNode_ApplyKeymapFile",
"InfiniNode_CompareStateDicts",
"InfiniNode_ComponentCombiner",
"InfiniNode_ComponentSplitter",
"InfiniNode_LoadStateDict",
"InfiniNode_MergeAddDifference",
"InfiniNode_MergeSLERP",
"InfiniNode_MergeWeightedSum",
"InfiniNode_PruneKeys",
"InfiniNode_RenameKeys",
"InfiniNode_SaveStateDict"
],
{
"title_aux": "Comfyui-InfiniNode-Model-Suite [UNSAFE]"
}
],
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [
[
"dropdowns",
@ -3087,7 +3069,8 @@
"SeqTex_Step1_ProcessMesh",
"SeqTex_Step2_GenerateCondition",
"SeqTex_Step3_GenerateTexture",
"SeqTex_Step4_SaveMesh"
"SeqTex_Step4_SaveMesh",
"SeqTex_TensorsToImages"
],
{
"title_aux": "ComfyUI-SeqTex"
@ -6308,6 +6291,7 @@
[
"CreatePointsString",
"XISER_Canvas",
"XIS_AdjustTheImage",
"XIS_CanvasMaskProcessor",
"XIS_CompositorProcessor",
"XIS_CropImage",
@ -6338,6 +6322,7 @@
"XIS_MaskBatchProcessor",
"XIS_MaskCompositeOperation",
"XIS_MergePackImages",
"XIS_MultiPointGradient",
"XIS_MultiPromptSwitch",
"XIS_PSDLayerExtractor",
"XIS_PackImages",
@ -10333,13 +10318,16 @@
],
"https://github.com/yanhuifair/ComfyUI-FairLab": [
[
"AddNode",
"AppendTagsNode",
"Base64ToImageNode",
"BlacklistTagsNode",
"DivideNode",
"DownloadImageNode",
"FillAlphaNode",
"FixUTF8StringNode",
"FloatNode",
"IfNode",
"ImageResizeNode",
"ImageSizeNode",
"ImageToBase64Node",
@ -10351,12 +10339,14 @@
"LoadStringNode",
"MaxNode",
"MinNode",
"MultiplyNode",
"OllamaClientNode",
"OllamaNode",
"OutpaintingPadNode",
"PrependTagsNode",
"PrintAnyNode",
"PrintImageNode",
"PythonScriptNode",
"RemoveDuplicateTagsNode",
"SaveImageToDirectoryNode",
"SaveStringToDirectoryNode",
@ -10365,6 +10355,7 @@
"StringCombineNode",
"StringNode",
"StringTranslateNode",
"SubtractNode",
"VideoToImageNode"
],
{

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "InfiniNode",
"title": "Comfyui-InfiniNode-Model-Suite [UNSAFE/REMOVED]",
"reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite",
"files": [
"https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite"
],
"install_type": "git-clone",
"description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]"
},
{
"author": "Avalre",
"title": "ComfyUI-avaNodes [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "L33chKing",
"title": "Tag Frequency Weighter for ComfyUI",
"reference": "https://github.com/L33chKing/comfyui-tag-frequency-weighter",
"files": [
"https://github.com/L33chKing/comfyui-tag-frequency-weighter"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru"
},
{
"author": "krigeta",
"title": "qwen-image-controlnets-comfyui",
"reference": "https://github.com/krigeta/qwen-image-controlnets-comfyui",
"files": [
"https://github.com/krigeta/qwen-image-controlnets-comfyui"
],
"install_type": "git-clone",
"description": "creating a custom node to test how to use Blocknet controlnets in comfyUI using logic from Diffsynth Studio."
},
{
"author": "jupo-ai",
"title": "comfy-linear-move",
@ -64,14 +84,15 @@
"description": "Adaptive Prompts is a modern reimagining of dynamic prompts for ComfyUI. It lets you randomize, restructure, and clean up prompts with powerful wildcard and string tools. For the sake of consistency, I will still refer to them as Dynamic Prompts."
},
{
"author": "vslinx",
"author": "vsLinx",
"title": "ComfyUI vsLinx Nodes",
"id": "comfyui-vslinx-nodes",
"reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes",
"files": [
"https://github.com/vslinx/ComfyUI-vslinx-nodes"
],
"install_type": "git-clone",
"description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch."
"description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. "
},
{
"author": "HoangYell",
@ -145,16 +166,6 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node for creating chronophotography effects from video frames"
},
{
"author": "InfiniNode",
"title": "Comfyui-InfiniNode-Model-Suite",
"reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite",
"files": [
"https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite"
],
"install_type": "git-clone",
"description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines."
},
{
"author": "DenRakEiw",
"title": "Universal NN Latent Upscaler for ComfyUI",

View File

@ -4788,6 +4788,8 @@
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"MaskToBBox",
"MergeBBoxes",
"ParseBBoxQwenVL",
"ParseJson5",
"ParseLlmJsonOutput",
@ -5710,7 +5712,9 @@
"DecryptWatermark",
"EncryptWatermark",
"GetResolutionForVR",
"ImageVRConverter"
"ImageVRConverter",
"SaveStrippedUTF8File",
"StripXML"
],
{
"title_aux": "Stereoscopic"
@ -8076,6 +8080,14 @@
"title_aux": "ComfyUI_MatAnyone_Kytra"
}
],
"https://github.com/L33chKing/comfyui-tag-frequency-weighter": [
[
"TagFrequencyWeighter"
],
{
"title_aux": "Tag Frequency Weighter for ComfyUI"
}
],
"https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": [
[
"HotReload_Terminal"
@ -9037,7 +9049,8 @@
"\ud83d\udcdd Wildcard Processor",
"\ud83d\udd20 Tiktoken Tokenizer Info",
"\ud83d\uddbc\ufe0f Download Image from URL",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)",
"\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor",
"\ud83e\uddf9 String Cleaning"
],
@ -14784,7 +14797,8 @@
[
"ApplyFaceProcessor",
"FaceOnlyModeSwitch",
"FaceProcessorLoader"
"FaceProcessorLoader",
"VideoFramePreprocessor"
],
{
"title_aux": "Stand-In Official Preprocessor ComfyUI Nodes"
@ -15080,27 +15094,6 @@
"title_aux": "SwD Preset Selector for ComfyUI"
}
],
"https://github.com/YarvixPA/ComfyUI-YarvixPA": [
[
"ApplyStyleModelEnhanced",
"ApplyStyleModelSimple",
"BatchImagesNode",
"FrameCalculator",
"InpaintConditioningNode",
"Prepimg2Vid",
"RemoveBackgroundNode",
"StitchImages",
"StitchImagesAndMask",
"TextFieldNode",
"UnstitchImages",
"UnstitchImagesAndMask",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode"
],
{
"title_aux": "ComfyUI-YarvixPA"
}
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"Float",
@ -23547,14 +23540,6 @@
"title_aux": "ComfyUI-EmbeddingPipelineAnalytics"
}
],
"https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [
[
"QwenImageToWANLatentBridge"
],
{
"title_aux": "ComfyUI-QwenImageWanBridge"
}
],
"https://github.com/fblissjr/ComfyUI-WanActivationEditor": [
[
"WanVideoActivationEditor",
@ -29560,6 +29545,17 @@
"title_aux": "ComfyUI kpsss34 Custom Node"
}
],
"https://github.com/krigeta/qwen-image-controlnets-comfyui": [
[
"QwenImageBlockwiseControlNetApply",
"QwenImageBlockwiseControlNetLoader",
"QwenImageCannyPreprocessor",
"QwenImageDepthPreprocessor"
],
{
"title_aux": "qwen-image-controlnets-comfyui"
}
],
"https://github.com/krmahil/comfyui-hollow-preserve": [
[
"RemoveEnclosedMaskedAreas"
@ -35047,6 +35043,7 @@
"LineScreen",
"LuminousFlow",
"OrderedDithering",
"Pixel8Bit",
"PixelFloat",
"PixelRedistribution",
"Rekked",
@ -38318,7 +38315,7 @@
"https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [
[
"ElevenlabsTextToEffect",
"ElevenlabsTextToVoice"
"ElevenlabsTextToSpeech"
],
{
"title_aux": "ComfyUI ElevenLabs API integration"