From 15690571e3bef59175b8b6e816e9f1f1753efff4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 15 Aug 2023 15:00:15 +0900 Subject: [PATCH] update DB --- model-list.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/model-list.json b/model-list.json index 29fb24f..fb86ee7 100644 --- a/model-list.json +++ b/model-list.json @@ -2,8 +2,8 @@ "models": [ { "name": "TAESDXL Decoder", - "type": "VAE", - "base": "TAESD", + "type": "TAESD", + "base": "SDXL", "save_path": "vae_approx", "description": "(SDXL Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "reference": "https://github.com/madebyollin/taesd", @@ -12,8 +12,8 @@ }, { "name": "TAESDXL Encoder", - "type": "VAE", - "base": "TAESD", + "type": "TAESD", + "base": "SDXL", "save_path": "vae_approx", "description": "(SDXL Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "reference": "https://github.com/madebyollin/taesd", @@ -22,8 +22,8 @@ }, { "name": "TAESD Decoder", - "type": "VAE", - "base": "TAESD", + "type": "TAESD", + "base": "SD1.x", "save_path": "vae_approx", "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", "reference": "https://github.com/madebyollin/taesd", @@ -32,8 +32,8 @@ }, { "name": "TAESD Encoder", - "type": "VAE", - "base": "TAESD", + "type": "TAESD", + "base": "SD1.x", "save_path": "vae_approx", "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", "reference": "https://github.com/madebyollin/taesd", @@ -460,6 +460,16 @@ "filename": "pytorch_model.bin", "url": "https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/pytorch_model.bin" }, + { + "name": "SDXL-controlnet: OpenPose (v2)", + "type": "controlnet", + "base": "SDXL", + "save_path": "default", + "description": "ControlNet openpose model for SDXL", + "reference": "https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0", + "filename": "OpenPoseXL2.safetensors", + "url": "https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/resolve/main/OpenPoseXL2.safetensors" + }, { "name": "ControlNet-v1-1 (ip2p; fp16)", "type": "controlnet",