update DB

This commit is contained in:
Dr.Lt.Data 2025-08-05 07:16:04 +09:00
parent b4f7cdc9e7
commit 44a3191be3
8 changed files with 1340 additions and 1309 deletions

View File

@ -14297,7 +14297,6 @@
{
"author": "MiaoshouAI",
"title": "ComfyUI Video Segmentation Node",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation",
"files": [
"https://github.com/miaoshouai/ComfyUI-Video-Segmentation"
@ -30032,16 +30031,6 @@
"description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.",
"tags": ["image", "resize", "aspect-ratio", "markdown", "utils"]
},
{
"author": "synchronicity-labs",
"title": "ComfyUI Sync Lipsync Node",
"reference": "https://github.com/synchronicity-labs/sync-comfyui",
"files": [
"https://github.com/synchronicity-labs/sync-comfyui"
],
"install_type": "git-clone",
"description": "This custom node allows you to perform audio-video lip synchronization inside ComfyUI using a simple interface."
},
{
"author": "jenn",
"title": "BookCoverFinder",

View File

@ -3753,6 +3753,7 @@
"GlifVariable",
"HFHubEmbeddingLoader",
"HFHubLoraLoader",
"ImageScaleDownBy",
"ImageToMultipleOf",
"KikoSaveImage",
"ResolutionCalculator",
@ -12122,13 +12123,15 @@
"CSV Reader X Lora",
"CSV Writer",
"Checkpoint File Loader",
"ComfyDeploy API Node Image-Prompt 2 Image",
"ComfyDeploy API Node",
"ElevenLabs Voice Retriever",
"Empty Images",
"Get Most Common Image Colors",
"Image Batch Process Switch",
"Image List Loader",
"Image Overlay",
"Is Input In List",
"Is String Empty",
"Load Image",
"Load Image From URL",
"Load Images From Folder",
@ -16140,6 +16143,14 @@
"title_aux": "GeminiOllama ComfyUI Extension"
}
],
"https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": [
[
"AF_Edit_Generated_Prompt"
],
{
"title_aux": "AF - Edit Generated Prompt"
}
],
"https://github.com/alanhuang67/ComfyUI-FAI-Node": [
[
"FAIDynamicMask",
@ -19622,9 +19633,11 @@
"LayerUtility: ImageScaleRestore V2",
"LayerUtility: ImageShift",
"LayerUtility: ImageTaggerSave",
"LayerUtility: ImageTaggerSaveV2",
"LayerUtility: Integer",
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadImagesFromPath",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
@ -28569,6 +28582,7 @@
"WanVideoATITracks",
"WanVideoATITracksVisualize",
"WanVideoATI_comfy",
"WanVideoAddExtraLatent",
"WanVideoApplyNAG",
"WanVideoBlockList",
"WanVideoBlockSwap",
@ -37375,16 +37389,6 @@
"title_aux": "Vid2vid"
}
],
"https://github.com/synchronicity-labs/sync-comfyui": [
[
"SyncLipsyncInputNode",
"SyncLipsyncMainNode",
"SyncLipsyncOutputNode"
],
{
"title_aux": "ComfyUI Sync Lipsync Node"
}
],
"https://github.com/synthetai/ComfyUI-JM-KLing-API": [
[
"JM-KLingAI-API/api-key",
@ -37611,6 +37615,7 @@
"OminiKontextPipeline",
"OminiKontextPipelineLoader",
"OminiKontextReferenceEncoder",
"OminiKontextSplitPipelineLoader",
"OminiKontextTextEncoder"
],
{
@ -40255,6 +40260,7 @@
[
"KY_AnyByIndex",
"KY_AnyToList",
"KY_BBoxesToSAM2",
"KY_FilePathAnalyzer-",
"KY_FileSequenceAnalyzer",
"KY_JoinToString",
@ -40267,7 +40273,8 @@
"KY_ReadImage",
"KY_RegexExtractor",
"KY_RegexReplace",
"KY_SaveImageToPath"
"KY_SaveImageToPath",
"KY_isNone"
],
{
"title_aux": "ComfyUI-KYNode"

File diff suppressed because it is too large Load Diff

View File

@ -1792,6 +1792,14 @@
"title_aux": "comfyui-codeformer [WIP]"
}
],
"https://github.com/JasonW146/ComfyUI-Manual-Openpose": [
[
"Manual Openpose Node"
],
{
"title_aux": "JasonW146"
}
],
"https://github.com/Jaxkr/comfyui-terminal-command": [
[
"Terminal"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "synchronicity-labs",
"title": "ComfyUI Sync Lipsync Node",
"reference": "https://github.com/synchronicity-labs/sync-comfyui",
"files": [
"https://github.com/synchronicity-labs/sync-comfyui"
],
"install_type": "git-clone",
"description": "This custom node allows you to perform audio-video lip synchronization inside ComfyUI using a simple interface."
},
{
"author": "joaomede",
"title": "ComfyUI-Unload-Model-Fork",

View File

@ -609,16 +609,6 @@
"install_type": "git-clone",
"description": "ComfyUI Wrapper for [a/Hunyuan3D v2.1](https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1) - From Images to High-Fidelity 3D Assets with Production-Ready PBR Material"
},
{
"author": "synchronicity-labs",
"title": "ComfyUI Sync Lipsync Node",
"reference": "https://github.com/synchronicity-labs/sync-comfyui",
"files": [
"https://github.com/synchronicity-labs/sync-comfyui"
],
"install_type": "git-clone",
"description": "This custom node allows you to perform audio-video lip synchronization inside ComfyUI using a simple interface."
},
{
"author": "brayevalerien",
"title": "ComfyUI-splitstring",

View File

@ -3753,6 +3753,7 @@
"GlifVariable",
"HFHubEmbeddingLoader",
"HFHubLoraLoader",
"ImageScaleDownBy",
"ImageToMultipleOf",
"KikoSaveImage",
"ResolutionCalculator",
@ -12122,13 +12123,15 @@
"CSV Reader X Lora",
"CSV Writer",
"Checkpoint File Loader",
"ComfyDeploy API Node Image-Prompt 2 Image",
"ComfyDeploy API Node",
"ElevenLabs Voice Retriever",
"Empty Images",
"Get Most Common Image Colors",
"Image Batch Process Switch",
"Image List Loader",
"Image Overlay",
"Is Input In List",
"Is String Empty",
"Load Image",
"Load Image From URL",
"Load Images From Folder",
@ -16140,6 +16143,14 @@
"title_aux": "GeminiOllama ComfyUI Extension"
}
],
"https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": [
[
"AF_Edit_Generated_Prompt"
],
{
"title_aux": "AF - Edit Generated Prompt"
}
],
"https://github.com/alanhuang67/ComfyUI-FAI-Node": [
[
"FAIDynamicMask",
@ -19622,9 +19633,11 @@
"LayerUtility: ImageScaleRestore V2",
"LayerUtility: ImageShift",
"LayerUtility: ImageTaggerSave",
"LayerUtility: ImageTaggerSaveV2",
"LayerUtility: Integer",
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadImagesFromPath",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
@ -28569,6 +28582,7 @@
"WanVideoATITracks",
"WanVideoATITracksVisualize",
"WanVideoATI_comfy",
"WanVideoAddExtraLatent",
"WanVideoApplyNAG",
"WanVideoBlockList",
"WanVideoBlockSwap",
@ -37375,16 +37389,6 @@
"title_aux": "Vid2vid"
}
],
"https://github.com/synchronicity-labs/sync-comfyui": [
[
"SyncLipsyncInputNode",
"SyncLipsyncMainNode",
"SyncLipsyncOutputNode"
],
{
"title_aux": "ComfyUI Sync Lipsync Node"
}
],
"https://github.com/synthetai/ComfyUI-JM-KLing-API": [
[
"JM-KLingAI-API/api-key",
@ -37611,6 +37615,7 @@
"OminiKontextPipeline",
"OminiKontextPipelineLoader",
"OminiKontextReferenceEncoder",
"OminiKontextSplitPipelineLoader",
"OminiKontextTextEncoder"
],
{
@ -40255,6 +40260,7 @@
[
"KY_AnyByIndex",
"KY_AnyToList",
"KY_BBoxesToSAM2",
"KY_FilePathAnalyzer-",
"KY_FileSequenceAnalyzer",
"KY_JoinToString",
@ -40267,7 +40273,8 @@
"KY_ReadImage",
"KY_RegexExtractor",
"KY_RegexReplace",
"KY_SaveImageToPath"
"KY_SaveImageToPath",
"KY_isNone"
],
{
"title_aux": "ComfyUI-KYNode"