From 65f87e2a1204a8808efd79a6a7c1a9bbbe5b2029 Mon Sep 17 00:00:00 2001 From: Haruko386 <140301008+Haruko386@users.noreply.github.com> Date: Sat, 20 Sep 2025 08:49:05 +0800 Subject: [PATCH] Update README.md wrong word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046e649..2b220f4 100755 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ NOTE: We implement the training with the [accelerate](https://github.com/hugging Datasets: TODO -Place training datasets unser ```datasets/``` +Place training datasets under ```datasets/``` Download the [stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1) from HuggingFace and put the checkpoints under ```./pretrained_weights/```. You can also download with the script ```script/download_sd21.sh```.