# 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 ```