update DB

This commit is contained in:
Dr.Lt.Data 2024-01-27 00:30:29 +09:00
parent 2f0c7fb2be
commit f7ce717aea
4 changed files with 147 additions and 0 deletions

View File

@ -4614,6 +4614,37 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Just a simple substring node that takes text and length as input, and outputs the first length characters." "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
}, },
{
"author": "gokayfem",
"title": "VLM_nodes",
"reference": "https://github.com/gokayfem/ComfyUI_VLM_nodes",
"files": [
"https://github.com/gokayfem/ComfyUI_VLM_nodes"
],
"install_type": "git-clone",
"description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node"
},
{
"author": "Hiero207",
"title": "ComfyUI-Hiero-Nodes",
"reference": "https://github.com/Hiero207/ComfyUI-Hiero-Nodes",
"files": [
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Post to Discord w/ Webhook"
},
{
"author": "azure-dragon-ai",
"title": "ComfyUI-ClipScore-Nodes",
"reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes",
"files": [
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:ImageScore, Loader, Image Processor, Real Image Processor, Fake Image Processor, Text Processor. ComfyUI Nodes for ClipScore"
},

View File

@ -61,6 +61,7 @@
"DM_MaskedModelMerger", "DM_MaskedModelMerger",
"DM_ModelReporting", "DM_ModelReporting",
"DM_NormalizeModel", "DM_NormalizeModel",
"DM_QuadMasker",
"DM_SimpleMasker" "DM_SimpleMasker"
], ],
{ {
@ -932,6 +933,14 @@
"title_aux": "comfyui-enhanced-save-node" "title_aux": "comfyui-enhanced-save-node"
} }
], ],
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [
[
"Post to Discord w/ Webhook"
],
{
"title_aux": "ComfyUI-Hiero-Nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[ [
"IG Analyze SSIM", "IG Analyze SSIM",
@ -3297,6 +3306,19 @@
"title_aux": "avatar-graph-comfyui" "title_aux": "avatar-graph-comfyui"
} }
], ],
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": [
[
"HaojihuiClipScoreFakeImageProcessor",
"HaojihuiClipScoreImageProcessor",
"HaojihuiClipScoreImageScore",
"HaojihuiClipScoreLoader",
"HaojihuiClipScoreRealImageProcessor",
"HaojihuiClipScoreTextProcessor"
],
{
"title_aux": "ComfyUI-ClipScore-Nodes"
}
],
"https://github.com/badjeff/comfyui_lora_tag_loader": [ "https://github.com/badjeff/comfyui_lora_tag_loader": [
[ [
"LoraTagLoader" "LoraTagLoader"
@ -3686,6 +3708,7 @@
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Optical Flow Without Model", "Load MotionBrush From Optical Flow Without Model",
"Load MotionBrush From Tracking Points", "Load MotionBrush From Tracking Points",
"Load MotionBrush From Tracking Points Without Model",
"Load Pose KeyPoints", "Load Pose KeyPoints",
"Loop", "Loop",
"LoopEnd_IMAGE", "LoopEnd_IMAGE",
@ -4795,6 +4818,15 @@
"title_aux": "ComfyUI Substring" "title_aux": "ComfyUI Substring"
} }
], ],
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
"PromptGenerate",
"VisionTextQuestion"
],
{
"title_aux": "VLM_nodes"
}
],
"https://github.com/guoyk93/yk-node-suite-comfyui": [ "https://github.com/guoyk93/yk-node-suite-comfyui": [
[ [
"YKImagePadForOutpaint", "YKImagePadForOutpaint",
@ -5451,6 +5483,7 @@
"ImpactConditionalBranchSelMode", "ImpactConditionalBranchSelMode",
"ImpactConditionalStopIteration", "ImpactConditionalStopIteration",
"ImpactControlBridge", "ImpactControlBridge",
"ImpactControlNetApplyAdvancedSEGS",
"ImpactControlNetApplySEGS", "ImpactControlNetApplySEGS",
"ImpactControlNetClearSEGS", "ImpactControlNetClearSEGS",
"ImpactDecomposeSEGS", "ImpactDecomposeSEGS",

View File

@ -10,6 +10,56 @@
}, },
{
"author": "azure-dragon-ai",
"title": "ComfyUI-ClipScore-Nodes",
"reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes",
"files": [
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:ImageScore, Loader, Image Processor, Real Image Processor, Fake Image Processor, Text Processor. ComfyUI Nodes for ClipScore"
},
{
"author": "Hiero207",
"title": "ComfyUI-Hiero-Nodes",
"reference": "https://github.com/Hiero207/ComfyUI-Hiero-Nodes",
"files": [
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Post to Discord w/ Webhook"
},
{
"author": "azure-dragon-ai",
"title": "ComfyUI-ClipScore-Nodes",
"reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes",
"files": [
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes"
],
"install_type": "git-clone",
"description": "ComfyUI Nodes for ClipScore"
},
{
"author": "godspede",
"title": "ComfyUI Substring",
"reference": "https://github.com/godspede/ComfyUI_Substring",
"files": [
"https://github.com/godspede/ComfyUI_Substring"
],
"install_type": "git-clone",
"description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
},
{
"author": "gokayfem",
"title": "VLM_nodes",
"reference": "https://github.com/gokayfem/ComfyUI_VLM_nodes",
"files": [
"https://github.com/gokayfem/ComfyUI_VLM_nodes"
],
"install_type": "git-clone",
"description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node"
},
{ {
"author": "godspede", "author": "godspede",
"title": "ComfyUI Substring", "title": "ComfyUI Substring",

View File

@ -61,6 +61,7 @@
"DM_MaskedModelMerger", "DM_MaskedModelMerger",
"DM_ModelReporting", "DM_ModelReporting",
"DM_NormalizeModel", "DM_NormalizeModel",
"DM_QuadMasker",
"DM_SimpleMasker" "DM_SimpleMasker"
], ],
{ {
@ -932,6 +933,14 @@
"title_aux": "comfyui-enhanced-save-node" "title_aux": "comfyui-enhanced-save-node"
} }
], ],
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [
[
"Post to Discord w/ Webhook"
],
{
"title_aux": "ComfyUI-Hiero-Nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
[ [
"IG Analyze SSIM", "IG Analyze SSIM",
@ -3297,6 +3306,19 @@
"title_aux": "avatar-graph-comfyui" "title_aux": "avatar-graph-comfyui"
} }
], ],
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": [
[
"HaojihuiClipScoreFakeImageProcessor",
"HaojihuiClipScoreImageProcessor",
"HaojihuiClipScoreImageScore",
"HaojihuiClipScoreLoader",
"HaojihuiClipScoreRealImageProcessor",
"HaojihuiClipScoreTextProcessor"
],
{
"title_aux": "ComfyUI-ClipScore-Nodes"
}
],
"https://github.com/badjeff/comfyui_lora_tag_loader": [ "https://github.com/badjeff/comfyui_lora_tag_loader": [
[ [
"LoraTagLoader" "LoraTagLoader"
@ -3686,6 +3708,7 @@
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Optical Flow Without Model", "Load MotionBrush From Optical Flow Without Model",
"Load MotionBrush From Tracking Points", "Load MotionBrush From Tracking Points",
"Load MotionBrush From Tracking Points Without Model",
"Load Pose KeyPoints", "Load Pose KeyPoints",
"Loop", "Loop",
"LoopEnd_IMAGE", "LoopEnd_IMAGE",
@ -4795,6 +4818,15 @@
"title_aux": "ComfyUI Substring" "title_aux": "ComfyUI Substring"
} }
], ],
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
"PromptGenerate",
"VisionTextQuestion"
],
{
"title_aux": "VLM_nodes"
}
],
"https://github.com/guoyk93/yk-node-suite-comfyui": [ "https://github.com/guoyk93/yk-node-suite-comfyui": [
[ [
"YKImagePadForOutpaint", "YKImagePadForOutpaint",
@ -5451,6 +5483,7 @@
"ImpactConditionalBranchSelMode", "ImpactConditionalBranchSelMode",
"ImpactConditionalStopIteration", "ImpactConditionalStopIteration",
"ImpactControlBridge", "ImpactControlBridge",
"ImpactControlNetApplyAdvancedSEGS",
"ImpactControlNetApplySEGS", "ImpactControlNetApplySEGS",
"ImpactControlNetClearSEGS", "ImpactControlNetClearSEGS",
"ImpactDecomposeSEGS", "ImpactDecomposeSEGS",