update DB

This commit is contained in:
Dr.Lt.Data
2024-05-22 22:29:15 +09:00
parent e6ccdfd0c9
commit 0f841fdc28
6 changed files with 452 additions and 285 deletions

View File

@@ -11,6 +11,17 @@
{
"author": "jp0215",
"title": "comfyUI_padding-resize_node",
"reference": "https://github.com/jp0215/comfyUI_padding-resize_node",
"files": [
"https://github.com/jp0215/comfyUI_padding-resize_node/raw/main/PaddingNode.py",
"https://github.com/jp0215/comfyUI_padding-resize_node/raw/main/ResizeNode.py"
],
"install_type": "copy",
"description": "Padding image to 8x: input image and mask, if the side length is not an integer multiple of 8, expand the side length to the smallest multiple of 8 greater than the original side length. Output padding image and mask. Resize to the origin: input the generated image and the original image, crop the generated image to the size of the original image, output the cropped image."
},
{
"author": "Quasimondo",
"title": "ComfyUI-QuasimondoNodes [WIP]",