Text-to-Image
Diffusers
English
StableDiffusionPipeline
anime
art
stable diffusion
Inference Endpoints
Eggnog-Milkshake / tokenizer /special_tokens_map.json
Duskfallcrew's picture
pt - camenduru/converter
f8dad8b
raw
history blame
472 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": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}