comfyui报错huggingface
报错信息
huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
解决方法
到main.py
代码前面添加
os.environ["HF_ENDPOINT"] = "https://hf-mirror.com"
换镜像