Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -106,8 +106,8 @@ This implementation includes all the core components of Stable Diffusion:
|
|
106 |
```
|
107 |
|
108 |
4. **Download required model files:**
|
109 |
-
- Download `vocab.json` and `merges.txt` from [Stable Diffusion v1.5 tokenizer](https://huggingface.co/
|
110 |
-
- Download `v1-5-pruned-emaonly.ckpt` from [Stable Diffusion v1.5](https://huggingface.co/
|
111 |
- Place all files in the `data/` folder
|
112 |
|
113 |
## 🎯 Usage
|
|
|
106 |
```
|
107 |
|
108 |
4. **Download required model files:**
|
109 |
+
- Download `vocab.json` and `merges.txt` from [Stable Diffusion v1.5 tokenizer](https://huggingface.co/ApoorvBrooklyn/stable-diffusion-implementation/tree/main/data)
|
110 |
+
- Download `v1-5-pruned-emaonly.ckpt` from [Stable Diffusion v1.5](https://huggingface.co/ApoorvBrooklyn/stable-diffusion-implementation/tree/main/data)
|
111 |
- Place all files in the `data/` folder
|
112 |
|
113 |
## 🎯 Usage
|