[Bug]: Newest Dreambooth throws exceptions regarding config.json in the tokenizer directory #6976
Open
1 task done
Labels
bug-report
Report of a bug, yet to be confirmed
Is there an existing issue for this?
What happened?
I tried the new version of Dreambooth and at first received the error:
Repo id must use alphanumeric chars or '-', '', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96_
The path it was referring to was model/dreambooth/[modelname]/working/tokenizer'.'
So I created the folder "tokenizer" as it seemed it added that dot out of nowhere, which now leads to the following exception when trying to train my model:
Exception training model: '[..\models\dreambooth[modelname]\working\tokenizer does not appear to have a file named config.json. Checkout 'https://huggingface.co/[..\models\dreambooth\[modelname]\working\tokenizer/0' for available files.'.
What should I do to fix this issue?
Steps to reproduce the problem
What should have happened?
It should usually just train my model and that's all.
Commit where the problem happens
889b851
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Brave
Command Line Arguments
None
Additional information, context and logs
None
The text was updated successfully, but these errors were encountered: