timothybrooks / instruct-pix2pix

Other
6.1k stars 527 forks source link

Faster data downloads #123

Open sealad886 opened 4 months ago

sealad886 commented 4 months ago

I've updated the three bash scripts in the /scripts folder in an attempt to account for:

  1. Unstable internet connections (wget has better support to resume partial downloads than curl does)
  2. Deal with user-terminated downloads (adding -nc with wget takes away some of the download on repeat attempts)
  3. Use native huggingface download tools that are faster than others