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

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