-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use fine tuned models #127
Comments
where did you find the code where there is"athomasson2/ebook2audiobookxtts:huggingface" ? |
Weird that docker image should be doing it for you..... I'll see if i can update the docker image or something so it's actually based on the compose And not the huggingface |
Lines 231 to 242 in 5abebec
|
I don't know if it's related, but the container also fails to download the Danish model:
That URL returns a 403 response with this body
|
@mortenscheel I'm afraid I made the same mistake than Croatian language, it was supported only by a token library called spacy which can work with Danish language, but xtts-v2 and fairseq standard models not. |
@DrewThomasson I just realized we forgot to update the pip package list on dockers file and missed to add regex package on requirements.txt and pyproject.toml. Pushed in the next PR. |
Your right I'll see if I can change it without having to create a whole new docker hub thing |
Kk changed it It now will grab from the new correctly named docker hub repo |
FYI the Docker instructions in the readme don't work for me, but using athomasson2/ebook2audiobookxtts:huggingface still does. EDIT: Now it seems to work, maybe I tried just as it was being changed lol |
Version 2.0.0, using the WebUI via
athomasson2/ebook2audiobookxtts:huggingface
.Loading TTS xtts model from {modelName}...
but there's no network or CPU activity.Error: cannot unpack non-iterable async_generator object
.The text was updated successfully, but these errors were encountered: