update DB

This commit is contained in:
Dr.Lt.Data 2026-02-27 01:26:04 +09:00
parent 285bec4f61
commit 5df7c9fbae
2 changed files with 22 additions and 11 deletions

View File

@ -43612,6 +43612,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Advanced Prompt Engineering nodes powered by Llama 3." "description": "Advanced Prompt Engineering nodes powered by Llama 3."
}, },
{
"author": "mr-september",
"title": "ComfyUI Pad to Multiple",
"id": "pad-to-multiple",
"reference": "https://github.com/mr-september/comfyui-pad-to-multiple",
"files": [
"https://github.com/mr-september/comfyui-pad-to-multiple"
],
"install_type": "git-clone",
"description": "Pads images to multiples of N (right/bottom only) with solid color fill. Useful for VAE/model dimension requirements."
},
@ -44006,17 +44017,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "mr-september",
"title": "ComfyUI Pad to Multiple",
"id": "pad-to-multiple",
"reference": "https://github.com/mr-september/comfyui-pad-to-multiple",
"files": [
"https://github.com/mr-september/comfyui-pad-to-multiple"
],
"install_type": "git-clone",
"description": "Pads images to multiples of N (right/bottom only) with solid color fill. Useful for VAE/model dimension requirements."
} }
] ]
} }

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "mr-september",
"title": "ComfyUI Pad to Multiple",
"id": "pad-to-multiple",
"reference": "https://github.com/mr-september/comfyui-pad-to-multiple",
"files": [
"https://github.com/mr-september/comfyui-pad-to-multiple"
],
"install_type": "git-clone",
"description": "Pads images to multiples of N (right/bottom only) with solid color fill. Useful for VAE/model dimension requirements."
},
{ {
"author": "Flibens", "author": "Flibens",
"title": "ComfyUI Image Browser", "title": "ComfyUI Image Browser",