Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
Inference Endpoints
ukeiyo-style-diffusion / tokenizer /special_tokens_map.json
salmonhumorous's picture
Upload with huggingface_hub
0b5fd1a
{
"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
}
}