当前位置:   article > 正文

Huggingface配置镜像_huggingface镜像

huggingface镜像

首先确保已经安装了huggingface_hub依赖包

pip install -U huggingface_hub

设置环境变量

Linux

export HF_ENDPOINT=https://hf-mirror.com

Windows

set HF_ENDPOINT=https://hf-mirror.com

命令行方式

下载模型

huggingface-cli download --resume-download InstantX/InstantID --local-dir ./checkpoints

下载数据集

huggingface-cli download --repo-type dataset --resume-download InstantX/InstantID --local-dir ./checkpoints

代码方式 

  1. from huggingface_hub import hf_hub_download
  2. hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/config.json", local_dir="./checkpoints")
  3. hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/diffusion_pytorch_model.safetensors", local_dir="./checkpoints")
  4. hf_hub_download(repo_id="InstantX/InstantID", filename="ip-adapter.bin", local_dir="./checkpoints")

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/196898
推荐阅读
相关标签
  

闽ICP备14008679号