From f2477733082ef194cbbc4c416dfcecc9143c9142 Mon Sep 17 00:00:00 2001 From: Aaron Van Doren Date: Tue, 3 Sep 2024 14:48:34 -0700 Subject: [PATCH] README: specify directory for downloading weights. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fe607e27..02d15fa4f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ git submodule update - Stable Diffusion 3 2B from https://huggingface.co/stabilityai/stable-diffusion-3-medium ```shell + mkdir models + cd models curl -L -O https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt # curl -L -O https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors # curl -L -O https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-nonema-pruned.safetensors