update DB

This commit is contained in:
Dr.Lt.Data
2024-03-06 22:53:04 +09:00
parent b922298dea
commit bde5811bd5
5 changed files with 166 additions and 90 deletions

View File

@@ -4266,6 +4266,16 @@
"install_type": "git-clone",
"description": "This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI."
},
{
"author": "flowtyone",
"title": "ComfyUI-Flowty-TripoSR",
"reference": "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR",
"files": [
"https://github.com/flowtyone/ComfyUI-Flowty-TripoSR"
],
"install_type": "git-clone",
"description": "This is a custom node that lets you use TripoSR right from ComfyUI.\n[a/TripoSR](https://github.com/VAST-AI-Research/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, collaboratively developed by Tripo AI and Stability AI. (TL;DR it creates a 3d model from an image.)"
},
{
"author": "massao000",
"title": "ComfyUI_aspect_ratios",
@@ -5748,6 +5758,16 @@
"install_type": "git-clone",
"description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL"
},
{
"author": "cdb-boop",
"title": "comfyui-image-round",
"reference": "https://github.com/cdb-boop/comfyui-image-round",
"files": [
"https://github.com/cdb-boop/comfyui-image-round"
],
"install_type": "git-clone",
"description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable."
},