Unable to use fairseq modules? #351
Replies: 13 comments
-
you are using the old syntax which is not available anymore (see README) ./ebook2audiobook.sh --headless --ebook tts/a.txt --language fas --custom_model '/path/to/a/model.zip' model.zip must contains only what the TTS engine requires so: for FAIRSEQ, the custom model upload is not available for now, I'm in discussion with coqui-tts guys to know if it's possible or their are improvements on the subject. I know some dev started but don't know the status of it. |
Beta Was this translation helpful? Give feedback.
-
btw the link https://dl.fbaipublicfiles.com/mms/tts/fas.tar.gz |
Beta Was this translation helpful? Give feedback.
-
I am in no hurry, but if needed, I can help with the testing as long as my knowledge and the system allow it.
|
Beta Was this translation helpful? Give feedback.
-
please provide the full terminal log |
Beta Was this translation helpful? Give feedback.
-
try to use --tts_engin fairseq and see if it's better |
Beta Was this translation helpful? Give feedback.
-
I apologize for the delay.
|
Beta Was this translation helpful? Give feedback.
-
try my fork and do the original command you made. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
you are not in headless mode. retry |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I thought it was okay to use the web interface.
|
Beta Was this translation helpful? Give feedback.
-
ok I think it's better you wait the coming release update.... |
Beta Was this translation helpful? Give feedback.
-
This one's fixed now right? |
Beta Was this translation helpful? Give feedback.
-
yes, it's fixed since long time. but in fact he mixed with custom model and internal, so I guess he wanted to add the feature custom model for fairseq. reason why I added new feature. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I wanted to use Fairseq for the Persian language, but I'm encountering some issues. When I try to send a custom model in the web interface, I get the following error:
And when I try to run it in headless mode, I get this error:
Could someone please help me? I believe I might be making a mistake somewhere.
Here is the link to the model I used for this task:
I then converted it to a zip file. I also tested it with other models, and I get the same result.
I have no issues with regular usage; I can use English, Arabic, and other XTTS models correctly, but I am having trouble with the Fairseq models.
Beta Was this translation helpful? Give feedback.
All reactions