Silence clip tokenizer warning. (#8934)

This commit is contained in:
comfyanonymous 2025-07-16 11:42:07 -07:00 committed by GitHub
parent 9bc2798f72
commit 491fafbd64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",