diff --git a/custom-node-list.json b/custom-node-list.json index 72acebda..7be8b3b3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6538,6 +6538,16 @@ "install_type": "git-clone", "description": "Nodes:LoadFromS3, LoadBatchFromS3, SaveToS3, SaveBatchToS3" }, + { + "author": "yuvraj108c", + "title": "ComfyUI Depth Anything TensorRT", + "reference": "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt" + ], + "install_type": "git-clone", + "description": "This extension provides a ComfyUI Custom Node implementation of the [a/Depth-Anything-Tensorrt](https://github.com/spacewalk01/depth-anything-tensorrt) in Python for ultra fast depth map generation" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 79d2f1c4..cd5c9074 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -10287,6 +10287,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [ + [ + "DepthAnythingTensorrtNode" + ], + { + "title_aux": "ComfyUI Depth Anything TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ "LoadImageFromOutputDirectoryNode", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 158e9c38..0e377cd3 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "yuvraj108c", + "title": "ComfyUI Depth Anything TensorRT", + "reference": "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt" + ], + "install_type": "git-clone", + "description": "This extension provides a ComfyUI Custom Node implementation of the [a/Depth-Anything-Tensorrt](https://github.com/spacewalk01/depth-anything-tensorrt) in Python for ultra fast depth map generation" + }, { "author": "Extraltodeus", "title": "Vector_Sculptor_ComfyUI", @@ -683,66 +693,6 @@ ], "install_type": "git-clone", "description": "Nodes:Masks to Colored Masks, Color Picker" - }, - { - "author": "laksjdjf", - "title": "LoRTnoC-ComfyUI", - "reference": "https://github.com/laksjdjf/LoRTnoC-ComfyUI", - "files": [ - "https://github.com/laksjdjf/LoRTnoC-ComfyUI" - ], - "install_type": "git-clone", - "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" - }, - { - "author": "victorchall", - "title": "Comfyui Webcam capture node", - "reference": "https://github.com/victorchall/comfyui_webcamcapture", - "files": [ - "https://github.com/victorchall/comfyui_webcamcapture" - ], - "install_type": "git-clone", - "description": "This node captures images one at a time from your webcam when you click generate.\nThis is particular useful for img2img or controlnet workflows.\nNOTE:This node will take over your webcam, so if you have another program using it, you may need to close that program first. Likewise, you may need to close Comfyui or close the workflow to release the webcam." - }, - { - "author": "dfl", - "title": "ComfyUI-TCD-scheduler", - "reference": "https://github.com/dfl/comfyui-tcd-scheduler", - "files": [ - "https://github.com/dfl/comfyui-tcd-scheduler" - ], - "install_type": "git-clone", - "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" - }, - { - "author": "CozyMantis", - "title": "Cozy Human Parser", - "reference": "https://github.com/cozymantis/human-parser-comfyui-node", - "files": [ - "https://github.com/cozymantis/human-parser-comfyui-node" - ], - "install_type": "git-clone", - "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." - }, - { - "author": "atmaranto", - "title": "SaveAsScript", - "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", - "files": [ - "https://github.com/atmaranto/ComfyUI-SaveAsScript" - ], - "install_type": "git-clone", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." - }, - { - "author": "jw782cn", - "title": "ComfyUI-Catcat", - "reference": "https://github.com/jw782cn/ComfyUI-Catcat", - "files": [ - "https://github.com/jw782cn/ComfyUI-Catcat" - ], - "install_type": "copy", - "description": "Extension to show random cat GIFs while queueing prompt." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 79d2f1c4..cd5c9074 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -10287,6 +10287,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [ + [ + "DepthAnythingTensorrtNode" + ], + { + "title_aux": "ComfyUI Depth Anything TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ "LoadImageFromOutputDirectoryNode",