mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 00:06:37 +00:00
Silence clip tokenizer warning. (#8934)
This commit is contained in:
parent
9bc2798f72
commit
491fafbd64
@ -18,7 +18,7 @@
|
|||||||
"single_word": false
|
"single_word": false
|
||||||
},
|
},
|
||||||
"errors": "replace",
|
"errors": "replace",
|
||||||
"model_max_length": 77,
|
"model_max_length": 8192,
|
||||||
"name_or_path": "openai/clip-vit-large-patch14",
|
"name_or_path": "openai/clip-vit-large-patch14",
|
||||||
"pad_token": "<|endoftext|>",
|
"pad_token": "<|endoftext|>",
|
||||||
"special_tokens_map_file": "./special_tokens_map.json",
|
"special_tokens_map_file": "./special_tokens_map.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user