update DB

This commit is contained in:
Dr.Lt.Data 2025-10-09 10:57:02 +09:00
parent b5a2bed539
commit 4d0c40ff8a
8 changed files with 2766 additions and 2617 deletions

View File

@ -15749,16 +15749,6 @@
"install_type": "git-clone",
"description": "The ComfyUI version of [a/Qwen3-Omini](https://github.com/QwenLM/Qwen3-Omni)"
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use Xverse",
"reference": "https://github.com/leeguandong/ComfyUI_Xverse",
"files": [
"https://github.com/leeguandong/ComfyUI_Xverse"
],
"install_type": "git-clone",
"description": "The ComfyUI version of [a/XVerse](https://github.com/bytedance/XVerse)"
},
{
"author": "lenskikh",
"title": "Propmt Worker",
@ -20792,6 +20782,16 @@
"install_type": "git-clone",
"description": "DeepExtract is a powerful and efficient tool designed to separate vocals and sounds from audio files, providing an enhanced experience for musicians, producers, and audio engineers. With DeepExtract, you can quickly and effectively isolate vocals or instruments from mixed audio tracks, facilitating tasks like remixing, karaoke preparation, or audio analysis."
},
{
"author": "abdozmantar",
"title": "DeepExtract2",
"reference": "https://github.com/abdozmantar/ComfyUI-DeepExtractV2",
"files": [
"https://github.com/abdozmantar/ComfyUI-DeepExtractV2"
],
"install_type": "git-clone",
"description": "DeepExtractV2 lightning-fast, high-quality audio separator. Instantly isolate vocals, drums, bass, and more from any track. Ideal for creators, DJs, and audio pros."
},
{
"author": "ctefer",
"title": "CFE_comfyui",
@ -22897,17 +22897,6 @@
"install_type": "git-clone",
"description": "Implementation of architectural related graph algorithm in ComfyUI."
},
{
"author": "ziwang-com",
"title": "comfyui-deepseek-r1",
"reference": "https://github.com/ziwang-com/comfyui-deepseek-r1",
"files": [
"https://github.com/ziwang-com/comfyui-deepseek-r1"
],
"install_type": "git-clone",
"description": "Comfyui-deepseek-r1 Node Plugin"
},
{
"author": "davidgressett",
"title": "CartesianCSVNode for ComfyUI",
@ -32525,7 +32514,7 @@
"https://github.com/5agado/ComfyUI-Sagado-Nodes"
],
"install_type": "git-clone",
"description": "NODES: Image Loader, Get Num Frames, Get Resolution Node"
"description": "NODES: Image Loader, Get Num Frames, Get Resolution Node, Video Loader, Film Grain"
},
{
"author": "FredBisAI",
@ -33911,6 +33900,16 @@
"install_type": "git-clone",
"description": "GIS Processing Nodes for ComfyUI"
},
{
"author": "Jairodaniel-17",
"title": "ComfyUI-translate-offline",
"reference": "https://github.com/Jairodaniel-17/ComfyUI-translate-offline",
"files": [
"https://github.com/Jairodaniel-17/ComfyUI-translate-offline"
],
"install_type": "git-clone",
"description": "ComfyUI-translate-offline is a custom node for ComfyUI designed to perform offline text translations using ONNXbased translation models from Hugging Face. The project enables integrating multilingual translations into ComfyUI workflows, focusing on text prompts and conditioning for CLIP models. It supports direct translation between configured language pairs as well as pivot translation via English when no direct model exists. It uses lazy model loading to optimize performance and a SQLite-based caching system to avoid repeated translations."
},

View File

@ -511,7 +511,7 @@
"https://github.com/3dgopnik/comfyui-arena-suite": [
[
"Arena_MakeTilesSegs",
"\ud83c\udd70\ufe0f Arena AutoCache v5.0.0"
"\ud83c\udd70\ufe0f Arena AutoCache v6.0.0"
],
{
"title_aux": "ComfyUI Arena Suite"
@ -6422,6 +6422,7 @@
"EncryptWatermark",
"GetResolutionForVR",
"ImageVRConverter",
"LoadImageWithFilename",
"RegexSubstitute",
"SaveAudioSimple",
"SaveStrippedUTF8File",
@ -6820,13 +6821,49 @@
],
"https://github.com/GizmoR13/PG-Nodes": [
[
"PgCheckpointSelect",
"PgClipSelect",
"PgClipVisionSelect",
"PgControlNetSelect",
"PgCpSwitch",
"PgCreateHookLoraBoth",
"PgCreateHookLoraClipOnly",
"PgCreateHookLoraModelOnly",
"PgDiffusionSelect",
"PgIPAdapterSelect",
"PgJustSaveImage",
"PgJustSaveImageOut",
"PgLORASelect",
"PgLazyPrompt",
"PgLazyPromptExt",
"PgLazyPromptMini",
"PgLoraBridgeLoader",
"PgMergeLoraBoth",
"PgMergeLoraClipOnly",
"PgMergeLoraModelOnly",
"PgPercentFloat",
"PgSamplerSelect",
"PgSamplerSelectCombo",
"PgSchedulerSelect",
"PgSchedulerSelectCombo",
"PgSetClipHooks",
"PgSetHookKeyframes",
"PgSetModelHooks",
"PgSwapCFGGuidance",
"PgUniCheckpointSelect",
"PgUniClipSelect",
"PgUniClipVisionSelect",
"PgUniControlNetSelect",
"PgUniDiffusionSelect",
"PgUniIPAdapterSelect",
"PgUniLORASelect",
"PgUniUpscaleSelect",
"PgUniVAESelect",
"PgUnifiedLoader",
"PgUnifiedLoaderMini"
"PgUnifiedLoaderMini",
"PgUpscaleSelect",
"PgVAESelect",
"PgXorDualToggle"
],
{
"title_aux": "PG Nodes"
@ -8144,6 +8181,15 @@
"title_aux": "RGB to CMYK for ComfyUI (Save as tif)"
}
],
"https://github.com/Jairodaniel-17/ComfyUI-translate-offline": [
[
"CLIPTextTranslateNode",
"PromptTextTranslateNode"
],
{
"title_aux": "ComfyUI-translate-offline"
}
],
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
[
"RandomIntegerNodeEfficient",
@ -17361,6 +17407,14 @@
"title_aux": "DeepExtract"
}
],
"https://github.com/abdozmantar/ComfyUI-DeepExtractV2": [
[
"DeepExtractV2Node"
],
{
"title_aux": "DeepExtract2"
}
],
"https://github.com/abdullahceylan/ac-comfyui-queue-manager": [
[
"QueueManagerNode"
@ -26984,8 +27038,11 @@
],
"https://github.com/gregory-richard/ComfyUI-WarpPipe": [
[
"Dead End",
"FD Scheduler Adapter",
"Unwarp",
"Warp",
"Warp Provider",
"custom_nodes"
],
{
@ -32432,16 +32489,6 @@
"title_aux": "ComfyUI_VisualAttentionMap"
}
],
"https://github.com/leeguandong/ComfyUI_Xverse": [
[
"XVerseGenerate",
"XVerseImageProcessor",
"XVerseModelLoader"
],
{
"title_aux": "ComfyUI nodes to use Xverse"
}
],
"https://github.com/leestuartx/ComfyUI-GG": [
[
"AddPaddingToImage",
@ -36207,6 +36254,7 @@
"InoGetLoraConfig",
"InoGetModelConfig",
"InoGetSamplerConfig",
"InoHttpCall",
"InoIntEqual",
"InoIntToString",
"InoJson",
@ -37065,6 +37113,11 @@
"AIHubExposeString",
"AIHubExposeStringSelection",
"AIHubExposeVideo",
"AIHubMetaExportLora",
"AIHubMetaExportModel",
"AIHubMetaSetExportedLoraImage",
"AIHubMetaSetExportedModelImage",
"AIHubMetaSetExportedWorkflowImage",
"AIHubUtilsCropMergedImageToLayerSize",
"AIHubUtilsFitLayerToMergedImage",
"AIHubUtilsFloatToInt",
@ -39538,9 +39591,14 @@
[
"ControlPanel",
"FilenameGenerator",
"FrameExtractor",
"GeminiUtilOptions",
"LoRAInfoExtractor",
"MediaDescribe",
"MediaDescribeOverrides",
"MediaDescribePromptBreakdown",
"MediaSelection",
"MultiCaptionCombiner",
"ShowText",
"SuperDualLoraLoader",
"SuperLoraLoader",
@ -43022,7 +43080,9 @@
],
"https://github.com/voxta-ai/ComfyUI-VoxtaNodes": [
[
"VoxtaExportCharacter"
"VoxtaExportCharacter",
"VoxtaFilterExistingCombinations",
"VoxtaOutputFolder"
],
{
"title_aux": "Voxta ComfyUI Nodes"
@ -45402,15 +45462,6 @@
"title_aux": "ComfyUI-Attention-Distillation"
}
],
"https://github.com/ziwang-com/comfyui-deepseek-r1": [
[
"deep_gen",
"deep_load"
],
{
"title_aux": "comfyui-deepseek-r1"
}
],
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [
[
"ArkVideoGenerate"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "silveroxides",
"title": "WIP Conditioning Toolkit [UNSAFE]",
"reference": "https://github.com/silveroxides/ComfyUI_CondsUtils",
"files": [
"https://github.com/silveroxides/ComfyUI_CondsUtils"
],
"install_type": "git-clone",
"description": "Custom nodes for modifying, saving and loading of various conditionings.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]"
},
{
"author": "ThuckMaBaws",
"title": "TMB Camera Modifier for ComfyUI [WIP]",
"reference": "https://github.com/ThuckMaBaws/TMB-Camera-Modifier",
"files": [
"https://github.com/ThuckMaBaws/TMB-Camera-Modifier"
],
"install_type": "git-clone",
"description": "This custom node adds a powerful camera-based modifier system to ComfyUI, enabling rich, authentic prompt generation for image workflows. Its designed for creators who want to simulate real-world camera setups, film types, and stylistic traits — all with flexible filtering and randomization.\nNOTE: The files in the repo are not organized."
},
{
"author": "pfpb",
"title": "comfyui-badnodes",

View File

@ -4053,6 +4053,14 @@
"title_aux": "ComfyUI Instructor Ollama"
}
],
"https://github.com/ThuckMaBaws/TMB-Camera-Modifier": [
[
"Camera Modifier Selector"
],
{
"title_aux": "TMB Camera Modifier for ComfyUI [WIP]"
}
],
"https://github.com/TimothyCMeehan/comfyui-ck3-presets": [
[
"CK3ResizeImage",
@ -7790,6 +7798,7 @@
[
"KesslerDev_AlwaysSeed",
"KesslerDev_EnvironmentVariableGetter",
"KesslerDev_LoadImageAndFilename",
"KesslerDev_MultilineTextChoice"
],
{
@ -9881,6 +9890,7 @@
"Batch Keyframes",
"Canny Edge",
"Get Image Dimensions",
"Integer Min/Max",
"Load Image Folder",
"Load Images",
"Load Images From List",
@ -10167,8 +10177,22 @@
"title_aux": "ComfyUI-SilentRain"
}
],
"https://github.com/silveroxides/ComfyUI_CondsUtils": [
[
"InsertT5XXLEmb",
"LoadReduxEmb",
"LoadT5XXLConds",
"LoadT5XXLEmb",
"SaveCondsEmb",
"SaveReduxEmb"
],
{
"title_aux": "WIP Conditioning Toolkit [UNSAFE]"
}
],
"https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [
[
"InsertT5XXLEmb",
"LoadReduxEmb",
"LoadT5XXLConds",
"LoadT5XXLEmb",
@ -10328,11 +10352,15 @@
[
"LoopTrimNode",
"PreviewVideo",
"ShotSplitByCutScore",
"SliceBatch",
"SliceLatents",
"URLToVideo",
"VideoDownloader",
"VideoShotSplitter"
"VideoShotSplitter",
"VideoShotSplitterV0",
"VideoShotSplitterV2",
"VideoShotSplitterV3"
],
{
"title_aux": "Sprited ComfyUI Nodes [WIP]"

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "ziwang-com",
"title": "comfyui-deepseek-r1 [REMOVED]",
"reference": "https://github.com/ziwang-com/comfyui-deepseek-r1",
"files": [
"https://github.com/ziwang-com/comfyui-deepseek-r1"
],
"install_type": "git-clone",
"description": "Comfyui-deepseek-r1 Node Plugin"
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use Xverse [REMOVED]",
"reference": "https://github.com/leeguandong/ComfyUI_Xverse",
"files": [
"https://github.com/leeguandong/ComfyUI_Xverse"
],
"install_type": "git-clone",
"description": "The ComfyUI version of [a/XVerse](https://github.com/bytedance/XVerse)"
},
{
"author": "Dehypnotic",
"title": "Dehypnotic Save nodes [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "abdozmantar",
"title": "DeepExtract2",
"reference": "https://github.com/abdozmantar/ComfyUI-DeepExtractV2",
"files": [
"https://github.com/abdozmantar/ComfyUI-DeepExtractV2"
],
"install_type": "git-clone",
"description": "DeepExtractV2 lightning-fast, high-quality audio separator. Instantly isolate vocals, drums, bass, and more from any track. Ideal for creators, DJs, and audio pros."
},
{
"author": "Jairodaniel-17",
"title": "ComfyUI-translate-offline",
"reference": "https://github.com/Jairodaniel-17/ComfyUI-translate-offline",
"files": [
"https://github.com/Jairodaniel-17/ComfyUI-translate-offline"
],
"install_type": "git-clone",
"description": "ComfyUI-translate-offline is a custom node for ComfyUI designed to perform offline text translations using ONNXbased translation models from Hugging Face. The project enables integrating multilingual translations into ComfyUI workflows, focusing on text prompts and conditioning for CLIP models. It supports direct translation between configured language pairs as well as pivot translation via English when no direct model exists. It uses lazy model loading to optimize performance and a SQLite-based caching system to avoid repeated translations."
},
{
"author": "Seungyong Lee",
"title": "ComfyUI-PromptEnhancer",
@ -41,16 +61,6 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node to overlay frame numbers on images (e.g., from VAE Decode) with customizable prefix, zero-padding, font, position, and text outline."
},
{
"author": "leeguandong",
"title": "ComfyUI nodes to use Xverse",
"reference": "https://github.com/leeguandong/ComfyUI_Xverse",
"files": [
"https://github.com/leeguandong/ComfyUI_Xverse"
],
"install_type": "git-clone",
"description": "The ComfyUI version of [a/XVerse](https://github.com/bytedance/XVerse)"
},
{
"author": "bobosola",
"title": "ComfyUI-reboot",
@ -675,26 +685,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI custom node: batch prompt queue from multiline/text file with incremental per-run consumption and {p} templating."
},
{
"author": "1038lab",
"title": "ComfyUI-VoxCPMTTS",
"reference": "https://github.com/1038lab/ComfyUI-VoxCPMTTS",
"files": [
"https://github.com/1038lab/ComfyUI-VoxCPMTTS"
],
"install_type": "git-clone",
"description": "A clean, efficient ComfyUI custom node for VoxCPMTTS (Text-to-Speech) functionality. This implementation provides high-quality speech generation and voice cloning capabilities using the VoxCPM model."
},
{
"author": "BizaNator",
"title": "ComfyUI Prompt Iterator Extension",
"reference": "https://github.com/BizaNator/ComfyUI_PromptIterator",
"files": [
"https://github.com/BizaNator/ComfyUI_PromptIterator"
],
"install_type": "git-clone",
"description": "A powerful custom node extension for ComfyUI that enables automatic iteration through multiple prompts with corresponding filename generation. Perfect for batch processing different variations like character face angles, poses, or any sequential prompt workflow."
}
]
}

View File

@ -511,7 +511,7 @@
"https://github.com/3dgopnik/comfyui-arena-suite": [
[
"Arena_MakeTilesSegs",
"\ud83c\udd70\ufe0f Arena AutoCache v5.0.0"
"\ud83c\udd70\ufe0f Arena AutoCache v6.0.0"
],
{
"title_aux": "ComfyUI Arena Suite"
@ -6422,6 +6422,7 @@
"EncryptWatermark",
"GetResolutionForVR",
"ImageVRConverter",
"LoadImageWithFilename",
"RegexSubstitute",
"SaveAudioSimple",
"SaveStrippedUTF8File",
@ -6820,13 +6821,49 @@
],
"https://github.com/GizmoR13/PG-Nodes": [
[
"PgCheckpointSelect",
"PgClipSelect",
"PgClipVisionSelect",
"PgControlNetSelect",
"PgCpSwitch",
"PgCreateHookLoraBoth",
"PgCreateHookLoraClipOnly",
"PgCreateHookLoraModelOnly",
"PgDiffusionSelect",
"PgIPAdapterSelect",
"PgJustSaveImage",
"PgJustSaveImageOut",
"PgLORASelect",
"PgLazyPrompt",
"PgLazyPromptExt",
"PgLazyPromptMini",
"PgLoraBridgeLoader",
"PgMergeLoraBoth",
"PgMergeLoraClipOnly",
"PgMergeLoraModelOnly",
"PgPercentFloat",
"PgSamplerSelect",
"PgSamplerSelectCombo",
"PgSchedulerSelect",
"PgSchedulerSelectCombo",
"PgSetClipHooks",
"PgSetHookKeyframes",
"PgSetModelHooks",
"PgSwapCFGGuidance",
"PgUniCheckpointSelect",
"PgUniClipSelect",
"PgUniClipVisionSelect",
"PgUniControlNetSelect",
"PgUniDiffusionSelect",
"PgUniIPAdapterSelect",
"PgUniLORASelect",
"PgUniUpscaleSelect",
"PgUniVAESelect",
"PgUnifiedLoader",
"PgUnifiedLoaderMini"
"PgUnifiedLoaderMini",
"PgUpscaleSelect",
"PgVAESelect",
"PgXorDualToggle"
],
{
"title_aux": "PG Nodes"
@ -8144,6 +8181,15 @@
"title_aux": "RGB to CMYK for ComfyUI (Save as tif)"
}
],
"https://github.com/Jairodaniel-17/ComfyUI-translate-offline": [
[
"CLIPTextTranslateNode",
"PromptTextTranslateNode"
],
{
"title_aux": "ComfyUI-translate-offline"
}
],
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
[
"RandomIntegerNodeEfficient",
@ -17361,6 +17407,14 @@
"title_aux": "DeepExtract"
}
],
"https://github.com/abdozmantar/ComfyUI-DeepExtractV2": [
[
"DeepExtractV2Node"
],
{
"title_aux": "DeepExtract2"
}
],
"https://github.com/abdullahceylan/ac-comfyui-queue-manager": [
[
"QueueManagerNode"
@ -26984,8 +27038,11 @@
],
"https://github.com/gregory-richard/ComfyUI-WarpPipe": [
[
"Dead End",
"FD Scheduler Adapter",
"Unwarp",
"Warp",
"Warp Provider",
"custom_nodes"
],
{
@ -32432,16 +32489,6 @@
"title_aux": "ComfyUI_VisualAttentionMap"
}
],
"https://github.com/leeguandong/ComfyUI_Xverse": [
[
"XVerseGenerate",
"XVerseImageProcessor",
"XVerseModelLoader"
],
{
"title_aux": "ComfyUI nodes to use Xverse"
}
],
"https://github.com/leestuartx/ComfyUI-GG": [
[
"AddPaddingToImage",
@ -36207,6 +36254,7 @@
"InoGetLoraConfig",
"InoGetModelConfig",
"InoGetSamplerConfig",
"InoHttpCall",
"InoIntEqual",
"InoIntToString",
"InoJson",
@ -37065,6 +37113,11 @@
"AIHubExposeString",
"AIHubExposeStringSelection",
"AIHubExposeVideo",
"AIHubMetaExportLora",
"AIHubMetaExportModel",
"AIHubMetaSetExportedLoraImage",
"AIHubMetaSetExportedModelImage",
"AIHubMetaSetExportedWorkflowImage",
"AIHubUtilsCropMergedImageToLayerSize",
"AIHubUtilsFitLayerToMergedImage",
"AIHubUtilsFloatToInt",
@ -39538,9 +39591,14 @@
[
"ControlPanel",
"FilenameGenerator",
"FrameExtractor",
"GeminiUtilOptions",
"LoRAInfoExtractor",
"MediaDescribe",
"MediaDescribeOverrides",
"MediaDescribePromptBreakdown",
"MediaSelection",
"MultiCaptionCombiner",
"ShowText",
"SuperDualLoraLoader",
"SuperLoraLoader",
@ -43022,7 +43080,9 @@
],
"https://github.com/voxta-ai/ComfyUI-VoxtaNodes": [
[
"VoxtaExportCharacter"
"VoxtaExportCharacter",
"VoxtaFilterExistingCombinations",
"VoxtaOutputFolder"
],
{
"title_aux": "Voxta ComfyUI Nodes"
@ -45402,15 +45462,6 @@
"title_aux": "ComfyUI-Attention-Distillation"
}
],
"https://github.com/ziwang-com/comfyui-deepseek-r1": [
[
"deep_gen",
"deep_load"
],
{
"title_aux": "comfyui-deepseek-r1"
}
],
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [
[
"ArkVideoGenerate"