update DB

This commit is contained in:
Dr.Lt.Data 2025-10-14 12:30:05 +09:00
parent 5554e52799
commit a1fc6c817b
7 changed files with 779 additions and 590 deletions

View File

@ -16585,6 +16585,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "General audio nodes. Mix, Bass/Treble, Concatenate, Pitch, Add/remove silence, Speed" "description": "General audio nodes. Mix, Bass/Treble, Concatenate, Pitch, Add/remove silence, Speed"
}, },
{
"author": "niknah",
"title": "Presentation ComfyUI",
"reference": "https://github.com/niknah/presentation-ComfyUI",
"files": [
"https://github.com/niknah/presentation-ComfyUI"
],
"install_type": "git-clone",
"description": "Turn ComfyUI workflow to a website UI"
},
{ {
"author": "daryltucker", "author": "daryltucker",
"title": "ComfyUI-LoadFiles", "title": "ComfyUI-LoadFiles",
@ -19813,6 +19823,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple ComfyUI plugin that Its purpose and function is to replicate some of the editing effects of capcut,jianying and pr." "description": "A simple ComfyUI plugin that Its purpose and function is to replicate some of the editing effects of capcut,jianying and pr."
}, },
{
"author": "yichengup",
"title": "ComfyUI-VideoTransition",
"reference": "https://github.com/yichengup/ComfyUI-VideoTransition",
"files": [
"https://github.com/yichengup/ComfyUI-VideoTransition"
],
"install_type": "git-clone",
"description": "A video transition effects plugin implemented using a Chromium headless browser and Python."
},
{ {
"author": "Horizon Team", "author": "Horizon Team",
"title": "ComfyUI_FluxMod", "title": "ComfyUI_FluxMod",
@ -32632,9 +32652,9 @@
{ {
"author": "iguanesolutions", "author": "iguanesolutions",
"title": "Flux Resolution", "title": "Flux Resolution",
"reference": "https://github.com/iguanesolutions/comfyui-flux-resolution", "reference": "https://github.com/iguanesolutions/comfyui-ig1-tools",
"files": [ "files": [
"https://github.com/iguanesolutions/comfyui-flux-resolution" "https://github.com/iguanesolutions/comfyui-ig1-tools"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Get the closest compatible flux resolution from a given resolution." "description": "Get the closest compatible flux resolution from a given resolution."
@ -34204,6 +34224,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for saving images/videos without metadata and GPU-accelerated frame rate processing (25fps→16fps). Includes 5 nodes: Save Image/Video (No Metadata), Frame Rate Resampler (CPU/GPU). Supports CUDA acceleration and multiple nterpolation methods. Requires ffmpeg." "description": "Custom nodes for saving images/videos without metadata and GPU-accelerated frame rate processing (25fps→16fps). Includes 5 nodes: Save Image/Video (No Metadata), Frame Rate Resampler (CPU/GPU). Supports CUDA acceleration and multiple nterpolation methods. Requires ffmpeg."
}, },
{
"author": "leewinder",
"title": "Crop To Center",
"reference": "https://github.com/leewinder/comfyui-crop-to-center",
"files": [
"https://github.com/leewinder/comfyui-crop-to-center"
],
"install_type": "git-clone",
"description": "A custom node that crops images to specified dimensions from a center point with optional offset"
},
{
"author": "geltz",
"title": "Momentum Guidance for ComfyUI",
"reference": "https://github.com/geltz/ComfyUI-MomentumGuidance",
"files": [
"https://github.com/geltz/ComfyUI-MomentumGuidance"
],
"install_type": "git-clone",
"description": "Momentum Guidance (MG) is a training-free guidance method that reduces computational cost by 40% compared to standard guidance techniques like CFG or PAG."
},

View File

@ -12436,6 +12436,7 @@
"Runware Audio Model Search", "Runware Audio Model Search",
"Runware Audio Sections", "Runware Audio Sections",
"Runware Background Removal", "Runware Background Removal",
"Runware Bria Provider Settings",
"Runware Bytedance Provider Settings", "Runware Bytedance Provider Settings",
"Runware ControlNet", "Runware ControlNet",
"Runware ControlNet Combine", "Runware ControlNet Combine",
@ -12468,6 +12469,7 @@
"Runware Video Inference", "Runware Video Inference",
"Runware Video Model Search", "Runware Video Model Search",
"Runware Vidu Provider Settings", "Runware Vidu Provider Settings",
"RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings", "RunwareBytedanceProviderSettings",
"RunwareFrameImages", "RunwareFrameImages",
"RunwareOpenAIProviderSettings", "RunwareOpenAIProviderSettings",
@ -26008,6 +26010,7 @@
"FL_PromptBasic", "FL_PromptBasic",
"FL_PromptMulti", "FL_PromptMulti",
"FL_PromptSelector", "FL_PromptSelector",
"FL_PromptSelectorBasic",
"FL_QwenImageEditStrength", "FL_QwenImageEditStrength",
"FL_RIFE", "FL_RIFE",
"FL_RandomNumber", "FL_RandomNumber",
@ -26648,6 +26651,14 @@
"title_aux": "ComfyUI-FLUX-BFL-API" "title_aux": "ComfyUI-FLUX-BFL-API"
} }
], ],
"https://github.com/geltz/ComfyUI-MomentumGuidance": [
[
"MomentumGuidance"
],
{
"title_aux": "Momentum Guidance for ComfyUI"
}
],
"https://github.com/gemell1/ComfyUI_GMIC": [ "https://github.com/gemell1/ComfyUI_GMIC": [
[ [
"GmicCliWrapper", "GmicCliWrapper",
@ -32686,6 +32697,14 @@
"title_aux": "ComfyUI-GG" "title_aux": "ComfyUI-GG"
} }
], ],
"https://github.com/leewinder/comfyui-crop-to-center": [
[
"CropToCenter"
],
{
"title_aux": "Crop To Center"
}
],
"https://github.com/lenML/comfyui_qwen_image_edit_adv": [ "https://github.com/lenML/comfyui_qwen_image_edit_adv": [
[ [
"QwenImageEditScale", "QwenImageEditScale",
@ -36284,6 +36303,25 @@
"title_aux": "Audio General" "title_aux": "Audio General"
} }
], ],
"https://github.com/niknah/presentation-ComfyUI": [
[
"PresentationAddQueue",
"PresentationAdvancedSection",
"PresentationAudio",
"PresentationComponent",
"PresentationDropDown",
"PresentationFile",
"PresentationHistory",
"PresentationImage",
"PresentationProgress",
"PresentationSeed",
"PresentationTab",
"PresentationVideo"
],
{
"title_aux": "Presentation ComfyUI"
}
],
"https://github.com/nilor-corp/nilor-nodes": [ "https://github.com/nilor-corp/nilor-nodes": [
[ [
"Nilor Blur Analysis", "Nilor Blur Analysis",
@ -44744,6 +44782,27 @@
"title_aux": "ComfyUI-LinearTransition" "title_aux": "ComfyUI-LinearTransition"
} }
], ],
"https://github.com/yichengup/ComfyUI-VideoTransition": [
[
"CubeRotationNode",
"VideoBlindsTransitionNode",
"VideoBlinkTransitionNode",
"VideoCheckerboardTransitionNode",
"VideoCrossfadeNode",
"VideoCubeRotationAdvancedNode",
"VideoCubeTransitionNode",
"VideoExplosionTransitionNode",
"VideoFlip3DTransitionNode",
"VideoGlitchArtEnhancedNode",
"VideoGlitchArtTransitionNode",
"VideoPageTurnNode",
"VideoShakeTransitionNode",
"VideoWarpTransitionNode"
],
{
"title_aux": "ComfyUI-VideoTransition"
}
],
"https://github.com/yichengup/ComfyUI-YCNodes": [ "https://github.com/yichengup/ComfyUI-YCNodes": [
[ [
"AdvancedImageSelector", "AdvancedImageSelector",

View File

@ -9409,6 +9409,11 @@
"last_update": "2025-08-28 19:48:17", "last_update": "2025-08-28 19:48:17",
"author_account_age_days": 2457 "author_account_age_days": 2457
}, },
"https://github.com/geltz/ComfyUI-MomentumGuidance": {
"stars": 0,
"last_update": "2025-10-14 03:15:23",
"author_account_age_days": 132
},
"https://github.com/gemell1/ComfyUI_GMIC": { "https://github.com/gemell1/ComfyUI_GMIC": {
"stars": 9, "stars": 9,
"last_update": "2024-05-22 21:28:51", "last_update": "2024-05-22 21:28:51",
@ -10124,6 +10129,11 @@
"last_update": "2025-10-13 18:40:43", "last_update": "2025-10-13 18:40:43",
"author_account_age_days": 2987 "author_account_age_days": 2987
}, },
"https://github.com/iguanesolutions/comfyui-ig1-tools": {
"stars": 4,
"last_update": "2025-10-13 18:40:43",
"author_account_age_days": 2987
},
"https://github.com/ihmily/ComfyUI-Light-Tool": { "https://github.com/ihmily/ComfyUI-Light-Tool": {
"stars": 14, "stars": 14,
"last_update": "2025-10-11 08:31:53", "last_update": "2025-10-11 08:31:53",
@ -11299,6 +11309,11 @@
"last_update": "2025-03-10 16:26:37", "last_update": "2025-03-10 16:26:37",
"author_account_age_days": 4255 "author_account_age_days": 4255
}, },
"https://github.com/leewinder/comfyui-crop-to-center": {
"stars": 0,
"last_update": "2025-10-13 16:41:33",
"author_account_age_days": 4928
},
"https://github.com/lenML/comfyui_qwen_image_edit_adv": { "https://github.com/lenML/comfyui_qwen_image_edit_adv": {
"stars": 20, "stars": 20,
"last_update": "2025-10-07 14:19:59", "last_update": "2025-10-07 14:19:59",
@ -12564,6 +12579,11 @@
"last_update": "2025-05-28 02:51:53", "last_update": "2025-05-28 02:51:53",
"author_account_age_days": 5196 "author_account_age_days": 5196
}, },
"https://github.com/niknah/presentation-ComfyUI": {
"stars": 0,
"last_update": "2025-10-13 10:47:14",
"author_account_age_days": 5196
},
"https://github.com/niknah/quick-connections": { "https://github.com/niknah/quick-connections": {
"stars": 344, "stars": 344,
"last_update": "2025-08-29 05:33:13", "last_update": "2025-08-29 05:33:13",
@ -15974,6 +15994,11 @@
"last_update": "2025-07-09 01:51:49", "last_update": "2025-07-09 01:51:49",
"author_account_age_days": 601 "author_account_age_days": 601
}, },
"https://github.com/yichengup/ComfyUI-VideoTransition": {
"stars": 2,
"last_update": "2025-10-13 19:58:59",
"author_account_age_days": 601
},
"https://github.com/yichengup/ComfyUI-YCNodes": { "https://github.com/yichengup/ComfyUI-YCNodes": {
"stars": 26, "stars": 26,
"last_update": "2025-08-27 15:52:31", "last_update": "2025-08-27 15:52:31",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "comfyui-wiki",
"title": "ComfyUI-SelectionFocus [WIP]",
"reference": "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus",
"files": [
"https://github.com/comfyui-wiki/ComfyUI-SelectionFocus"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI extension that helps you focus on selected nodes by highlighting their connections while dimming or hiding unrelated links\nNOTE: The files in the repo are not organized."
},
{ {
"author": "pizurny", "author": "pizurny",
"title": "ComfyUI-Just-DWPose [WIP]", "title": "ComfyUI-Just-DWPose [WIP]",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,45 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "geltz",
"title": "Momentum Guidance for ComfyUI",
"reference": "https://github.com/geltz/ComfyUI-MomentumGuidance",
"files": [
"https://github.com/geltz/ComfyUI-MomentumGuidance"
],
"install_type": "git-clone",
"description": "Momentum Guidance (MG) is a training-free guidance method that reduces computational cost by 40% compared to standard guidance techniques like CFG or PAG."
},
{
"author": "niknah",
"title": "Presentation ComfyUI",
"reference": "https://github.com/niknah/presentation-ComfyUI",
"files": [
"https://github.com/niknah/presentation-ComfyUI"
],
"install_type": "git-clone",
"description": "Turn ComfyUI workflow to a website UI"
},
{
"author": "yichengup",
"title": "ComfyUI-VideoTransition",
"reference": "https://github.com/yichengup/ComfyUI-VideoTransition",
"files": [
"https://github.com/yichengup/ComfyUI-VideoTransition"
],
"install_type": "git-clone",
"description": "A video transition effects plugin implemented using a Chromium headless browser and Python."
},
{
"author": "leewinder",
"title": "Crop To Center",
"reference": "https://github.com/leewinder/comfyui-crop-to-center",
"files": [
"https://github.com/leewinder/comfyui-crop-to-center"
],
"install_type": "git-clone",
"description": "A custom node that crops images to specified dimensions from a center point with optional offset"
},
{ {
"author": "IAMCCS", "author": "IAMCCS",
"title": "IAMCCS-nodes", "title": "IAMCCS-nodes",
@ -671,56 +711,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Memory Management and VRAM Optimization Custom Node - Free VRAM with sequential model loading support" "description": "ComfyUI Memory Management and VRAM Optimization Custom Node - Free VRAM with sequential model loading support"
},
{
"author": "lucasgattas",
"title": "Egregora Frames Animation Nodes for ComfyUI",
"reference": "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes",
"files": [
"https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes"
],
"install_type": "git-clone",
"description": "Advanced image list animation toolkit for ComfyUI with batch processing, AI-powered frame interpolation, and multi-format video encoding."
},
{
"author": "WangDianhui",
"title": "ComfyUI-SA-ODE_Sampler",
"reference": "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler",
"files": [
"https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler"
],
"install_type": "git-clone",
"description": "Ultra-Efficient Flow Matching sampler ported from [a/https://github.com/eddyhhlure1Eddy/ode-t1](https://github.com/eddyhhlure1Eddy/ode-t1), suitable for native ComfyUI workflows."
},
{
"author": "wallen",
"title": "ComfyUI-SageAttention3",
"reference": "https://github.com/wallen0322/ComfyUI-SageAttention3",
"files": [
"https://github.com/wallen0322/ComfyUI-SageAttention3"
],
"install_type": "git-clone",
"description": "Strict Sage 3 (Blackwell) attention for ComfyUI official flows."
},
{
"author": "sselpah",
"title": "ComfyUI-sselpah-nodes",
"reference": "https://github.com/sselpah/ComfyUI-sselpah-nodes",
"files": [
"https://github.com/sselpah/ComfyUI-sselpah-nodes"
],
"install_type": "git-clone",
"description": "Extension of IPAdapter implementation by cubiq and whoever contributed to that repository"
},
{
"author": "Kishor900",
"title": "ComfyUI WANv2v Video Stitcher",
"reference": "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher",
"files": [
"https://github.com/Kishor900/comfyui-wanv2v-video-stitcher"
],
"install_type": "git-clone",
"description": "ComfyUI custom node pack for WAN v2v long video generation. Provides nodes for chunking, overlap stitching, control group orchestration, debug numbering, and de-overlap merging to create seamless long-form videos."
} }
] ]
} }

View File

@ -12436,6 +12436,7 @@
"Runware Audio Model Search", "Runware Audio Model Search",
"Runware Audio Sections", "Runware Audio Sections",
"Runware Background Removal", "Runware Background Removal",
"Runware Bria Provider Settings",
"Runware Bytedance Provider Settings", "Runware Bytedance Provider Settings",
"Runware ControlNet", "Runware ControlNet",
"Runware ControlNet Combine", "Runware ControlNet Combine",
@ -12468,6 +12469,7 @@
"Runware Video Inference", "Runware Video Inference",
"Runware Video Model Search", "Runware Video Model Search",
"Runware Vidu Provider Settings", "Runware Vidu Provider Settings",
"RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings", "RunwareBytedanceProviderSettings",
"RunwareFrameImages", "RunwareFrameImages",
"RunwareOpenAIProviderSettings", "RunwareOpenAIProviderSettings",
@ -26008,6 +26010,7 @@
"FL_PromptBasic", "FL_PromptBasic",
"FL_PromptMulti", "FL_PromptMulti",
"FL_PromptSelector", "FL_PromptSelector",
"FL_PromptSelectorBasic",
"FL_QwenImageEditStrength", "FL_QwenImageEditStrength",
"FL_RIFE", "FL_RIFE",
"FL_RandomNumber", "FL_RandomNumber",
@ -26648,6 +26651,14 @@
"title_aux": "ComfyUI-FLUX-BFL-API" "title_aux": "ComfyUI-FLUX-BFL-API"
} }
], ],
"https://github.com/geltz/ComfyUI-MomentumGuidance": [
[
"MomentumGuidance"
],
{
"title_aux": "Momentum Guidance for ComfyUI"
}
],
"https://github.com/gemell1/ComfyUI_GMIC": [ "https://github.com/gemell1/ComfyUI_GMIC": [
[ [
"GmicCliWrapper", "GmicCliWrapper",
@ -32686,6 +32697,14 @@
"title_aux": "ComfyUI-GG" "title_aux": "ComfyUI-GG"
} }
], ],
"https://github.com/leewinder/comfyui-crop-to-center": [
[
"CropToCenter"
],
{
"title_aux": "Crop To Center"
}
],
"https://github.com/lenML/comfyui_qwen_image_edit_adv": [ "https://github.com/lenML/comfyui_qwen_image_edit_adv": [
[ [
"QwenImageEditScale", "QwenImageEditScale",
@ -36284,6 +36303,25 @@
"title_aux": "Audio General" "title_aux": "Audio General"
} }
], ],
"https://github.com/niknah/presentation-ComfyUI": [
[
"PresentationAddQueue",
"PresentationAdvancedSection",
"PresentationAudio",
"PresentationComponent",
"PresentationDropDown",
"PresentationFile",
"PresentationHistory",
"PresentationImage",
"PresentationProgress",
"PresentationSeed",
"PresentationTab",
"PresentationVideo"
],
{
"title_aux": "Presentation ComfyUI"
}
],
"https://github.com/nilor-corp/nilor-nodes": [ "https://github.com/nilor-corp/nilor-nodes": [
[ [
"Nilor Blur Analysis", "Nilor Blur Analysis",
@ -44744,6 +44782,27 @@
"title_aux": "ComfyUI-LinearTransition" "title_aux": "ComfyUI-LinearTransition"
} }
], ],
"https://github.com/yichengup/ComfyUI-VideoTransition": [
[
"CubeRotationNode",
"VideoBlindsTransitionNode",
"VideoBlinkTransitionNode",
"VideoCheckerboardTransitionNode",
"VideoCrossfadeNode",
"VideoCubeRotationAdvancedNode",
"VideoCubeTransitionNode",
"VideoExplosionTransitionNode",
"VideoFlip3DTransitionNode",
"VideoGlitchArtEnhancedNode",
"VideoGlitchArtTransitionNode",
"VideoPageTurnNode",
"VideoShakeTransitionNode",
"VideoWarpTransitionNode"
],
{
"title_aux": "ComfyUI-VideoTransition"
}
],
"https://github.com/yichengup/ComfyUI-YCNodes": [ "https://github.com/yichengup/ComfyUI-YCNodes": [
[ [
"AdvancedImageSelector", "AdvancedImageSelector",