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" )