update DB

This commit is contained in:
Dr.Lt.Data 2025-10-14 08:39:13 +09:00
parent ca749eb4d2
commit 5554e52799
7 changed files with 2701 additions and 2671 deletions

View File

@ -4548,6 +4548,8 @@
"IMGToIMGConditioning",
"KeywordExtractor",
"LoadBatchImagesDir",
"LoraDBBuilder",
"LoraTriggerLookup",
"MasterKey",
"Modelswitch",
"PeopleEvaluationNode",
@ -7604,6 +7606,15 @@
"title_aux": "ComfyUI-Loop"
}
],
"https://github.com/IAMCCS/IAMCCS-nodes": [
[
"IAMCCS_ModelWithLoRA",
"IAMCCS_WanLoRAStack"
],
{
"title_aux": "IAMCCS-nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [
[
"MI2V Flow Animator",
@ -10582,6 +10593,18 @@
"title_aux": "ComfyUI ZhipuAI Platform"
}
],
"https://github.com/MichaelMaxAgent/comfyui_ML_nodes": [
[
"MLFrameRateResampler",
"MLFrameRateResampler_GPU",
"SaveImageCleanMetadata",
"SaveImageNoMetadata",
"SaveVideoNoMetadata"
],
{
"title_aux": "ComfyUI ML Nodes"
}
],
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [
[
"Sam2ContextSegmentation",

File diff suppressed because it is too large Load Diff

View File

@ -570,16 +570,6 @@
"install_type": "git-clone",
"description": "Opinionated custom nodes and ready-to-use workflows for dataset prep and portrait/headshot pipelines in ComfyUI.\nNOTE: The files in the repo are not organized.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]"
},
{
"author": "GeekyGhost",
"title": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]",
"reference": "https://github.com/GeekyGhost/24oiduts-ComfyUI",
"files": [
"https://github.com/GeekyGhost/24oiduts-ComfyUI"
],
"install_type": "git-clone",
"description": "Studio42 is a comprehensive suite of advanced custom nodes that brings professional-grade image and video editing capabilities to ComfyUI. Designed for efficiency, quality, and creative flexibility, this suite provides cutting-edge background removal, layer composition, and patch manipulation tools used in modern VFX and content creation workflows."
},
{
"author": "ches2010",
"title": "comfyui_aliyundrive_uploader",

View File

@ -1912,21 +1912,6 @@
"title_aux": "PMSnodes [WIP]"
}
],
"https://github.com/GeekyGhost/24oiduts-ComfyUI": [
[
"Studio42AudioLoader",
"Studio42AudioMixer",
"Studio42BackgroundRemoverEnhanced",
"Studio42LayerComposer",
"Studio42PatchDrop",
"Studio42PatchLiftLoader",
"Studio42VideoPatchDrop",
"Studio42VideoPatchLiftLoader"
],
{
"title_aux": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]"
}
],
"https://github.com/GentlemanHu/ComfyUI-Notifier": [
[
"GentlemanHu_Notifier"
@ -5720,7 +5705,6 @@
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
"CLIPTextEncodeHunyuanDiT",
"CLIPVisionEncode",
"CLIPVisionLoader",
"CheckpointLoader",
@ -5748,8 +5732,6 @@
"DualCFGGuider",
"DualCLIPLoader",
"EmptyAudio",
"EmptyHunyuanImageLatent",
"EmptyHunyuanLatentVideo",
"EmptyImage",
"EmptyLatentAudio",
"EmptyLatentHunyuan3Dv2",
@ -5769,8 +5751,6 @@
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HunyuanImageToVideo",
"HunyuanRefinerLatent",
"HypernetworkLoader",
"ImageAddNoise",
"ImageBatch",
@ -5971,7 +5951,6 @@
"TestVariadicAverage",
"TestWhileLoopClose",
"TestWhileLoopOpen",
"TextEncodeHunyuanVideo_ImageToVideo",
"ThresholdMask",
"TrainLoraNode",
"TrimAudioDuration",
@ -7252,12 +7231,16 @@
[
"Alta:API_ProcessVideo",
"Alta:API_TranscribeAudio",
"Alta:BuildFilePath",
"Alta:FileDownloader",
"Alta:GetFaceMask",
"Alta:GetFilenameNoExt",
"Alta:GetImageAndPath",
"Alta:GetImageByIndex",
"Alta:GetStringByIndex",
"Alta:ListAllFiles",
"Alta:ListFilesByExt",
"Alta:LoadFilesFromFolder",
"Alta:LoadImage",
"Alta:LoadImageFromPath",
"Alta:LoadImageWithPath",
@ -11011,6 +10994,7 @@
"https://github.com/wTechArtist/ComfyUI-VVL-Tools": [
[
"ApplyUrlsToJson",
"BlenderModelAligner",
"BlenderSmartModelScalerBatch",
"DimensionReorderAndScale",
"DynamicBatchAnything",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "GeekyGhost",
"title": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [REMOVED]",
"reference": "https://github.com/GeekyGhost/24oiduts-ComfyUI",
"files": [
"https://github.com/GeekyGhost/24oiduts-ComfyUI"
],
"install_type": "git-clone",
"description": "Studio42 is a comprehensive suite of advanced custom nodes that brings professional-grade image and video editing capabilities to ComfyUI. Designed for efficiency, quality, and creative flexibility, this suite provides cutting-edge background removal, layer composition, and patch manipulation tools used in modern VFX and content creation workflows."
},
{
"author": "rvage",
"title": "ComfyUI-RvTools-X [REMOVED]",

View File

@ -4548,6 +4548,8 @@
"IMGToIMGConditioning",
"KeywordExtractor",
"LoadBatchImagesDir",
"LoraDBBuilder",
"LoraTriggerLookup",
"MasterKey",
"Modelswitch",
"PeopleEvaluationNode",
@ -7604,6 +7606,15 @@
"title_aux": "ComfyUI-Loop"
}
],
"https://github.com/IAMCCS/IAMCCS-nodes": [
[
"IAMCCS_ModelWithLoRA",
"IAMCCS_WanLoRAStack"
],
{
"title_aux": "IAMCCS-nodes"
}
],
"https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [
[
"MI2V Flow Animator",
@ -10582,6 +10593,18 @@
"title_aux": "ComfyUI ZhipuAI Platform"
}
],
"https://github.com/MichaelMaxAgent/comfyui_ML_nodes": [
[
"MLFrameRateResampler",
"MLFrameRateResampler_GPU",
"SaveImageCleanMetadata",
"SaveImageNoMetadata",
"SaveVideoNoMetadata"
],
{
"title_aux": "ComfyUI ML Nodes"
}
],
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [
[
"Sam2ContextSegmentation",