waifu-diffusion-xl-unofficial / tokenizer /special_tokens_map.json
Alex Birch
add tokenizer, scheduler and text_encoders from stabilityai/stable-diffusion-xl-base-0.9, and VAE from madebyollin/sdxl-vae-fp16-fix
2f0a3c9 unverified
raw
history blame contribute delete
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
}
}