1git lfs install
2git clone git@hf.co:RyanWW/KeyVID
3# or:
4# git clone https://huggingface.co/RyanWW/KeyVID
1pip install -U huggingface_hub
2python -c "from huggingface_hub import hf_hub_download; print(hf_hub_download(repo_id='RyanWW/KeyVID', filename='keyframe_generation/generator_checkpoint.ckpt'))"
1pip install -U datasets
2python -c "from datasets import load_dataset; ds = load_dataset('RyanWW/KeyVID_data'); print(ds)"
1git lfs install
2git clone git@hf.co:datasets/RyanWW/KeyVID_data
3# or:
4# git clone https://huggingface.co/datasets/RyanWW/KeyVID_data
1pip install -U huggingface_hub
2python upload_fast.py
3# or:
4python upload.py
1export KEYVID_PATH=/path/to/KeyVID_folder
2python upload.py