update DB

This commit is contained in:
Dr.Lt.Data 2025-06-18 12:37:38 +09:00
parent b3a7fb9c3e
commit 921bb86127
7 changed files with 1663 additions and 1610 deletions

View File

@ -14877,6 +14877,16 @@
"install_type": "git-clone",
"description": "Implementation of X-Portrait nodes for ComfyUI, animate portraits with an input video and a reference image."
},
{
"author": "akatz-ai",
"title": "ComfyUI-Basic-Math",
"reference": "https://github.com/akatz-ai/ComfyUI-Basic-Math",
"files": [
"https://github.com/akatz-ai/ComfyUI-Basic-Math"
],
"install_type": "git-clone",
"description": "Custom nodes for performing basic math operations"
},
{
"author": "teward",
"title": "Comfy-Sentry",
@ -22326,16 +22336,6 @@
"install_type": "git-clone",
"description": "ComfyUI nodes for LLM Structured Outputs with integration for prompting"
},
{
"author": "Conor-Collins",
"title": "ComfyUI-CoCoTools",
"reference": "https://github.com/Conor-Collins/coco_tools",
"files": [
"https://github.com/Conor-Collins/coco_tools"
],
"install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions."
},
{
"author": "Conor-Collins",
"title": "ComfyUI-CoCoTools_IO",
@ -26642,6 +26642,16 @@
"install_type": "git-clone",
"description": "This custom node is a ComfyUI node for generating speech from text using the Gemini 2.5 Flash Preview TTS API."
},
{
"author": "Charonartist",
"title": "ComfyUI Auto LoRA",
"reference": "https://github.com/Charonartist/comfyui-auto-lora-v2",
"files": [
"https://github.com/Charonartist/comfyui-auto-lora-v2"
],
"install_type": "git-clone",
"description": "This is a ComfyUI custom node that automatically detects trigger words from text prompts and applies the corresponding LoRA models."
},
{
"author": "ptmaster",
"title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs",
@ -27761,6 +27771,26 @@
"install_type": "git-clone",
"description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more."
},
{
"author": "ialhabbal",
"title": "OcclusionMask",
"reference": "https://github.com/ialhabbal/OcclusionMask",
"files": [
"https://github.com/ialhabbal/OcclusionMask"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI custom node for advanced face occlusion, segmentation, and masking, leveraging state-of-the-art face detection (insightface buffalo models) for robust and accurate results."
},
{
"author": "kael558",
"title": "ComfyUI-GGUF-FantasyTalking",
"reference": "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking",
"files": [
"https://github.com/kael558/ComfyUI-GGUF-FantasyTalking"
],
"install_type": "git-clone",
"description": "GGUF Quantization support for native ComfyUI models with FantasyTalking."
},

View File

@ -4114,6 +4114,7 @@
"Ryuu_FloatPlainLarger",
"Ryuu_FloatSlider",
"Ryuu_IntSlider",
"Ryuu_ScaleToMultipleAdvanced",
"Ryuu_TextEncoderDiffCheck",
"Ryuu_TokenCountTextBox"
],
@ -13566,9 +13567,12 @@
],
"https://github.com/Yanick112/ComfyUI-ToSVG": [
[
"TS_ImageToSVGStringBW",
"TS_ImageToSVGStringColor",
"TS_ImageQuantize",
"TS_ImageToSVGStringBW_Potracer",
"TS_ImageToSVGStringBW_Vtracer",
"TS_ImageToSVGStringColor_Vtracer",
"TS_SVGBytesIOToString",
"TS_SVGPathSimplify",
"TS_SVGStringPreview",
"TS_SVGStringToImage",
"TS_SVGStringToSVGBytesIO",
@ -16021,7 +16025,8 @@
"CPackOutputFile",
"CPackOutputImage",
"CPackOutputVideo",
"CPackOutputZip"
"CPackOutputZip",
"CPackOutputZipSwitch"
],
{
"title_aux": "Comfy-Pack"
@ -30200,6 +30205,7 @@
"https://github.com/nofunstudio/Node_Fun_ComfyUI": [
[
"DynamicQueueCounter",
"FalAPI_kling_video",
"FalAPI_recraft_upscale",
"Fun KSampler",
"IframeView",

File diff suppressed because it is too large Load Diff

View File

@ -6756,18 +6756,6 @@
"title_aux": "ComfyUI-Qdrant-Saver"
}
],
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": [
[
"PromptConcatenatorNode",
"PromptConditioningConverter",
"PromptSelectorNode",
"RPGArtStyleSelector",
"RPGCharacterSelector"
],
{
"title_aux": "ComfyUI-RPG-Characters [WIP]"
}
],
"https://github.com/lordwedggie/xcpNodes": [
[
"derpBaseAlpha",
@ -7743,6 +7731,10 @@
"TextMultiSave"
],
{
"author": "kierdran",
"description": "Tools for agentic testing",
"nickname": "ai_tools",
"title": "AI_Tools",
"title_aux": "ComfyUI-AI_Tools [UNSAFE]"
}
],

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "Conor-Collins",
"title": "ComfyUI-CoCoTools [REMOVED]",
"reference": "https://github.com/Conor-Collins/coco_tools",
"files": [
"https://github.com/Conor-Collins/coco_tools"
],
"install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions."
},
{
"author": "theUpsider",
"title": "ComfyUI-Logic [DEPRECATED]",

View File

@ -1,5 +1,45 @@
{
"custom_nodes": [
{
"author": "ialhabbal",
"title": "OcclusionMask",
"reference": "https://github.com/ialhabbal/OcclusionMask",
"files": [
"https://github.com/ialhabbal/OcclusionMask"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI custom node for advanced face occlusion, segmentation, and masking, leveraging state-of-the-art face detection (insightface buffalo models) for robust and accurate results."
},
{
"author": "Charonartist",
"title": "ComfyUI Auto LoRA",
"reference": "https://github.com/Charonartist/comfyui-auto-lora-v2",
"files": [
"https://github.com/Charonartist/comfyui-auto-lora-v2"
],
"install_type": "git-clone",
"description": "This is a ComfyUI custom node that automatically detects trigger words from text prompts and applies the corresponding LoRA models."
},
{
"author": "akatz-ai",
"title": "ComfyUI-Basic-Math",
"reference": "https://github.com/akatz-ai/ComfyUI-Basic-Math",
"files": [
"https://github.com/akatz-ai/ComfyUI-Basic-Math"
],
"install_type": "git-clone",
"description": "Custom nodes for performing basic math operations"
},
{
"author": "kael558",
"title": "ComfyUI-GGUF-FantasyTalking",
"reference": "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking",
"files": [
"https://github.com/kael558/ComfyUI-GGUF-FantasyTalking"
],
"install_type": "git-clone",
"description": "GGUF Quantization support for native ComfyUI models with FantasyTalking."
},
{
"author": "Lord Lethris",
"title": "ComfyUI-RPG-Characters",
@ -662,37 +702,6 @@
],
"install_type": "git-clone",
"description": " Powerful Flux-Kontext image generation custom node for ComfyUI, using the official RabbitAI API. Supports text-to-image, image-to-image, and multi-image-to-image generation. Supports concurrent generation."
},
{
"author": "MicheleGuidi",
"title": "ComfyUI-Computer-Vision",
"reference": "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2",
"files": [
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2"
],
"install_type": "git-clone",
"description": "Extension nodes for ComfyUI that improves automatic segmentation using bounding boxes generated by Florence 2 and segmentation from Segment Anything 2 (SAM2). Currently just an enhancement of nodes from [a/Kijai](https://github.com/kijai/ComfyUI-segment-anything-2)."
},
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
"id": "like_spider_ui",
"reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI",
"files": [
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI"
],
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
},
{
"author": "hexxacubic",
"title": "ComfyUI-Prompt_Library",
"reference": "https://github.com/hexxacubic/ComfyUI-Prompt_Library",
"files": [
"https://github.com/hexxacubic/ComfyUI-Prompt_Library"
],
"install_type": "git-clone",
"description": "A ComfyUI Node to save and load prompts from a library."
}
]
}

View File

@ -4114,6 +4114,7 @@
"Ryuu_FloatPlainLarger",
"Ryuu_FloatSlider",
"Ryuu_IntSlider",
"Ryuu_ScaleToMultipleAdvanced",
"Ryuu_TextEncoderDiffCheck",
"Ryuu_TokenCountTextBox"
],
@ -13566,9 +13567,12 @@
],
"https://github.com/Yanick112/ComfyUI-ToSVG": [
[
"TS_ImageToSVGStringBW",
"TS_ImageToSVGStringColor",
"TS_ImageQuantize",
"TS_ImageToSVGStringBW_Potracer",
"TS_ImageToSVGStringBW_Vtracer",
"TS_ImageToSVGStringColor_Vtracer",
"TS_SVGBytesIOToString",
"TS_SVGPathSimplify",
"TS_SVGStringPreview",
"TS_SVGStringToImage",
"TS_SVGStringToSVGBytesIO",
@ -16021,7 +16025,8 @@
"CPackOutputFile",
"CPackOutputImage",
"CPackOutputVideo",
"CPackOutputZip"
"CPackOutputZip",
"CPackOutputZipSwitch"
],
{
"title_aux": "Comfy-Pack"
@ -30200,6 +30205,7 @@
"https://github.com/nofunstudio/Node_Fun_ComfyUI": [
[
"DynamicQueueCounter",
"FalAPI_kling_video",
"FalAPI_recraft_upscale",
"Fun KSampler",
"IframeView",