From 91bcbdca7f5a24c1ae17d8e64a18f9589e0c28f8 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:06:18 +0200 Subject: [PATCH] Add Depth-FM node and models https://github.com/kijai/ComfyUI-depth-fm https://huggingface.co/Kijai/depth-fm-pruned --- custom-node-list.json | 10 ++++++++++ model-list.json | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9f0b9f6..8241e21 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2419,6 +2419,16 @@ "install_type": "git-clone", "description": "This is a wrapper node for Marigold depth estimation: [https://github.com/prs-eth/Marigold](https://github.com/kijai/ComfyUI-Marigold). Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format.\nNOTE: See details in repo to install." }, + { + "author": "kijai", + "title": "ComfyUI-depth-fm", + "reference": "https://github.com/kijai/ComfyUI-depth-fm", + "files": [ + "https://github.com/kijai/ComfyUI-depth-fm" + ], + "install_type": "git-clone", + "description": "Fast and accurate monocular depth estimation." + }, { "author": "kijai", "title": "ComfyUI-DDColor", diff --git a/model-list.json b/model-list.json index b0056c2..0ff3822 100644 --- a/model-list.json +++ b/model-list.json @@ -2349,6 +2349,26 @@ "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", "filename": "dynamicrafter_512_interp_v1_bf16.safetensors", "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_512_interp_v1_bf16.safetensors" + }, + { + "name": "Depth-FM-v1 fp16 safetensors", + "type": "checkpoints", + "base": "Depth-FM", + "save_path": "checkpoints/depthfm", + "description": "Depth-FM monocular depth estimation model", + "reference": "https://huggingface.co/Kijai/depth-fm-pruned", + "filename": "depthfm-v1_fp16.safetensors", + "url": "https://huggingface.co/Kijai/depth-fm-pruned/resolve/main/depthfm-v1_fp16.safetensors" + }, + { + "name": "Depth-FM-v1 fp32 safetensors", + "type": "checkpoints", + "base": "Depth-FM", + "save_path": "checkpoints/depthfm", + "description": "Depth-FM monocular depth estimation model", + "reference": "https://huggingface.co/Kijai/depth-fm-pruned", + "filename": "depthfm-v1_fp32.safetensors", + "url": "https://huggingface.co/Kijai/depth-fm-pruned/resolve/main/depthfm-v1_fp32.safetensors" } ] }