hibana2077's picture
add download script for FFHQ dataset and features
f5c27cc
raw
history blame
290 Bytes
apt update && apt install -y wget unzip
wget https://huggingface.co/datasets/Dmini/FFHQ-64x64/resolve/main/ffhq-64x64.zip?download=true -O ffhq-64x64.zip
unzip ffhq-64x64.zip
rm ffhq-64x64.zip
git clone https://github.com/DCGM/ffhq-features-dataset.git
cd ffhq-features-dataset
rm -rf .git