File size: 452 Bytes
8a0ef97 9a925ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File Structure
```
- model_index.json
- feature_extractor/
- preprocessor_config.json
- safety_checker/
- config.json
- pytorch_model.bin
- scheduler/
- scheduler_config.json
- text_encoder/
- config.json
- pytorch_model.bin
- tokenizer/
- merges.txt
- special_tokens_map.json
- tokenizer_config.json
- vocab.json
- unet/
- config.json
- diffusion_pytorch_model.bin
- vae/
- config.json
- diffusion_pytorch_model.bin
```
|