update DB

This commit is contained in:
Dr.Lt.Data
2024-06-08 00:46:08 +09:00
parent 2d7f26e2bb
commit 4bed2d9ff7
3 changed files with 32 additions and 13 deletions

View File

@@ -13,9 +13,17 @@
{
"author": "Limbicnation",
"title": "ComfyUIDepthEstimation",
"reference": "https://github.com/Limbicnation/ComfyUIDepthEstimation",
"files": [
"https://github.com/Limbicnation/ComfyUIDepthEstimation/raw/main/depth_estimation_node.py"
],
"pip": ["transformers"],
"install_type": "copy",
"description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
},
{
"author": "shadowcz007",
"title": "comfyui-sound-lab",