update DB

This commit is contained in:
Dr.Lt.Data 2025-07-10 12:33:19 +09:00
parent 2fd26756df
commit 86fcc4af74
6 changed files with 1480 additions and 1441 deletions

View File

@ -29058,6 +29058,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A comprehensive set of ComfyUI nodes for using Large Language Models (LLM) as text encoders for SDXL image generation through a trained adapter." "description": "A comprehensive set of ComfyUI nodes for using Large Language Models (LLM) as text encoders for SDXL image generation through a trained adapter."
}, },
{
"author": "voltans-voice-coach",
"description": "Displays up to 64 recent images from a folder as numbered thumbnails in a grid contact sheet format, allowing you to select and load one for post-processing",
"files": [
"https://github.com/benstaniford/comfy-contact-sheet-image-loader"
],
"id": "comfy-contact-sheet-image-loader",
"install_type": "git-clone",
"reference": "https://github.com/benstaniford/comfy-contact-sheet-image-loader",
"title": "Comfy Contact Sheet Image Loader"
},

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "TinyBeeman",
"title": "ComfyUI-TinyBee",
"reference": "https://github.com/TinyBeeman/ComfyUI-TinyBee",
"files": [
"https://github.com/TinyBeeman/ComfyUI-TinyBee"
],
"install_type": "git-clone",
"description": "NODES: List Count, Random Entry, Indexed Entry, Incrementer, Get File List"
},
{ {
"author": "Tr1dae", "author": "Tr1dae",
"title": "ComfyUI-CustomNodes-MVM", "title": "ComfyUI-CustomNodes-MVM",

View File

@ -1298,8 +1298,8 @@
"DonutFillerModel", "DonutFillerModel",
"DonutHotReload", "DonutHotReload",
"DonutLoRAStack", "DonutLoRAStack",
"DonutSDXLTeaCacheBase", "DonutSDXLTeaCache",
"DonutSDXLTeaCacheBaseStats", "DonutSDXLTeaCacheStats",
"DonutWidenMergeCLIP", "DonutWidenMergeCLIP",
"DonutWidenMergeUNet", "DonutWidenMergeUNet",
"DualCFGGuider", "DualCFGGuider",
@ -3435,6 +3435,18 @@
"title_aux": "ComfyUI Instructor Ollama" "title_aux": "ComfyUI Instructor Ollama"
} }
], ],
"https://github.com/TinyBeeman/ComfyUI-TinyBee": [
[
"Get File List",
"Incrementer",
"Indexed Entry",
"List Count",
"Random Entry"
],
{
"title_aux": "ComfyUI-TinyBee"
}
],
"https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": [ "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": [
[ [
"LoadImageFromFolderMVM", "LoadImageFromFolderMVM",

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "The 'Eses Image Effect Levels' is a ComfyUI custom node that provides a real-time levels adjustment tool directly within the user interface. It allows for interactive control over the tonal range of both images and masks, using a GPU-accelerated PyTorch backend for near instant feedback." "description": "The 'Eses Image Effect Levels' is a ComfyUI custom node that provides a real-time levels adjustment tool directly within the user interface. It allows for interactive control over the tonal range of both images and masks, using a GPU-accelerated PyTorch backend for near instant feedback."
}, },
{
"author": "voltans-voice-coach",
"description": "Displays up to 64 recent images from a folder as numbered thumbnails in a grid contact sheet format, allowing you to select and load one for post-processing",
"files": [
"https://github.com/benstaniford/comfy-contact-sheet-image-loader"
],
"id": "comfy-contact-sheet-image-loader",
"install_type": "git-clone",
"reference": "https://github.com/benstaniford/comfy-contact-sheet-image-loader",
"title": "Comfy Contact Sheet Image Loader"
},
{ {
"author": "BobRandomNumber", "author": "BobRandomNumber",
"title": "ComfyUI-KyutaiTTS", "title": "ComfyUI-KyutaiTTS",
@ -683,16 +694,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "'Real-time golden ratio pattern composition evaluation tool node for ComfyUI. This does nothing else - but you can move, rotate and scale then pattern to find new things and structures in your images." "description": "'Real-time golden ratio pattern composition evaluation tool node for ComfyUI. This does nothing else - but you can move, rotate and scale then pattern to find new things and structures in your images."
},
{
"author": "fchangjun",
"title": "MultiSaveImage Node",
"reference": "https://github.com/fchangjun/Comfyui_MultiSaveImage",
"files": [
"https://github.com/fchangjun/Comfyui_MultiSaveImage"
],
"install_type": "git-clone",
"description": "A custom node for saving multiple images simultaneously with batch processing and resizing capabilities."
} }
] ]
} }