Can't load tokenizer for 'openai/clip-vit-large-patch14'
Can't load tokenizer for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.
有人知道这是啥原因吗?
"Error occurred when executing IDBaseModelLoader_local:
Can't load tokenizer for 'C:\Users\USER.cache\huggingface\hub\models--runwayml--stable-diffusion-v1-5\snapshots\1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'C:\Users\USER.cache\huggingface\hub\models--runwayml--stable-diffusion-v1-5\snapshots\1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer. "
The path exist, it has what it says it should have. Changed the name of the folder in case something needs to get downloaded and got:
"Error occurred when executing IDBaseModelLoader_local: 401 Client Error. (Request ID: Root=1-66d24a7c-2e2b2408442b47bf6228c802;f3650531-3043-4d10-9fc9-025538b2502f) Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-v1-5/revision/main. Please make sure you specified the correct repo_id and repo_type. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password."
That repository URL is empty, doesn't exist anymore, but can't understand why can't I use it locally or how to prevent it to try download a model and use the one I am selecting in the workflow.