Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
common-canvas
stable-diffusion
Inference Endpoints
CommonCanvas-S-C / tokenizer /special_tokens_map.json
multimodalart's picture
Duplicate from stabilityai/stable-diffusion-2-1-base
3f5521a verified
raw
history blame
460 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "!",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}