From 2cf4a1e5a98b00d9a04de8b6123595ddb00bf22b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 8 Jul 2023 00:17:57 +0900 Subject: [PATCH] update DB for TAESDXL --- model-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/model-list.json b/model-list.json index d3509db..f8ca864 100644 --- a/model-list.json +++ b/model-list.json @@ -1,5 +1,25 @@ { "models": [ + { + "name": "TAESDXL Decoder", + "type": "VAE", + "base": "TAESD", + "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", + "filename": "taesdxl_decoder.pth", + "url": "https://github.com/madebyollin/taesd/raw/main/taesdxl_decoder.pth" + }, + { + "name": "TAESDXL Encoder", + "type": "VAE", + "base": "TAESD", + "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", + "filename": "taesdxl_encoder.pth", + "url": "https://github.com/madebyollin/taesd/raw/main/taesdxl_encoder.pth" + }, { "name": "TAESD Decoder", "type": "VAE",