hf_down.py 180 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
from huggingface_hub import hf_hub_download
ckpt = hf_hub_download(
    repo_id="TencentARC/NVComposer", filename="NVComposer-V0.1.ckpt", repo_type="model", local_dir="./models"
)