Check the network environment. If you cannot access huggingface.co normally in China, try modifying the huggingface_hub package to force the use hf_mirror.
检查网络环境。如果你在中国无法访问 huggingface.co 正常,可以尝试修改 huggingface_hub 包以强制使用 hf_mirror。
-
在
huggingface_hub
package 的目录下找到constants.py
(通常在comfyui/python/Lib/site-packages/huggingface_hub/constants.py
虚拟环境路径下),在import os
后添加一行os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'