img2img-turbo / scripts /download_horse2zebra.sh
Inmental's picture
Upload folder using huggingface_hub
38d88fc verified
raw
history blame contribute delete
166 Bytes
mkdir -p data
wget https://www.cs.cmu.edu/~img2img-turbo/data/my_horse2zebra.zip -O data/my_horse2zebra.zip
cd data
unzip my_horse2zebra.zip
rm my_horse2zebra.zip