Skip to content
Discussion options

You must be logged in to vote

Hi @Madta907, thank you for your Q&A
Taking my local env for example:

# ApDeth/pretrained_checkpoint

pretrained_checkpoint
└── stable-diffusion-2
    ├── .cache/huggingface
    │   ├── download
    │   └── .gitignore
    ├── feature_extractor
    │   └── preprocessor_config.json
    ├── scheduler
    │   └── scheduler_config.json
    ├── text_encoder
    │   ├── config.json
    │   ├── model.fp16.safetensors
    │   ├── model.safetensors
    │   ├── pytorch_model.bin
    │   └── pytorch_model.fp16.bin
    ├── tokenizer
    │   ├── merges.txt
    │   ├── special_tokens_map.json
    │   ├── tokenizer_config.json
    │   └── vocab.json
    ├── unet
    │   ├── config.json
    │   ├── diffus…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Madta907
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
🤨 help wanted Extra attention is needed 🤗 good first issue Good for newcomers 📝 question Further information is requested
2 participants