Skip to content
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

[0.8.9] minimal.py causes ModuleNotFoundError: No module named 'webdataset' #151

Open
tin2tin opened this issue Aug 24, 2024 · 0 comments
Open

Comments

@tin2tin
Copy link

tin2tin commented Aug 24, 2024

minimal.py

from whisperspeech.pipeline import Pipeline

tts_pipe = Pipeline(s2a_ref='collabora/whisperspeech:s2a-q4-tiny-en+pl.model') # uncomment the line for the model you want to use
#tts_pipe = Pipeline(s2a_ref='collabora/whisperspeech:s2a-q4-base-en+pl.model') # uncomment the line for the model you want to use
# tts_pipe = Pipeline(s2a_ref='collabora/whisperspeech:s2a-q4-small-en+pl.model') # uncomment the line for the model you want to use

save_path = 'output.wav' # change the file extension to .mp3, .flac, .ogg etc. to save to a different file format
tts_pipe.generate_to_file(save_path, "This is a test") 

minimal.py causes ModuleNotFoundError: No module named 'webdataset'

WhisperSpeech==0.8
Did not have this problem.

@tin2tin tin2tin changed the title minimal.py causes ModuleNotFoundError: No module named 'webdataset' [0.8.9] minimal.py causes ModuleNotFoundError: No module named 'webdataset' Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant