update DB

This commit is contained in:
Dr.Lt.Data 2026-05-11 20:03:01 +09:00
parent 8079db221d
commit cba745327f
5 changed files with 2311 additions and 1762 deletions

View File

@ -26390,6 +26390,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom ComfyUI node that applies Fourier Domain Adaptation (FDA) between a target image and a reference image." "description": "A custom ComfyUI node that applies Fourier Domain Adaptation (FDA) between a target image and a reference image."
}, },
{
"author": "bemoregt",
"title": "ComfyUI_FFTNet",
"reference": "https://github.com/bemoregt/ComfyUI_FFTNet",
"files": [
"https://github.com/bemoregt/ComfyUI_FFTNet"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for FFTNet language model inference using efficient FFT-based global token mixing as an alternative to self-attention. (Description by CC)"
},
{
"author": "bemoregt",
"title": "ComfyUI_AdversarialAttack",
"reference": "https://github.com/bemoregt/ComfyUI_AdversarialAttack",
"files": [
"https://github.com/bemoregt/ComfyUI_AdversarialAttack"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node set that generates adversarial examples using a pretrained ResNet18 classifier."
},
{ {
"author": "pnikolic-amd", "author": "pnikolic-amd",
"title": "MIGraphX Node for ComfyUI", "title": "MIGraphX Node for ComfyUI",
@ -46685,6 +46705,96 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Bridge for the standalone ComfyUI Model Downloader. Analyzes workflows, finds missing models via AI, and manages your archive to save SSD space." "description": "Bridge for the standalone ComfyUI Model Downloader. Analyzes workflows, finds missing models via AI, and manages your archive to save SSD space."
}, },
{
"author": "Your Name",
"title": "comfyui-plugins",
"reference": "https://github.com/HDembinski/comfyui_plugins",
"files": [
"https://github.com/HDembinski/comfyui_plugins"
],
"install_type": "git-clone",
"description": "Starter scaffold for developing ComfyUI custom nodes."
},
{
"author": "throttlekitty",
"title": "tkNodes",
"reference": "https://github.com/throttlekitty/tkNodes",
"files": [
"https://github.com/throttlekitty/tkNodes"
],
"install_type": "git-clone",
"description": "This node allows you to loop through specified layers in the LTX 2.3 model to potentially improve output quality with an eye toward artifacts in high motion."
},
{
"author": "solricks",
"title": "comfyui-solricks",
"reference": "https://github.com/SOLRICKS/comfyui-solricks",
"files": [
"https://github.com/SOLRICKS/comfyui-solricks"
],
"install_type": "git-clone",
"description": "ComfyUI Video Anti-Aliasing Pack"
},
{
"author": "polly-creative",
"title": "ComfyUI_Polly_Nodes",
"reference": "https://github.com/polly-creative/ComfyUI_Polly_Nodes",
"files": [
"https://github.com/polly-creative/ComfyUI_Polly_Nodes"
],
"install_type": "git-clone",
"description": "A collection of high-quality texture utility nodes for technical artists and environment designers with precision masking and color extraction for emissive materials."
},
{
"author": "Mervent",
"title": "comfyui-model-randomizer",
"reference": "https://github.com/Mervent/comfyui-model-randomizer",
"files": [
"https://github.com/Mervent/comfyui-model-randomizer"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that randomly selects a checkpoint from a configurable list of models with weighted selection, per-model CFG ranges, and enable/disable toggles."
},
{
"author": "machinepainting",
"title": "MachinePainting Nodes",
"reference": "https://github.com/machinepainting/ComfyUI-MachinePaintingNodes",
"files": [
"https://github.com/machinepainting/ComfyUI-MachinePaintingNodes"
],
"install_type": "git-clone",
"description": "Professional photo editing tools for ComfyUI. Features Photoshop-style curves, levels, and color adjustments, AI-powered masking / background removal, LUT color grading, advanced channel masking, color management, and advanced workflow utility tools. Built to help you take your AI-generated images to the next level."
},
{
"author": "karcsiha",
"title": "comfyUi-deflicker",
"reference": "https://github.com/karcsiha/comfyUi-deflicker",
"files": [
"https://github.com/karcsiha/comfyUi-deflicker"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for removing brightness flicker and chunk boundary artifacts in AI-generated video sequences (WAN, VACE, FramePack, etc.)."
},
{
"author": "Experience-Monks",
"title": "Monks-Prompt-Enhancer-ComfyUI-Node",
"reference": "https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node",
"files": [
"https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that uses the Gemini API to rewrite a raw prompt into one optimised for a specific image generation model and workflow."
},
{
"author": "bnwa",
"title": "Comfy Combos",
"reference": "https://github.com/bnwa/comfy_combos",
"files": [
"https://github.com/bnwa/comfy_combos"
],
"install_type": "git-clone",
"description": "Dropdown selectors for ComfyUI"
},

View File

@ -8174,6 +8174,14 @@
"title_aux": "comfyui-ea-nodes" "title_aux": "comfyui-ea-nodes"
} }
], ],
"https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node": [
[
"MonksPromptEnhancer"
],
{
"title_aux": "Monks-Prompt-Enhancer-ComfyUI-Node"
}
],
"https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [
[ [
"ModelScopeT2VLoader" "ModelScopeT2VLoader"
@ -10036,6 +10044,16 @@
"title_aux": "ComfyUI aichemy nodes" "title_aux": "ComfyUI aichemy nodes"
} }
], ],
"https://github.com/HDembinski/comfyui_plugins": [
[
"NativeImageSizes",
"TextEncodeQwenImageEditAlt",
"TextEncodeQwenImageEditPlusAlt"
],
{
"title_aux": "comfyui-plugins"
}
],
"https://github.com/HECer/ComfyUI-FilePathCreator": [ "https://github.com/HECer/ComfyUI-FilePathCreator": [
[ [
"FilePathCreator", "FilePathCreator",
@ -15198,6 +15216,14 @@
"title_aux": "ComfyUI-Flow-Assistor" "title_aux": "ComfyUI-Flow-Assistor"
} }
], ],
"https://github.com/Mervent/comfyui-model-randomizer": [
[
"ModelRandomizer"
],
{
"title_aux": "comfyui-model-randomizer"
}
],
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [
[ [
"VideoReportData", "VideoReportData",
@ -19136,6 +19162,15 @@
"title_aux": "ComfyUI-LexTools" "title_aux": "ComfyUI-LexTools"
} }
], ],
"https://github.com/SOLRICKS/comfyui-solricks": [
[
"VideoAdaptiveAA",
"VideoTAADLAA"
],
{
"title_aux": "comfyui-solricks"
}
],
"https://github.com/SS-snap/ComfyUI-Ad_scheduler": [ "https://github.com/SS-snap/ComfyUI-Ad_scheduler": [
[ [
"AD_Scheduler" "AD_Scheduler"
@ -28937,6 +28972,16 @@
"title_aux": "ComfyUI_3DGaussianSplatting" "title_aux": "ComfyUI_3DGaussianSplatting"
} }
], ],
"https://github.com/bemoregt/ComfyUI_AdversarialAttack": [
[
"AdversarialAttack",
"ClassifyImage",
"LoadResNet18"
],
{
"title_aux": "ComfyUI_AdversarialAttack"
}
],
"https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": [ "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": [
[ [
"Image_Spectrum" "Image_Spectrum"
@ -28955,6 +29000,15 @@
"title_aux": "ComfyUI_DCT" "title_aux": "ComfyUI_DCT"
} }
], ],
"https://github.com/bemoregt/ComfyUI_FFTNet": [
[
"FFTNetGenerate",
"LoadFFTNetModel"
],
{
"title_aux": "ComfyUI_FFTNet"
}
],
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [ "https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [
[ [
"FourierDomainAdaptation" "FourierDomainAdaptation"
@ -29785,6 +29839,18 @@
"title_aux": "comfyui_wfc_like" "title_aux": "comfyui_wfc_like"
} }
], ],
"https://github.com/bnwa/comfy_combos": [
[
"comfy_combos_Flux1DimensionsSelector",
"comfy_combos_SDXLDimensionsSelector",
"comfy_combos_SamplerSelector",
"comfy_combos_SchedulerSelector",
"comfy_combos_ZImageDimensionsSelector"
],
{
"title_aux": "Comfy Combos"
}
],
"https://github.com/bobmagicii/comfykit-custom-nodes": [ "https://github.com/bobmagicii/comfykit-custom-nodes": [
[ [
"LoraStackFiveSimple", "LoraStackFiveSimple",
@ -43842,6 +43908,14 @@
"title_aux": "comfyui_GLM_TTS" "title_aux": "comfyui_GLM_TTS"
} }
], ],
"https://github.com/karcsiha/comfyUi-deflicker": [
[
"DeflickerFrames"
],
{
"title_aux": "comfyUi-deflicker"
}
],
"https://github.com/karthikg-09/ComfyUI-Vton-Mask": [ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": [
[ [
"ComfyUIVtonMaskGenerator", "ComfyUIVtonMaskGenerator",
@ -48508,6 +48582,53 @@
"title_aux": "PromptFlow" "title_aux": "PromptFlow"
} }
], ],
"https://github.com/machinepainting/ComfyUI-MachinePaintingNodes": [
[
"ApplyMask",
"AutoLevels",
"BlurPro",
"Boolean",
"BooleanInputValueSwitch",
"BooleanInvert",
"BooleanMasterSwitch",
"BooleanSwitchValueOutput",
"BrightnessContrastAdjust",
"ChannelMaskPro",
"ColorAdjustBlend",
"ColorMatchBlend",
"ColorWheelView",
"CurvesAdjustPro",
"DynamicValueRange",
"FrequencyCombine",
"FrequencySeparate",
"HistogramView",
"ImageBlendPro",
"InpaintMaskPro",
"LUTApply",
"LevelsAdjust",
"MP_ImageMaskSwitch",
"MaskCompositePro2X",
"MaskCompositePro6X",
"MaskEditor",
"MegaSliderMasterValue",
"MegaSliderX1",
"MegaSliderX12",
"MegaSliderX3",
"MegaSliderX6",
"NoiseGrainPro",
"RemoveBackgroundPro",
"SeedLock",
"SelectiveColorPro",
"ShowText",
"ShowValue",
"TextNotes",
"TextString",
"ZImageEmptyLatentImage"
],
{
"title_aux": "MachinePainting Nodes"
}
],
"https://github.com/maepopi/Diffusers-in-ComfyUI": [ "https://github.com/maepopi/Diffusers-in-ComfyUI": [
[ [
"BLoRALoader", "BLoRALoader",
@ -53314,6 +53435,14 @@
"title_aux": "ComfyUI-MultiGPU" "title_aux": "ComfyUI-MultiGPU"
} }
], ],
"https://github.com/polly-creative/ComfyUI_Polly_Nodes": [
[
"PollyEmissiveColor"
],
{
"title_aux": "ComfyUI_Polly_Nodes"
}
],
"https://github.com/polym/ComfyUI-musubi": [ "https://github.com/polym/ComfyUI-musubi": [
[ [
"MusubiUNETJitLoader", "MusubiUNETJitLoader",
@ -59670,6 +59799,14 @@
"title_aux": "ComfyUI-KiraLoraEQ" "title_aux": "ComfyUI-KiraLoraEQ"
} }
], ],
"https://github.com/throttlekitty/tkNodes": [
[
"LTXVBlockLoop"
],
{
"title_aux": "tkNodes"
}
],
"https://github.com/tianguanggliu/Utools": [ "https://github.com/tianguanggliu/Utools": [
[ [
"UTools" "UTools"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,115 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Your Name",
"title": "comfyui-plugins",
"reference": "https://github.com/HDembinski/comfyui_plugins",
"files": [
"https://github.com/HDembinski/comfyui_plugins"
],
"install_type": "git-clone",
"description": "Starter scaffold for developing ComfyUI custom nodes."
},
{
"author": "bnwa",
"title": "Comfy Combos",
"reference": "https://github.com/bnwa/comfy_combos",
"files": [
"https://github.com/bnwa/comfy_combos"
],
"install_type": "git-clone",
"description": "Dropdown selectors for ComfyUI"
},
{
"author": "solricks",
"title": "comfyui-solricks",
"reference": "https://github.com/SOLRICKS/comfyui-solricks",
"files": [
"https://github.com/SOLRICKS/comfyui-solricks"
],
"install_type": "git-clone",
"description": "ComfyUI Video Anti-Aliasing Pack"
},
{
"author": "machinepainting",
"title": "MachinePainting Nodes",
"reference": "https://github.com/machinepainting/ComfyUI-MachinePaintingNodes",
"files": [
"https://github.com/machinepainting/ComfyUI-MachinePaintingNodes"
],
"install_type": "git-clone",
"description": "Professional photo editing tools for ComfyUI. Features Photoshop-style curves, levels, and color adjustments, AI-powered masking / background removal, LUT color grading, advanced channel masking, color management, and advanced workflow utility tools. Built to help you take your AI-generated images to the next level."
},
{
"author": "bemoregt",
"title": "ComfyUI_AdversarialAttack",
"reference": "https://github.com/bemoregt/ComfyUI_AdversarialAttack",
"files": [
"https://github.com/bemoregt/ComfyUI_AdversarialAttack"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node set that generates adversarial examples using a pretrained ResNet18 classifier."
},
{
"author": "bemoregt",
"title": "ComfyUI_FFTNet",
"reference": "https://github.com/bemoregt/ComfyUI_FFTNet",
"files": [
"https://github.com/bemoregt/ComfyUI_FFTNet"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for FFTNet language model inference using efficient FFT-based global token mixing as an alternative to self-attention. (Description by CC)"
},
{
"author": "polly-creative",
"title": "ComfyUI_Polly_Nodes",
"reference": "https://github.com/polly-creative/ComfyUI_Polly_Nodes",
"files": [
"https://github.com/polly-creative/ComfyUI_Polly_Nodes"
],
"install_type": "git-clone",
"description": "A collection of high-quality texture utility nodes for technical artists and environment designers with precision masking and color extraction for emissive materials."
},
{
"author": "throttlekitty",
"title": "tkNodes",
"reference": "https://github.com/throttlekitty/tkNodes",
"files": [
"https://github.com/throttlekitty/tkNodes"
],
"install_type": "git-clone",
"description": "This node allows you to loop through specified layers in the LTX 2.3 model to potentially improve output quality with an eye toward artifacts in high motion."
},
{
"author": "karcsiha",
"title": "comfyUi-deflicker",
"reference": "https://github.com/karcsiha/comfyUi-deflicker",
"files": [
"https://github.com/karcsiha/comfyUi-deflicker"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for removing brightness flicker and chunk boundary artifacts in AI-generated video sequences (WAN, VACE, FramePack, etc.)."
},
{
"author": "Experience-Monks",
"title": "Monks-Prompt-Enhancer-ComfyUI-Node",
"reference": "https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node",
"files": [
"https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that uses the Gemini API to rewrite a raw prompt into one optimised for a specific image generation model and workflow."
},
{
"author": "Mervent",
"title": "comfyui-model-randomizer",
"reference": "https://github.com/Mervent/comfyui-model-randomizer",
"files": [
"https://github.com/Mervent/comfyui-model-randomizer"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that randomly selects a checkpoint from a configurable list of models with weighted selection, per-model CFG ranges, and enable/disable toggles."
},
{ {
"author": "Moeblack", "author": "Moeblack",
"title": "ComfyUI-AnimaTool", "title": "ComfyUI-AnimaTool",

View File

@ -8174,6 +8174,14 @@
"title_aux": "comfyui-ea-nodes" "title_aux": "comfyui-ea-nodes"
} }
], ],
"https://github.com/Experience-Monks/Monks-Prompt-Enhancer-ComfyUI-Node": [
[
"MonksPromptEnhancer"
],
{
"title_aux": "Monks-Prompt-Enhancer-ComfyUI-Node"
}
],
"https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [
[ [
"ModelScopeT2VLoader" "ModelScopeT2VLoader"
@ -10036,6 +10044,16 @@
"title_aux": "ComfyUI aichemy nodes" "title_aux": "ComfyUI aichemy nodes"
} }
], ],
"https://github.com/HDembinski/comfyui_plugins": [
[
"NativeImageSizes",
"TextEncodeQwenImageEditAlt",
"TextEncodeQwenImageEditPlusAlt"
],
{
"title_aux": "comfyui-plugins"
}
],
"https://github.com/HECer/ComfyUI-FilePathCreator": [ "https://github.com/HECer/ComfyUI-FilePathCreator": [
[ [
"FilePathCreator", "FilePathCreator",
@ -15198,6 +15216,14 @@
"title_aux": "ComfyUI-Flow-Assistor" "title_aux": "ComfyUI-Flow-Assistor"
} }
], ],
"https://github.com/Mervent/comfyui-model-randomizer": [
[
"ModelRandomizer"
],
{
"title_aux": "comfyui-model-randomizer"
}
],
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [
[ [
"VideoReportData", "VideoReportData",
@ -19136,6 +19162,15 @@
"title_aux": "ComfyUI-LexTools" "title_aux": "ComfyUI-LexTools"
} }
], ],
"https://github.com/SOLRICKS/comfyui-solricks": [
[
"VideoAdaptiveAA",
"VideoTAADLAA"
],
{
"title_aux": "comfyui-solricks"
}
],
"https://github.com/SS-snap/ComfyUI-Ad_scheduler": [ "https://github.com/SS-snap/ComfyUI-Ad_scheduler": [
[ [
"AD_Scheduler" "AD_Scheduler"
@ -28937,6 +28972,16 @@
"title_aux": "ComfyUI_3DGaussianSplatting" "title_aux": "ComfyUI_3DGaussianSplatting"
} }
], ],
"https://github.com/bemoregt/ComfyUI_AdversarialAttack": [
[
"AdversarialAttack",
"ClassifyImage",
"LoadResNet18"
],
{
"title_aux": "ComfyUI_AdversarialAttack"
}
],
"https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": [ "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": [
[ [
"Image_Spectrum" "Image_Spectrum"
@ -28955,6 +29000,15 @@
"title_aux": "ComfyUI_DCT" "title_aux": "ComfyUI_DCT"
} }
], ],
"https://github.com/bemoregt/ComfyUI_FFTNet": [
[
"FFTNetGenerate",
"LoadFFTNetModel"
],
{
"title_aux": "ComfyUI_FFTNet"
}
],
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [ "https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [
[ [
"FourierDomainAdaptation" "FourierDomainAdaptation"
@ -29785,6 +29839,18 @@
"title_aux": "comfyui_wfc_like" "title_aux": "comfyui_wfc_like"
} }
], ],
"https://github.com/bnwa/comfy_combos": [
[
"comfy_combos_Flux1DimensionsSelector",
"comfy_combos_SDXLDimensionsSelector",
"comfy_combos_SamplerSelector",
"comfy_combos_SchedulerSelector",
"comfy_combos_ZImageDimensionsSelector"
],
{
"title_aux": "Comfy Combos"
}
],
"https://github.com/bobmagicii/comfykit-custom-nodes": [ "https://github.com/bobmagicii/comfykit-custom-nodes": [
[ [
"LoraStackFiveSimple", "LoraStackFiveSimple",
@ -43842,6 +43908,14 @@
"title_aux": "comfyui_GLM_TTS" "title_aux": "comfyui_GLM_TTS"
} }
], ],
"https://github.com/karcsiha/comfyUi-deflicker": [
[
"DeflickerFrames"
],
{
"title_aux": "comfyUi-deflicker"
}
],
"https://github.com/karthikg-09/ComfyUI-Vton-Mask": [ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": [
[ [
"ComfyUIVtonMaskGenerator", "ComfyUIVtonMaskGenerator",
@ -48508,6 +48582,53 @@
"title_aux": "PromptFlow" "title_aux": "PromptFlow"
} }
], ],
"https://github.com/machinepainting/ComfyUI-MachinePaintingNodes": [
[
"ApplyMask",
"AutoLevels",
"BlurPro",
"Boolean",
"BooleanInputValueSwitch",
"BooleanInvert",
"BooleanMasterSwitch",
"BooleanSwitchValueOutput",
"BrightnessContrastAdjust",
"ChannelMaskPro",
"ColorAdjustBlend",
"ColorMatchBlend",
"ColorWheelView",
"CurvesAdjustPro",
"DynamicValueRange",
"FrequencyCombine",
"FrequencySeparate",
"HistogramView",
"ImageBlendPro",
"InpaintMaskPro",
"LUTApply",
"LevelsAdjust",
"MP_ImageMaskSwitch",
"MaskCompositePro2X",
"MaskCompositePro6X",
"MaskEditor",
"MegaSliderMasterValue",
"MegaSliderX1",
"MegaSliderX12",
"MegaSliderX3",
"MegaSliderX6",
"NoiseGrainPro",
"RemoveBackgroundPro",
"SeedLock",
"SelectiveColorPro",
"ShowText",
"ShowValue",
"TextNotes",
"TextString",
"ZImageEmptyLatentImage"
],
{
"title_aux": "MachinePainting Nodes"
}
],
"https://github.com/maepopi/Diffusers-in-ComfyUI": [ "https://github.com/maepopi/Diffusers-in-ComfyUI": [
[ [
"BLoRALoader", "BLoRALoader",
@ -53314,6 +53435,14 @@
"title_aux": "ComfyUI-MultiGPU" "title_aux": "ComfyUI-MultiGPU"
} }
], ],
"https://github.com/polly-creative/ComfyUI_Polly_Nodes": [
[
"PollyEmissiveColor"
],
{
"title_aux": "ComfyUI_Polly_Nodes"
}
],
"https://github.com/polym/ComfyUI-musubi": [ "https://github.com/polym/ComfyUI-musubi": [
[ [
"MusubiUNETJitLoader", "MusubiUNETJitLoader",
@ -59670,6 +59799,14 @@
"title_aux": "ComfyUI-KiraLoraEQ" "title_aux": "ComfyUI-KiraLoraEQ"
} }
], ],
"https://github.com/throttlekitty/tkNodes": [
[
"LTXVBlockLoop"
],
{
"title_aux": "tkNodes"
}
],
"https://github.com/tianguanggliu/Utools": [ "https://github.com/tianguanggliu/Utools": [
[ [
"UTools" "UTools"