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.
关于上述comfy ui使用control net预处理器的报错问题,我目前找到的方法是 修改系统文件,把下载地址转移到镜像站
具体步骤如下:
- 进入到ComfyUI根目录下,然后点击main.py文件
- 在import os后面的空位,填写代码 os.environ["HF_ENDPOINT"] = "https://hf-mirror.com" ,保存即可 (PS:注意所有字符用英文!!)
就能成功了!!!