-
Notifications
You must be signed in to change notification settings - Fork 302
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 |
I'm still having this issue in a duplicated Hugging face space. I tried rebuilding the docker image to use the newest commit but it still fails with |
The custom model issue should be fixed in the next PR for v2.0If you want you can try using the legacy v1.0 (but its old were not fixing any bugs from it as were working into v2.0 now)
https://github.com/DrewThomasson/ebook2audiobook/tree/v1.0 For the legacy v1.0 docker image it's-Run with CPU only docker run -it --rm -p 7860:7860 --platform=linux/amd64 athomasson2/ebook2audiobookxtts:huggingface_v1.0 python app.py -Run with GPU Speedup (Nvida graphics cards only) docker run -it --rm --gpus all -p 7860:7860 --platform=linux/amd64 athomasson2/ebook2audiobookxtts:huggingface_v1.0 python app.py Also for the legacy v1.0 huggingface if you want to duplicate ithttps://huggingface.co/spaces/drewThomasson/ebook2audiobook_v1.0 |
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: