update DB

This commit is contained in:
Dr.Lt.Data 2025-11-04 23:25:04 +09:00
parent d2a795c866
commit 97b518de12
7 changed files with 2066 additions and 1928 deletions

View File

@ -35455,6 +35455,36 @@
"install_type": "git-clone",
"description": "Load upscale models directly from Hugging Face Hub in ComfyUI"
},
{
"author": "edoardocompagnucci",
"title": "ComfyUI-HSyn9DHPE",
"reference": "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE",
"files": [
"https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for 9D Human Pose Estimation, integrating the [a/HSyn9DHPE](https://github.com/edoardocompagnucci/HSyn9DHPE) project."
},
{
"author": "dskjal",
"title": "comfyui-yolov8-simple",
"reference": "https://github.com/dskjal/comfyui-yolov8-simple",
"files": [
"https://github.com/dskjal/comfyui-yolov8-simple"
],
"install_type": "git-clone",
"description": "Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node."
},
{
"author": "WingeD123",
"title": "ComfyUI_QwenVL_PromptCaption",
"reference": "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption",
"files": [
"https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption"
],
"install_type": "git-clone",
"description": "Leverages Qwen 2.5/3 VL for prompt inversion & caption generation."
},

View File

@ -16619,6 +16619,7 @@
"WASLoadLUT",
"WASMoEConditioningListAppend",
"WASSaveLUT",
"WASTiledImageUpscaleWithModel",
"WASWan22MoESamplerCtx"
],
{
@ -17029,6 +17030,17 @@
"title_aux": "ComfyUI_CheckVprediction"
}
],
"https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [
[
"Qwen25Caption",
"Qwen25CaptionBatch",
"Qwen3Caption",
"Qwen3CaptionBatch"
],
{
"title_aux": "ComfyUI_QwenVL_PromptCaption"
}
],
"https://github.com/X-School-Academy/X-FluxAgent": [
[
"X-FluxAgent.AICodeGenNode",
@ -18131,10 +18143,14 @@
],
"https://github.com/abdullahceylan/ac-comfyui-image-optimizer": [
[
"ACImageBatchResizer",
"ACImageInfo",
"ACImageOptimizer",
"ACImageOptimizerAdvanced",
"ACImageOptimizerMultiInput",
"ACImageOptimizerPreview",
"ACImageOptimizerSave"
"ACImageOptimizerSave",
"ACImageOptimizerSaveMultiInput"
],
{
"author": "Abdullah Ceylan",
@ -25302,7 +25318,9 @@
"Advanced Curved ControlNet Scheduler",
"AutoBackgroundMask",
"AutoPersonMask",
"CurveFormulaBuilder",
"Curved ControlNet Scheduler",
"InteractiveCurveDesigner",
"MaskSymmetryTool",
"MultiMaskStrengthCombiner",
"RegionalPromptInterpolation",
@ -25760,6 +25778,15 @@
"title_aux": "ComfyUI-Thread"
}
],
"https://github.com/dskjal/comfyui-yolov8-simple": [
[
"ImageCompositeBlurred",
"Yolov8DS"
],
{
"title_aux": "comfyui-yolov8-simple"
}
],
"https://github.com/duchamps0305/comfyui-white-extractor": [
[
"WhitePercentage"
@ -26039,6 +26066,14 @@
"title_aux": "Eden.art LoRa Trainer"
}
],
"https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": [
[
"HSyn9DHPE"
],
{
"title_aux": "ComfyUI-HSyn9DHPE"
}
],
"https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": [
[
"Load Images and Prompts from Directory",
@ -27568,19 +27603,17 @@
"LocalLaplacianFilter",
"PaletteFilterLUT",
"PerturbedAttentionDelta",
"QMS",
"QuantileMatchScaling",
"SADAInfo",
"SADAModelPatch",
"SDXL_LoRA_BlockSlider_Loader",
"SpatialSplitAttention",
"SpectralDriftPerturbation",
"StructuredLatent",
"Temperature Adjust",
"TokenDeltaPerturbation",
"TokenSculptor",
"TokenVisualizer",
"UNetHeatmap",
"VelocityScaling"
"UNetHeatmap"
],
{
"title_aux": "ComfyUI-geltz"
@ -34035,6 +34068,7 @@
"FixPulidFluxPatch",
"PulidFluxEvaClipLoader",
"PulidFluxFaceDetector",
"PulidFluxFaceNetLoader",
"PulidFluxInsightFaceLoader",
"PulidFluxModelLoader",
"PulidFluxOptions"
@ -34472,7 +34506,7 @@
],
"https://github.com/loockluo/comfyui-whisperx-pro": [
[
"WhisperX Alignment"
"WhisperX SRT Generator"
],
{
"title_aux": "ComfyUI WhisperX Pro"
@ -37759,7 +37793,8 @@
"WithAnyoneBBoxNode",
"WithAnyoneModelLoaderNode",
"WithAnyoneSamplerNode",
"WithAnyoneSigLIPExtractorNode"
"WithAnyoneSigLIPExtractorNode",
"WithAnyoneSinglePersonConditioningNode"
],
{
"title_aux": "ComfyUI-WithAnyone"
@ -40392,6 +40427,7 @@
],
"https://github.com/ru4ls/ComfyUI_StreetView-Loader": [
[
"StreetViewAnimator",
"StreetViewLoader",
"StreetViewPanoLoader",
"StreetViewURLParser"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "90cube",
"title": "CBCanvas Node for ComfyUI [WIP]",
"reference": "https://github.com/90cube/Comfyui-CBcanvas",
"files": [
"https://github.com/90cube/Comfyui-CBcanvas"
],
"install_type": "git-clone",
"description": "Canvas node with intelligent aspect ratio control - 13 preset aspect ratios from ultra-wide (21:9) to ultra-tall (9:21).\nNOTE: The files in the repo are not organized."
},
{
"author": "r-vage",
"title": "ComfyUI_Eclipse [UNSAFE]",
"reference": "https://github.com/r-vage/ComfyUI_Eclipse",
"files": [
"https://github.com/r-vage/ComfyUI_Eclipse"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities.[w/This node pack includes an endpoint that access files from arbitrary paths.]"
},
{
"author": "silveroxides",
"title": "ComfyUI_LogicMath",

View File

@ -398,6 +398,14 @@
"title_aux": "comfyui-promptbymood [WIP]"
}
],
"https://github.com/90cube/Comfyui-CBcanvas": [
[
"CBCanvasNode"
],
{
"title_aux": "CBCanvas Node for ComfyUI [WIP]"
}
],
"https://github.com/A1rCHAN/ComfyUI_A1rSpace": [
[
"A1r AB Checkpoint",
@ -7621,7 +7629,9 @@
"Alta:API_TranscribeAudio",
"Alta:API_Translate",
"Alta:Add(Math)",
"Alta:AddInt(Math)",
"Alta:BuildFilePath",
"Alta:DeleteAudioFromMemory",
"Alta:DeleteFile(Util)",
"Alta:FileDownloader",
"Alta:GetFaceMask",
@ -7637,6 +7647,8 @@
"Alta:ListElement(Util)",
"Alta:ListFilesByExt",
"Alta:ListLength(Util)",
"Alta:LoadAudioByPath",
"Alta:LoadAudioFromMemory",
"Alta:LoadFilesFromFolder",
"Alta:LoadImage",
"Alta:LoadImageFromPath",
@ -7646,6 +7658,7 @@
"Alta:LoadVideoPath",
"Alta:LoadVideosFromFolder",
"Alta:MergeNodes",
"Alta:MoveFile(File)",
"Alta:MultiRoute",
"Alta:OpenAIImages2Image",
"Alta:ReadImageFromFile",
@ -7655,12 +7668,15 @@
"Alta:SaveImagePlus",
"Alta:SaveStringToFile",
"Alta:SpeakerDiarization",
"Alta:StoreAudioInMemory",
"Alta:StrToNum(Math)",
"Alta:Sub(Math)",
"Alta:SubInt(Math)",
"Alta:SyncLipsyncNode(path)",
"Alta:SyncLipsyncNode(url)",
"Alta:VideoCombine",
"Alta:YOLOFaceModelCore",
"Alta:writeStringToFile",
"Alta:\u5373\u68a6API\u56fe\u751f\u89c6\u9891",
"Alta:\u5373\u68a6API\u56fe\u751f\u89c6\u9891\u7ed3\u679c\u67e5\u8be2",
"Alta:\u5373\u68a6API\u6587\u751f\u56fe",

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "edoardocompagnucci",
"title": "ComfyUI-HSyn9DHPE",
"reference": "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE",
"files": [
"https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for 9D Human Pose Estimation, integrating the [a/HSyn9DHPE](https://github.com/edoardocompagnucci/HSyn9DHPE) project."
},
{
"author": "dskjal",
"title": "comfyui-yolov8-simple",
"reference": "https://github.com/dskjal/comfyui-yolov8-simple",
"files": [
"https://github.com/dskjal/comfyui-yolov8-simple"
],
"install_type": "git-clone",
"description": "Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node."
},
{
"author": "WingeD123",
"title": "ComfyUI_QwenVL_PromptCaption",
"reference": "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption",
"files": [
"https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption"
],
"install_type": "git-clone",
"description": "Leverages Qwen 2.5/3 VL for prompt inversion & caption generation."
},
{
"author": "Amir Ferdos (ArchAi3d)",
"title": "ComfyUI-GRAG-ArchAi3D",
@ -671,46 +701,6 @@
],
"install_type": "git-clone",
"description": "A powerful blind watermark plugin for ComfyUI that allows you to embed and extract invisible watermarks in images using frequency domain techniques (DWT-DCT-SVD)."
},
{
"author": "wallen0322",
"title": "ComfyUI-Wan22FMLF",
"reference": "https://github.com/wallen0322/ComfyUI-Wan22FMLF",
"files": [
"https://github.com/wallen0322/ComfyUI-Wan22FMLF"
],
"install_type": "git-clone",
"description": "Multi-frame reference conditioning nodes for Wan2.2 A14B I2V models."
},
{
"author": "tmode-1960",
"title": "TA-ComfyUI-Nodes-Pack",
"reference": "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack",
"files": [
"https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack"
],
"install_type": "git-clone",
"description": "Some useful nodes for ComfyUI (model loader & extensions for EBU-LMStudio)"
},
{
"author": "lakkiy",
"title": "ComfyUI-RWImageS3",
"reference": "https://github.com/lakkiy/ComfyUI-RWImageS3",
"files": [
"https://github.com/lakkiy/ComfyUI-RWImageS3"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI extension that enables seamless integration with AWS S3 storage for reading and saving images directly within your ComfyUI workflows. This extension eliminates the need for manual file transfers by providing direct S3 connectivity for your image processing pipelines."
},
{
"author": "lihaoyun6",
"title": "ComfyUI-FlashVSR_Ultra_Fast",
"reference": "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast",
"files": [
"https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast"
],
"install_type": "git-clone",
"description": "Running FlashVSR on lower VRAM without any artifacts."
}
]
}

View File

@ -16619,6 +16619,7 @@
"WASLoadLUT",
"WASMoEConditioningListAppend",
"WASSaveLUT",
"WASTiledImageUpscaleWithModel",
"WASWan22MoESamplerCtx"
],
{
@ -17029,6 +17030,17 @@
"title_aux": "ComfyUI_CheckVprediction"
}
],
"https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": [
[
"Qwen25Caption",
"Qwen25CaptionBatch",
"Qwen3Caption",
"Qwen3CaptionBatch"
],
{
"title_aux": "ComfyUI_QwenVL_PromptCaption"
}
],
"https://github.com/X-School-Academy/X-FluxAgent": [
[
"X-FluxAgent.AICodeGenNode",
@ -18131,10 +18143,14 @@
],
"https://github.com/abdullahceylan/ac-comfyui-image-optimizer": [
[
"ACImageBatchResizer",
"ACImageInfo",
"ACImageOptimizer",
"ACImageOptimizerAdvanced",
"ACImageOptimizerMultiInput",
"ACImageOptimizerPreview",
"ACImageOptimizerSave"
"ACImageOptimizerSave",
"ACImageOptimizerSaveMultiInput"
],
{
"author": "Abdullah Ceylan",
@ -25302,7 +25318,9 @@
"Advanced Curved ControlNet Scheduler",
"AutoBackgroundMask",
"AutoPersonMask",
"CurveFormulaBuilder",
"Curved ControlNet Scheduler",
"InteractiveCurveDesigner",
"MaskSymmetryTool",
"MultiMaskStrengthCombiner",
"RegionalPromptInterpolation",
@ -25760,6 +25778,15 @@
"title_aux": "ComfyUI-Thread"
}
],
"https://github.com/dskjal/comfyui-yolov8-simple": [
[
"ImageCompositeBlurred",
"Yolov8DS"
],
{
"title_aux": "comfyui-yolov8-simple"
}
],
"https://github.com/duchamps0305/comfyui-white-extractor": [
[
"WhitePercentage"
@ -26039,6 +26066,14 @@
"title_aux": "Eden.art LoRa Trainer"
}
],
"https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": [
[
"HSyn9DHPE"
],
{
"title_aux": "ComfyUI-HSyn9DHPE"
}
],
"https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": [
[
"Load Images and Prompts from Directory",
@ -27568,19 +27603,17 @@
"LocalLaplacianFilter",
"PaletteFilterLUT",
"PerturbedAttentionDelta",
"QMS",
"QuantileMatchScaling",
"SADAInfo",
"SADAModelPatch",
"SDXL_LoRA_BlockSlider_Loader",
"SpatialSplitAttention",
"SpectralDriftPerturbation",
"StructuredLatent",
"Temperature Adjust",
"TokenDeltaPerturbation",
"TokenSculptor",
"TokenVisualizer",
"UNetHeatmap",
"VelocityScaling"
"UNetHeatmap"
],
{
"title_aux": "ComfyUI-geltz"
@ -34035,6 +34068,7 @@
"FixPulidFluxPatch",
"PulidFluxEvaClipLoader",
"PulidFluxFaceDetector",
"PulidFluxFaceNetLoader",
"PulidFluxInsightFaceLoader",
"PulidFluxModelLoader",
"PulidFluxOptions"
@ -34472,7 +34506,7 @@
],
"https://github.com/loockluo/comfyui-whisperx-pro": [
[
"WhisperX Alignment"
"WhisperX SRT Generator"
],
{
"title_aux": "ComfyUI WhisperX Pro"
@ -37759,7 +37793,8 @@
"WithAnyoneBBoxNode",
"WithAnyoneModelLoaderNode",
"WithAnyoneSamplerNode",
"WithAnyoneSigLIPExtractorNode"
"WithAnyoneSigLIPExtractorNode",
"WithAnyoneSinglePersonConditioningNode"
],
{
"title_aux": "ComfyUI-WithAnyone"
@ -40392,6 +40427,7 @@
],
"https://github.com/ru4ls/ComfyUI_StreetView-Loader": [
[
"StreetViewAnimator",
"StreetViewLoader",
"StreetViewPanoLoader",
"StreetViewURLParser"