ApoorvBrooklyn commited on
Commit
6dad806
·
verified ·
1 Parent(s): 1aee4d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main/tokenizer)
110
- - Download `v1-5-pruned-emaonly.ckpt` from [Stable Diffusion v1.5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main)
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