當妳『Stable Diffusion』睇到下面信息,未有裝『transformers』模型分詞器.或版本舊.
OSError: 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. |
- 進入『命令行模式CMD』
- 裝『transformers』模型分詞器.
pip install transformers |
C:\stable-diffusion-webui\venv\Scripts\python.exe -m pip install transformers |
- 更新『transformers』 模型分詞器
pip install –upgrade transformers |
C:\stable-diffusion-webui\venv\Scripts\python.exe -m pip install –upgrade transformers |