update DB

This commit is contained in:
Dr.Lt.Data 2024-07-18 20:36:41 +09:00
parent f48faf3059
commit 68d085439b
6 changed files with 1041 additions and 882 deletions

View File

@ -150,7 +150,7 @@
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
],
"install_type": "git-clone",
"description": "Nodes: KSampler Gradually Adding More Denoise (efficient)"
"description": "A custom node suite for Video Frame Interpolation in ComfyUI"
},
{
"author": "Fannovel16",
@ -8422,6 +8422,17 @@
"install_type": "git-clone",
"description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor."
},
{
"author": "AIFSH",
"title": "VocalSeparation-ComfyUI",
"id": "vocalseparation",
"reference": "https://github.com/AIFSH/VocalSeparation-ComfyUI",
"files": [
"https://github.com/AIFSH/VocalSeparation-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for separation vocals from music based on [a/ZFTurbo/Music-Source-Separation-Training](https://github.com/ZFTurbo/Music-Source-Separation-Training)"
},
{
"author": "AIFSH",
"title": "DiffMorpher-ComfyUI",
@ -11675,7 +11686,40 @@
],
"nodename_pattern": " \\(cozy\\)",
"install_type": "git-clone",
"description": "Post images and video to Discord. Nodes to facilitate communication using REST. "
"description": "Post images and video to Discord. Nodes to facilitate communication using REST."
},
{
"author": "WX-NPS1598",
"title": "ComfyUI-auto-crop-by-NPS",
"id": "auto-crop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-AstralAnimator",
"id": "astralanimator",
"reference": "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-AstralAnimator"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation."
},
{
"author": "RhizoNymph",
"title": "ComfyUI-Latte",
"id": "latte",
"reference": "https://github.com/RhizoNymph/ComfyUI-Latte",
"files": [
"https://github.com/RhizoNymph/ComfyUI-Latte"
],
"install_type": "git-clone",
"description": "Nodes:LatteVideoGenerator"
},

View File

@ -504,7 +504,9 @@
],
"https://github.com/AIFSH/CosyVoice-ComfyUI": [
[
"CosyVoiceDubbingNode",
"CosyVoiceNode",
"LoadSRT",
"TextNode"
],
{
@ -530,6 +532,14 @@
"title_aux": "SenseVoice-ComfyUI"
}
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[
"VocalSeparationNode"
],
{
"title_aux": "VocalSeparation-ComfyUI"
}
],
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [
[
"LoadMarianMTCheckPoint",
@ -3908,6 +3918,14 @@
"title_aux": "ComfyUI-RenderRiftNodes"
}
],
"https://github.com/RhizoNymph/ComfyUI-Latte": [
[
"LatteVideoGenerator"
],
{
"title_aux": "ComfyUI-Latte"
}
],
"https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
[
"LatentAddTransform",
@ -4435,6 +4453,14 @@
"title_aux": "Shibiko AI ComfyUI Tools"
}
],
"https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": [
[
"AstralAnimator"
],
{
"title_aux": "ComfyUI-AstralAnimator"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[
"SVDRsizer"
@ -5642,6 +5668,14 @@
"title_aux": "WAS Node Suite"
}
],
"https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS": [
[
"AutoCropByNPS"
],
{
"title_aux": "ComfyUI-auto-crop-by-NPS"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
@ -8431,6 +8465,15 @@
"title_aux": "ComfyQR-scanning-nodes"
}
],
"https://github.com/cozy-comfyui/cozy_comm": [
[
"CozyDiscordPost"
],
{
"nodename_pattern": " \\(cozy\\)",
"title_aux": "Cozy Communication"
}
],
"https://github.com/cozymantis/cozy-utils-comfyui-nodes": [
[
"Cozy Sampler Options"
@ -13148,7 +13191,8 @@
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq": [
[
"INSPY removebg Apply",
"INSPY removebg ModelLoader"
"INSPY removebg ModelLoader",
"INSPY removebg ModelLoaderFromPath"
],
{
"title_aux": "ComfyUI_InSPyResNet_zmq"
@ -16123,6 +16167,7 @@
"easy comfyLoader",
"easy compare",
"easy controlnetLoader",
"easy controlnetLoader++",
"easy controlnetLoaderADV",
"easy controlnetNames",
"easy controlnetStack",

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,16 @@
{
"author": "adityathiru",
"title": "ComfyUI LLMs [WIP]",
"reference": "https://github.com/adityathiru/ComfyUI-LLMs",
"files": [
"https://github.com/adityathiru/ComfyUI-LLMs"
],
"install_type": "git-clone",
"description": "Goal: To enable folks to rapidly build complex workflows with LLMs\nNOTE:☠️ This is experimental and not recommended to use in a production environment (yet!)"
},
{
"author": "walterFeng",
"title": "ComfyUI-Image-Utils",

View File

@ -12,6 +12,28 @@
{
"author": "ShmuelRonen",
"title": "ComfyUI-AstralAnimator",
"id": "astralanimator",
"reference": "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-AstralAnimator"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation."
},
{
"author": "AIFSH",
"title": "VocalSeparation-ComfyUI",
"id": "vocalseparation",
"reference": "https://github.com/AIFSH/VocalSeparation-ComfyUI",
"files": [
"https://github.com/AIFSH/VocalSeparation-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for separation vocals from music based on [a/ZFTurbo/Music-Source-Separation-Training](https://github.com/ZFTurbo/Music-Source-Separation-Training)"
},
{
"author": "amorano",
"title": "Cozy Communication",
@ -24,6 +46,28 @@
"install_type": "git-clone",
"description": "Post images and video to Discord. Nodes to facilitate communication using REST. "
},
{
"author": "WX-NPS1598",
"title": "ComfyUI-auto-crop-by-NPS",
"id": "auto-crop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider."
},
{
"author": "RhizoNymph",
"title": "ComfyUI-Latte",
"id": "latte",
"reference": "https://github.com/RhizoNymph/ComfyUI-Latte",
"files": [
"https://github.com/RhizoNymph/ComfyUI-Latte"
],
"install_type": "git-clone",
"description": "Nodes:LatteVideoGenerator"
},
{
"author": "lrzjason",
"title": "Comfyui Kolors Utils",
@ -646,60 +690,6 @@
],
"install_type": "git-clone",
"description": "Content generation with open source models in comfyui via graq api implementation."
},
{
"author": "AIFSH",
"title": "ComfyUI-MimicMotion",
"id": "mimicmotion-aifsh",
"reference": "https://github.com/AIFSH/ComfyUI-MimicMotion",
"files": [
"https://github.com/AIFSH/ComfyUI-MimicMotion"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/MimicMotion](https://github.com/Tencent/MimicMotion)"
},
{
"author": "AIFSH",
"title": "ComfyUI-DiffSynth-Studio",
"id": "diffsynth-studio",
"reference": "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio",
"files": [
"https://github.com/AIFSH/ComfyUI-DiffSynth-Studio"
],
"install_type": "git-clone",
"description": "make [a/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) available in ComfyUI"
},
{
"author": "1038lab",
"title": "ComfyUI-latentSizeSelector",
"id": "ComfyUI-latentSizeSelector",
"reference": "https://github.com/1038lab/ComfyUI_LatentSizeSelector",
"files": [
"https://github.com/1038lab/ComfyUI_LatentSizeSelector"
],
"install_type": "git-clone",
"description": "You'll get a new node Latent Size Selector, you can pick the x and y sizes from a list."
},
{
"author": "AIFSH",
"title": "ComfyUI-I2V-Adapter",
"id": "i2v-adapter",
"reference": "https://github.com/AIFSH/ComfyUI-I2V-Adapter",
"files": [
"https://github.com/AIFSH/ComfyUI-I2V-Adapter"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/I2V-Adapter](https://github.com/KwaiVGI/I2V-Adapter)"
},
{
"author": "DeJoker",
"title": "Pipeline Parallel ComfyUI",
"reference": "https://github.com/DeJoker/pipeline-parallel-comfy",
"files": [
"https://github.com/DeJoker/pipeline-parallel-comfy"
],
"install_type": "git-clone",
"description": "provide extra api to run prompt request with parallel execution of independent node"
}
]
}

View File

@ -504,7 +504,9 @@
],
"https://github.com/AIFSH/CosyVoice-ComfyUI": [
[
"CosyVoiceDubbingNode",
"CosyVoiceNode",
"LoadSRT",
"TextNode"
],
{
@ -530,6 +532,14 @@
"title_aux": "SenseVoice-ComfyUI"
}
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[
"VocalSeparationNode"
],
{
"title_aux": "VocalSeparation-ComfyUI"
}
],
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [
[
"LoadMarianMTCheckPoint",
@ -3908,6 +3918,14 @@
"title_aux": "ComfyUI-RenderRiftNodes"
}
],
"https://github.com/RhizoNymph/ComfyUI-Latte": [
[
"LatteVideoGenerator"
],
{
"title_aux": "ComfyUI-Latte"
}
],
"https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
[
"LatentAddTransform",
@ -4435,6 +4453,14 @@
"title_aux": "Shibiko AI ComfyUI Tools"
}
],
"https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": [
[
"AstralAnimator"
],
{
"title_aux": "ComfyUI-AstralAnimator"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[
"SVDRsizer"
@ -5642,6 +5668,14 @@
"title_aux": "WAS Node Suite"
}
],
"https://github.com/WX-NPS1598/ComfyUI-auto-crop-by-NPS": [
[
"AutoCropByNPS"
],
{
"title_aux": "ComfyUI-auto-crop-by-NPS"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
@ -8431,6 +8465,15 @@
"title_aux": "ComfyQR-scanning-nodes"
}
],
"https://github.com/cozy-comfyui/cozy_comm": [
[
"CozyDiscordPost"
],
{
"nodename_pattern": " \\(cozy\\)",
"title_aux": "Cozy Communication"
}
],
"https://github.com/cozymantis/cozy-utils-comfyui-nodes": [
[
"Cozy Sampler Options"
@ -13148,7 +13191,8 @@
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq": [
[
"INSPY removebg Apply",
"INSPY removebg ModelLoader"
"INSPY removebg ModelLoader",
"INSPY removebg ModelLoaderFromPath"
],
{
"title_aux": "ComfyUI_InSPyResNet_zmq"
@ -16123,6 +16167,7 @@
"easy comfyLoader",
"easy compare",
"easy controlnetLoader",
"easy controlnetLoader++",
"easy controlnetLoaderADV",
"easy controlnetNames",
"easy controlnetStack",