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' +