pip install diffusers transformers para-attn numpy pandas hf_transfer
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download thanhhau097/farfetch_singapore_images --repo-type dataset --local-dir .
cat farfetch_singapore_images.zip.* > farfetch_singapore_images.zip
unzip -qq farfetch_singapore_images.zip
unzip -qq farfetch_masks_and_denseposes.zip
rm *.zip*
pip install sentencepiece
HF_TOKEN= python create_farfetch_mask_free_data.py --k 1 --gpu_id 0 --root_folder ./
- Downloads last month
- 7