waifu-diffusion-xl-unofficial / tokenizer /tokenizer_config.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
No virus
737 Bytes
{
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 77,
"pad_token": "<|endoftext|>",
"tokenizer_class": "CLIPTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}