ah, cant use wget download

#38
by bingqimao - opened

ah, cant use wget download

I had the same problem until I clicked the "accept terms" button on the main page of the repository, then created a token in the settings and wrote

HF_TOKEN = userdata.get('HF_TOKEN')
!wget --header "Authorization: Bearer {HF_TOKEN}" "https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev/resolve/main/ae.safetensors" -O "ae.safetensors"
!wget --header "Authorization: Bearer {HF_TOKEN}" "https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev/resolve/main/flux1-fill-dev.safetensors" -O "flux1-fill-dev.safetensors"

Sign up or log in to comment