Tried to install Dreambooth according to Nerdy Rodent video (https://www.youtube.com/watch?v=w6PTviOCYQY)
I am absolutely new to Linux, and failed on last step running the training.
As I understood, something wrong with:
export MODEL_NAME="CompVis/stable-diffusion-v1-4" and --pretrained_model_name_or_path=$MODEL_NAME
Traceback (most recent call last):
File "/home/renaldas/github/diffusers/examples/dreambooth/train_dreambooth.py", line 657, in
main()
File "/home/renaldas/github/diffusers/examples/dreambooth/train_dreambooth.py", line 420, in main
tokenizer = CLIPTokenizer.from_pretrained(
File "/home/renaldas/anaconda3/envs/sd/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 1734, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "/home/renaldas/anaconda3/envs/sd/lib/python3.9/site-packages/transformers/utils/hub.py", line 408, in cached_file
resolved_file = hf_hub_download(
File "/home/renaldas/anaconda3/envs/sd/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 1022, in hf_hub_download
cache_dir, repo_folder_name(repo_id=repo_id, repo_type=repo_type)
File "/home/renaldas/anaconda3/envs/sd/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 92, in _inner_fn
validate_repo_id(arg_value)
File "/home/renaldas/anaconda3/envs/sd/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 142, in validate_repo_id
raise HFValidationError(
'.ggingface_hub.utils.validators.HFValidationError: Repo id must use alphanumeric chars or '-', '', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'CompVis/stable-diffusion-v1-4