update DB

This commit is contained in:
Dr.Lt.Data 2026-03-31 01:43:48 +09:00
parent 8c14349f97
commit 59ed61722b
7 changed files with 3672 additions and 3745 deletions

View File

@ -45129,7 +45129,7 @@
"https://github.com/vulca-org/comfyui-vulca"
],
"install_type": "git-clone",
"description": "Cultural art evaluation nodes — L1-L5 scoring across 15+ traditions, Brief-driven creative workflows, and natural language feedback. Evaluate AI-generated art for cultural accuracy and get actionable improvement suggestions. Requires: pip install vulca",
"description": "Cultural art evaluation nodes — L1-L5 scoring across 13 traditions, Layered Generation + Inpainting, Brief-driven creative workflows. Evaluate AI-generated art for cultural accuracy and get actionable improvement suggestions. Requires: pip install vulca",
"tags": [
"evaluation",
"cultural",
@ -45149,6 +45149,16 @@
"install_type": "git-clone",
"description": "Professional temporal stabilisation engine. Eliminates flicker, luminance drift, and frame-to-frame inconsistency in AI-generated and traditional video footage."
},
{
"author": "crom8505",
"title": "ComfyUI-Dynamic-Sigmas",
"reference": "https://github.com/crom8505/ComfyUI-Dynamic-Sigmas",
"files": [
"https://github.com/crom8505/ComfyUI-Dynamic-Sigmas"
],
"install_type": "git-clone",
"description": "Custom sigma scheduler node for ComfyUI. Easily tune, visualize, and concatenate dynamic sigma curves with an interactive graph."
},
@ -45540,16 +45550,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "crom8505",
"title": "ComfyUI-Dynamic-Sigmas",
"reference": "https://github.com/crom8505/ComfyUI-Dynamic-Sigmas",
"files": [
"https://github.com/crom8505/ComfyUI-Dynamic-Sigmas"
],
"install_type": "git-clone",
"description": "Custom sigma scheduler node for ComfyUI. Easily tune, visualize, and concatenate dynamic sigma curves with an interactive graph."
}
]
}

View File

@ -5590,6 +5590,7 @@
"PrimereClearNetworkTagsPrompt",
"PrimereColorBalance",
"PrimereConceptDataTuple",
"PrimereDehaze",
"PrimereDiTPurifyPrompt",
"PrimereDithering",
"PrimereDynamicParser",
@ -5600,6 +5601,8 @@
"PrimereFaceAnalyzer",
"PrimereFastSeed",
"PrimereFilmRendering",
"PrimereFilmicCurve",
"PrimereFrequencySeparation",
"PrimereHSL",
"PrimereHistogram",
"PrimereHypernetwork",
@ -5613,6 +5616,7 @@
"PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLevelEndpoints",
"PrimereLocalLaplacian",
"PrimereLoraKeywordMerger",
"PrimereLoraStackMerger",
"PrimereLycorisKeywordMerger",
@ -46262,8 +46266,8 @@
"https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [
[
"Egregora Algorithm",
"Egregora Analyze Content",
"Egregora Combine",
"Egregora Debug Mask",
"Egregora Divide Select"
],
{
@ -47729,10 +47733,13 @@
"AutoCrop",
"CSVValueExtractor",
"ColorQuantizer",
"ContourEndpointVisualizer",
"ContourGapCloser",
"DashedToSolidLine",
"ExtractBlack",
"ExtractBlackAdvanced",
"ExtractRed",
"HoleCounter",
"LaserPathTracer",
"LineDetector",
"NonWhiteToBlack",
@ -54689,6 +54696,7 @@
],
"https://github.com/silveroxides/ComfyUI-RR-JointTagger": [
[
"DINOv3CategoryConfig|redrocket",
"DINOv3Tagger|redrocket",
"Jtp3HydraTagger|redrocket",
"RRJointTagger|redrocket"
@ -56543,7 +56551,6 @@
"ElementHueHue",
"ElementHueSat",
"Element_ImageCurve",
"Element_SigmaGraph",
"Element_SigmaGraph_Curve",
"EmptyImageRGB_Element",
"FrameCalculator_Element",
@ -60347,6 +60354,7 @@
[
"Flux2KleinConditioningEnhancer",
"Flux2KleinPromptReferenceBalance",
"Flux2KleinReferenceAppearanceBalancer",
"Flux2KleinReferenceLatentMixer",
"Flux2KleinSectionedTextEncoder",
"Flux2KleinTokenRegionController"

File diff suppressed because it is too large Load Diff

View File

@ -12374,6 +12374,7 @@
"Smart Loader v2 [Eclipse]",
"Smart Model Loader [Eclipse]",
"Smart Prompt [Eclipse]",
"Smart Prompt v2 [Eclipse]",
"Smart Sampler Settings [Eclipse]",
"Smart Sampler Settings v2 [Eclipse]",
"Stop [Eclipse]",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "crom8505",
"title": "ComfyUI-Dynamic-Sigmas",
"reference": "https://github.com/crom8505/ComfyUI-Dynamic-Sigmas",
"files": [
"https://github.com/crom8505/ComfyUI-Dynamic-Sigmas"
],
"install_type": "git-clone",
"description": "Custom sigma scheduler node for ComfyUI. Easily tune, visualize, and concatenate dynamic sigma curves with an interactive graph."
},
{
"author": "krishnancr",
"title": "ComfyUI Pulse MeshAudit",
@ -42,7 +52,7 @@
"https://github.com/vulca-org/comfyui-vulca"
],
"install_type": "git-clone",
"description": "Cultural art evaluation nodes — L1-L5 scoring across 15+ traditions, Brief-driven creative workflows, and natural language feedback. Evaluate AI-generated art for cultural accuracy and get actionable improvement suggestions. Requires: pip install vulca",
"description": "Cultural art evaluation nodes — L1-L5 scoring across 13 traditions, Layered Generation + Inpainting, Brief-driven creative workflows. Evaluate AI-generated art for cultural accuracy and get actionable improvement suggestions. Requires: pip install vulca",
"tags": [
"evaluation",
"cultural",
@ -677,106 +687,6 @@
],
"install_type": "git-clone",
"description": "A universal signal notifier node for ComfyUI that plays configurable sounds (voice modes, custom audio) whenever it receives any signal such as image, latent, or conditioning. (Description by CC)"
},
{
"author": "fangzhengyu0704-dotcom",
"title": "ComfyUI-ArchTone-Extractor",
"reference": "https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor",
"files": [
"https://github.com/fangzhengyu0704-dotcom/ComfyUI-ArchTone-Extractor"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node for extracting modern, high-end architectural color tones and atmospheric keywords from reference images. (Description by CC)"
},
{
"author": "knishika62",
"title": "ComfyUI-TextGenerateGemma3Prompt",
"reference": "https://github.com/knishika62/ComfyUI-TextGenerateGemma3Prompt",
"files": [
"https://github.com/knishika62/ComfyUI-TextGenerateGemma3Prompt"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for LTX Video 2.3 that uses Gemma3-12b-it LLM for text generation with support for LTX-2.3 prompt extensions and custom system prompts. (Description by CC)"
},
{
"author": "knishika62",
"title": "ComfyUI-TextGenerateQwen3Prompt",
"reference": "https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt",
"files": [
"https://github.com/knishika62/ComfyUI-TextGenerateQwen3Prompt"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for text generation using the Qwen3-4B language model, primarily for expanding image generation prompts with LLM support. (Description by CC)"
},
{
"author": "ijoy222333",
"title": "ComfyUI-MatAnyone2",
"reference": "https://github.com/ijoy222333/ComfyUI-MatAnyone2",
"files": [
"https://github.com/ijoy222333/ComfyUI-MatAnyone2"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper for MatAnyone2 repository, requires cloning official MatAnyone2 and installing dependencies. (Description by CC)"
},
{
"author": "scofano",
"title": "comfyui-thumb-generator",
"reference": "https://github.com/scofano/comfyui-thumb-generator",
"files": [
"https://github.com/scofano/comfyui-thumb-generator"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that triggers WinThumbsPreloader every X cycles to ensure Windows thumbnails are generated for your output folders."
},
{
"author": "Hyunsigikim",
"title": "comfyui-grid-cutscene",
"reference": "https://github.com/Hyunsigikim/comfyui-grid-cutscene",
"files": [
"https://github.com/Hyunsigikim/comfyui-grid-cutscene"
],
"install_type": "git-clone",
"description": "Interactive grid cutscene system for ComfyUI that creates polygon masks by clicking points on a grid and outputs masks and previews. (Description by CC)"
},
{
"author": "adbrasi",
"title": "comfyui-ksampler-batch",
"reference": "https://github.com/adbrasi/comfyui-ksampler-batch",
"files": [
"https://github.com/adbrasi/comfyui-ksampler-batch"
],
"install_type": "git-clone",
"description": "Custom nodes for ComfyUI that generate multiple images in a single GPU batch with different seeds."
},
{
"author": "BetaDoggo",
"title": "comfyui-rtx-simple",
"reference": "https://github.com/BetaDoggo/comfyui-rtx-simple",
"files": [
"https://github.com/BetaDoggo/comfyui-rtx-simple"
],
"install_type": "git-clone",
"description": "Intended to be used with SwarmUI-rtx-upscale; provides RTX support with simplified enum handling."
},
{
"author": "bemoregt",
"title": "ComfyUI_DCT",
"reference": "https://github.com/bemoregt/ComfyUI_DCT",
"files": [
"https://github.com/bemoregt/ComfyUI_DCT"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node pack for 2-D Discrete Cosine Transform (DCT) based frequency-domain filtering with interactive spectrum mask editing."
},
{
"author": "moondive-cinema",
"title": "comfyui-depth-warp",
"reference": "https://github.com/moondive-cinema/comfyui-depth-warp",
"files": [
"https://github.com/moondive-cinema/comfyui-depth-warp"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for depth-based geometric view synthesis with 6-DOF camera transforms, parallax effects, and hole mask output for inpainting."
}
]
}

View File

@ -5590,6 +5590,7 @@
"PrimereClearNetworkTagsPrompt",
"PrimereColorBalance",
"PrimereConceptDataTuple",
"PrimereDehaze",
"PrimereDiTPurifyPrompt",
"PrimereDithering",
"PrimereDynamicParser",
@ -5600,6 +5601,8 @@
"PrimereFaceAnalyzer",
"PrimereFastSeed",
"PrimereFilmRendering",
"PrimereFilmicCurve",
"PrimereFrequencySeparation",
"PrimereHSL",
"PrimereHistogram",
"PrimereHypernetwork",
@ -5613,6 +5616,7 @@
"PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLevelEndpoints",
"PrimereLocalLaplacian",
"PrimereLoraKeywordMerger",
"PrimereLoraStackMerger",
"PrimereLycorisKeywordMerger",
@ -46262,8 +46266,8 @@
"https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [
[
"Egregora Algorithm",
"Egregora Analyze Content",
"Egregora Combine",
"Egregora Debug Mask",
"Egregora Divide Select"
],
{
@ -47729,10 +47733,13 @@
"AutoCrop",
"CSVValueExtractor",
"ColorQuantizer",
"ContourEndpointVisualizer",
"ContourGapCloser",
"DashedToSolidLine",
"ExtractBlack",
"ExtractBlackAdvanced",
"ExtractRed",
"HoleCounter",
"LaserPathTracer",
"LineDetector",
"NonWhiteToBlack",
@ -54689,6 +54696,7 @@
],
"https://github.com/silveroxides/ComfyUI-RR-JointTagger": [
[
"DINOv3CategoryConfig|redrocket",
"DINOv3Tagger|redrocket",
"Jtp3HydraTagger|redrocket",
"RRJointTagger|redrocket"
@ -56543,7 +56551,6 @@
"ElementHueHue",
"ElementHueSat",
"Element_ImageCurve",
"Element_SigmaGraph",
"Element_SigmaGraph_Curve",
"EmptyImageRGB_Element",
"FrameCalculator_Element",
@ -60347,6 +60354,7 @@
[
"Flux2KleinConditioningEnhancer",
"Flux2KleinPromptReferenceBalance",
"Flux2KleinReferenceAppearanceBalancer",
"Flux2KleinReferenceLatentMixer",
"Flux2KleinSectionedTextEncoder",
"Flux2KleinTokenRegionController"