Create ckpts/README.md
Browse files- ckpts/README.md +7 -0
ckpts/README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
You can locate "ghibli-fine-tuned-sd-2.1" model from https://huggingface.co/danhtran2mind/ghibli-fine-tuned-sd-2.1 in this folder.
|
2 |
+
|
3 |
+
```bash
|
4 |
+
cd ./ckpts
|
5 |
+
git clone https://huggingface.co/danhtran2mind/ghibli-fine-tuned-sd-2.1
|
6 |
+
cd ..
|
7 |
+
```
|