timothybrooks / instruct-pix2pix

Other
6.41k stars 540 forks source link

Faster data downloads #123

Open sealad886 opened 8 months ago

sealad886 commented 8 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