update DB

This commit is contained in:
Dr.Lt.Data 2025-08-01 07:29:09 +09:00
parent 281319d2da
commit facadc3a44
8 changed files with 1110 additions and 1037 deletions

View File

@ -14284,6 +14284,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image tagging and captioning" "description": "Nodes to use Florence2 VLM for image tagging and captioning"
}, },
{
"author": "MiaoshouAI",
"title": "ComfyUI Video Segmentation Node",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation",
"files": [
"https://github.com/miaoshouai/ComfyUI-Video-Segmentation"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for automatic video scene segmentation using TransNetV2."
},
{ {
"author": "Patricio Gonzalez Vivo", "author": "Patricio Gonzalez Vivo",
"title": "GLSL Nodes", "title": "GLSL Nodes",

View File

@ -1452,6 +1452,7 @@
], ],
"https://github.com/AIWarper/ComfyUI-WarperNodes": [ "https://github.com/AIWarper/ComfyUI-WarperNodes": [
[ [
"CropAndRestore_Warper",
"DWPoseScalerNode_Warper", "DWPoseScalerNode_Warper",
"FacialPartMaskFromPose_Warper", "FacialPartMaskFromPose_Warper",
"FlowConfig_Warper", "FlowConfig_Warper",
@ -1460,6 +1461,7 @@
"GetBatchByIndex_Warper", "GetBatchByIndex_Warper",
"GetRaftFlow_Warper", "GetRaftFlow_Warper",
"MouthMaskFromPose_Warper", "MouthMaskFromPose_Warper",
"PreprocessForTarget_Warper",
"SmartOverlappingBatcher_Warper", "SmartOverlappingBatcher_Warper",
"SmartVideoBatcher_Warper" "SmartVideoBatcher_Warper"
], ],
@ -31213,7 +31215,8 @@
"mrmth_FloatToInt", "mrmth_FloatToInt",
"mrmth_ImageMathNode", "mrmth_ImageMathNode",
"mrmth_IntToFloat", "mrmth_IntToFloat",
"mrmth_LatentMathNode" "mrmth_LatentMathNode",
"mrmth_NoiseMathNode"
], ],
{ {
"title_aux": "More Math" "title_aux": "More Math"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "trashkollector",
"title": "ComfyUI-TKVideoZoom [WIP]",
"reference": "https://github.com/trashkollector/TKVideoZoom",
"files": [
"https://github.com/trashkollector/TKVideoZoom"
],
"install_type": "git-clone",
"description": "Various Zoom/Slide effects for Video\nNOTE: The files in the repo are not organized."
},
{ {
"author": "tankenyuen-ola", "author": "tankenyuen-ola",
"title": "comfyui-wanvideo-scheduler-loop", "title": "comfyui-wanvideo-scheduler-loop",

View File

@ -1272,7 +1272,27 @@
], ],
"https://github.com/DenRakEiw/DenRakEiw_Nodes": [ "https://github.com/DenRakEiw/DenRakEiw_Nodes": [
[ [
"ColorGeneratorNode" "ColorGeneratorNode",
"ConditioningInspector",
"EmptyLatentTransparent",
"FluxLayerDiffuseConditioningFix",
"FluxLayerDiffuseDecoder",
"FluxLayerDiffuseDecoderSimple",
"FluxLayerDiffuseEmptyConditioning",
"FluxLayerDiffuseI2I",
"FluxLayerDiffuseI2IAdvanced",
"FluxLayerDiffuseInfo",
"FluxLayerDiffuseModelManager",
"FluxLayerDiffuseSampler",
"FluxLayerDiffuseStandaloneLoader",
"FluxLayerDiffuseT2I",
"FluxLayerDiffuseT2IAdvanced",
"FluxLayerDiffuseTroubleshooter",
"FluxLayerDiffuseVAELoader",
"FluxLayerDiffuseWorkflowHelper",
"PreviewTransparentImage",
"SaveTransparentImage",
"TransparentImageInfo"
], ],
{ {
"title_aux": "Denrakeiw Nodes [WIP]" "title_aux": "Denrakeiw Nodes [WIP]"
@ -5314,7 +5334,9 @@
[ [
"Cosmos1ForwardRenderer", "Cosmos1ForwardRenderer",
"Cosmos1InverseRenderer", "Cosmos1InverseRenderer",
"LoadDiffusionRendererModel" "EnvironmentMapCacheManager",
"LoadDiffusionRendererModel",
"PreprocessEnvironmentMap"
], ],
{ {
"title_aux": "DiffusionRenderer-ComfyUI [WIP]" "title_aux": "DiffusionRenderer-ComfyUI [WIP]"
@ -9136,6 +9158,14 @@
"title_aux": "Albedo-Sampler-for-ComfyUI" "title_aux": "Albedo-Sampler-for-ComfyUI"
} }
], ],
"https://github.com/trashkollector/TKVideoZoom": [
[
"TKVideoZoom"
],
{
"title_aux": "ComfyUI-TKVideoZoom [WIP]"
}
],
"https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": [ "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": [
[ [
"AddApplicationNode", "AddApplicationNode",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "MiaoshouAI",
"title": "ComfyUI Video Segmentation Node",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation",
"files": [
"https://github.com/miaoshouai/ComfyUI-Video-Segmentation"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for automatic video scene segmentation using TransNetV2."
},
{ {
"author": "Simlym", "author": "Simlym",
"title": "ComfyUI Prompt Helper", "title": "ComfyUI Prompt Helper",

View File

@ -1452,6 +1452,7 @@
], ],
"https://github.com/AIWarper/ComfyUI-WarperNodes": [ "https://github.com/AIWarper/ComfyUI-WarperNodes": [
[ [
"CropAndRestore_Warper",
"DWPoseScalerNode_Warper", "DWPoseScalerNode_Warper",
"FacialPartMaskFromPose_Warper", "FacialPartMaskFromPose_Warper",
"FlowConfig_Warper", "FlowConfig_Warper",
@ -1460,6 +1461,7 @@
"GetBatchByIndex_Warper", "GetBatchByIndex_Warper",
"GetRaftFlow_Warper", "GetRaftFlow_Warper",
"MouthMaskFromPose_Warper", "MouthMaskFromPose_Warper",
"PreprocessForTarget_Warper",
"SmartOverlappingBatcher_Warper", "SmartOverlappingBatcher_Warper",
"SmartVideoBatcher_Warper" "SmartVideoBatcher_Warper"
], ],
@ -31213,7 +31215,8 @@
"mrmth_FloatToInt", "mrmth_FloatToInt",
"mrmth_ImageMathNode", "mrmth_ImageMathNode",
"mrmth_IntToFloat", "mrmth_IntToFloat",
"mrmth_LatentMathNode" "mrmth_LatentMathNode",
"mrmth_NoiseMathNode"
], ],
{ {
"title_aux": "More Math" "title_aux": "More Math"