update DB

This commit is contained in:
Dr.Lt.Data 2023-08-15 15:00:15 +09:00
parent a2b8c2a066
commit 15690571e3

View File

@ -2,8 +2,8 @@
"models": [ "models": [
{ {
"name": "TAESDXL Decoder", "name": "TAESDXL Decoder",
"type": "VAE", "type": "TAESD",
"base": "TAESD", "base": "SDXL",
"save_path": "vae_approx", "save_path": "vae_approx",
"description": "(SDXL Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "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", "reference": "https://github.com/madebyollin/taesd",
@ -12,8 +12,8 @@
}, },
{ {
"name": "TAESDXL Encoder", "name": "TAESDXL Encoder",
"type": "VAE", "type": "TAESD",
"base": "TAESD", "base": "SDXL",
"save_path": "vae_approx", "save_path": "vae_approx",
"description": "(SDXL Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "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", "reference": "https://github.com/madebyollin/taesd",
@ -22,8 +22,8 @@
}, },
{ {
"name": "TAESD Decoder", "name": "TAESD Decoder",
"type": "VAE", "type": "TAESD",
"base": "TAESD", "base": "SD1.x",
"save_path": "vae_approx", "save_path": "vae_approx",
"description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd", "reference": "https://github.com/madebyollin/taesd",
@ -32,8 +32,8 @@
}, },
{ {
"name": "TAESD Encoder", "name": "TAESD Encoder",
"type": "VAE", "type": "TAESD",
"base": "TAESD", "base": "SD1.x",
"save_path": "vae_approx", "save_path": "vae_approx",
"description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd", "reference": "https://github.com/madebyollin/taesd",
@ -460,6 +460,16 @@
"filename": "pytorch_model.bin", "filename": "pytorch_model.bin",
"url": "https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/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)", "name": "ControlNet-v1-1 (ip2p; fp16)",
"type": "controlnet", "type": "controlnet",