From d103a81020d812e5b45d7472bc664db55f9c422b Mon Sep 17 00:00:00 2001 From: chunzhi Date: Sun, 9 Feb 2025 12:02:59 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.yaml | 15 --------------- config.yaml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 config.example.yaml create mode 100644 config.yaml diff --git a/config.example.yaml b/config.example.yaml deleted file mode 100644 index ec1ab19..0000000 --- a/config.example.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# extra models and concepts to download -# note that the urls should be direct download links - -CHECKPOINTS_URLS: - - 'https://civitai.com/api/download/models/119057' - -VAE_URLS: [] - -LORAS_URLS: - - 'https://civitai.com/api/download/models/231021' - - 'https://huggingface.co/hollowstrawberry/holotard/resolve/main/loras/kiryu_coco_5_outfits.safetensors?download=true' - -EMBEDDINGS_URLS: - - 'https://civitai.com/api/download/models/94057' - diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..151f1d1 --- /dev/null +++ b/config.yaml @@ -0,0 +1,15 @@ +# extra models and concepts to download +# note that the urls should be direct download links + +CHECKPOINTS_URLS: + - 'https://civitai.com/api/download/models/11745?type=Model&format=SafeTensor&size=full&fp=fp16' + +VAE_URLS: [] + +LORAS_URLS: + - 'https://civitai.com/api/download/models/31284?type=Model&format=SafeTensor&size=full&fp=fp16' + - 'https://civitai.com/api/download/models/34562?type=Model&format=SafeTensor&size=full&fp=fp16' + +EMBEDDINGS_URLS: + - 'https://civitai.com/api/download/models/94057' +