环境:centos7.9 、stable-diffusion-webui
centos7.9 平台部署 stable-diffusion-webui
运行:python launch.py --use-cpu all --skip-torch-cuda-test --theme dark --precision full --no-half --listen --server-name 0.0.0.0。报如下错误:
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.
Stable diffusion model failed to load
解决方案 :
1.进入解压后的 stable-diffusion-webui目录,创建目录 openai。
mkdir openai
2.通过魔搭社区镜像站获取 clip-vit-large-patch14,使用 git 获取.
git clone https://www.modelscope.cn/A


6404

被折叠的 条评论
为什么被折叠?



