From 39e937e9917f636c6416df51345084649dc7e998 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 9 May 2024 22:54:24 +0900 Subject: [PATCH] update DB --- model-list.json | 20 ++++++++++++++++++++ node_db/new/model-list.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/model-list.json b/model-list.json index b13f66c..bd1fe4e 100644 --- a/model-list.json +++ b/model-list.json @@ -2551,6 +2551,26 @@ "reference": "https://huggingface.co/cvlab/zero123-weights", "filename": "zero123-165000.ckpt", "url": "https://huggingface.co/cvlab/zero123-weights/resolve/main/165000.ckpt" + }, + { + "name": "InstantID/ip-adapter", + "type": "instantid", + "base": "SDXL", + "save_path": "instantid/SDXL", + "description": "ip-adapter model for cubiq/InstantID", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "ip-adapter.bin", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin" + }, + { + "name": "InstantID/ControlNet", + "type": "controlnet", + "base": "SDXL", + "save_path": "controlnet/SDXL/instantid", + "description": "instantid controlnet model for cubiq/InstantID", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" } ] } diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index a771b24..cb2d747 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,25 @@ { "models": [ + { + "name": "InstantID/ip-adapter", + "type": "instantid", + "base": "SDXL", + "save_path": "instantid/SDXL", + "description": "ip-adapter model for cubiq/InstantID", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "ip-adapter.bin", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin" + }, + { + "name": "InstantID/ControlNet", + "type": "controlnet", + "base": "SDXL", + "save_path": "controlnet/SDXL/instantid", + "description": "instantid controlnet model for cubiq/InstantID", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" + }, { "name": "ip_plus_composition_sd15.safetensors", "type": "IP-Adapter",