fast-stable-diffusion
fast-stable-diffusion copied to clipboard
training error
I run the training and it give error : Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/huggingface_hub/utils/_errors.py", line 213, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/Jack-Sparrow/resolve/main/tokenizer/vocab.json
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/transformers/utils/hub.py", line 420, in cached_file local_files_only=local_files_only, File "/usr/local/lib/python3.7/dist-packages/huggingface_hub/file_download.py", line 1057, in hf_hub_download timeout=etag_timeout, File "/usr/local/lib/python3.7/dist-packages/huggingface_hub/file_download.py", line 1359, in get_hf_file_metadata hf_raise_for_status(r) File "/usr/local/lib/python3.7/dist-packages/huggingface_hub/utils/_errors.py", line 242, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: U6zThL8HnQ9JF34PecFO8)
Repository Not Found for url: https://huggingface.co/Jack-Sparrow/resolve/main/tokenizer/vocab.json.
Please make sure you specified the correct repo_id
and repo_type
.
If the repo is private, make sure you are authenticated.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 788, in use_auth_token
or log in with huggingface-cli login
and pass use_auth_token=True
.
Traceback (most recent call last):
File "/usr/local/bin/accelerate", line 8, in
I typed ' Jack ' in the session name box, is it the issue ?
any chance your accidently using the hugging face download option at the beginning
make sure you use the correct model link/path
make sure you use the correct model link/path
@TheLastBen I won't create another issue and ask something right here ... I believe Dreambooth's Colab needs to be updated to use v2 and the new Stability Clips, right?
@TheLastBen I won't create another issue and ask something right here ... I believe Dreambooth's Colab needs to be updated to use v2 and the new Stability Clips, right?
As soon as the diffusers team make it compatible with the V2