From 0e3d81b7b5452dc193713fc2816792158489d714 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 22 Jul 2024 22:09:32 +0900 Subject: [PATCH] update DB --- model-list.json | 11 ++++++++++ node_db/new/model-list.json | 40 ++++++++++--------------------------- 2 files changed, 22 insertions(+), 29 deletions(-) diff --git a/model-list.json b/model-list.json index a09be8633..b0fd6bc45 100644 --- a/model-list.json +++ b/model-list.json @@ -3050,6 +3050,17 @@ "url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors", "size": "2.50GB" }, + { + "name": "xinsir/ControlNet++: All-in-one ControlNet (ProMax model)", + "type": "controlnet", + "base": "SDXL", + "save_path": "controlnet/SDXL/controlnet-union-sdxl-1.0", + "description": "All-in-one ControlNet for image generations and editing! (ProMax model)", + "reference": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0", + "filename": "iffusion_pytorch_model_promax.safetensors", + "url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model_promax.safetensors", + "size": "2.50GB" + }, { "name": "xinsir/Controlnet-Scribble-Sdxl-1.0", "type": "controlnet", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index dee66b3c6..4f2ba5604 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,16 @@ { "models": [ + { + "name": "xinsir/ControlNet++: All-in-one ControlNet (ProMax model)", + "type": "controlnet", + "base": "SDXL", + "save_path": "controlnet/SDXL/controlnet-union-sdxl-1.0", + "description": "All-in-one ControlNet for image generations and editing! (ProMax model)", + "reference": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0", + "filename": "iffusion_pytorch_model_promax.safetensors", + "url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model_promax.safetensors", + "size": "2.50GB" + }, { "name": "xinsir/ControlNet++: All-in-one ControlNet", "type": "controlnet", @@ -676,35 +687,6 @@ "reference": "https://huggingface.co/camenduru/SUPIR/tree/main", "filename": "SUPIR-v0Q.ckpt", "url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt" - },{ - "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" - }, - { - "name": "monster-labs - Controlnet QR Code Monster v1 For SDXL", - "type": "controlnet", - "base": "SDXL", - "save_path": "default", - "description": "monster-labs - Controlnet QR Code Monster v1 For SDXL", - "reference": "https://huggingface.co/monster-labs/control_v1p_sdxl_qrcode_monster", - "filename": "control_v1p_sdxl_qrcode_monster.safetensors", - "url": "https://huggingface.co/monster-labs/control_v1p_sdxl_qrcode_monster/resolve/main/diffusion_pytorch_model.safetensors" } ] }