We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this great repo! When following your readme example for generating audio with transcript, I get segmentation fault error.
segmentation fault
The steps I took:
conda create -n audioldm python=3.8
conda activate audioldm
pip3 install git+https://github.com/haoheliu/AudioLDM2.git
audioldm2 -t "A female reporter is speaking" --transcription "Wish you have a good day"
Importantly, after removing the --transcript it works and I was able to generate audio only, but not audio + transcript.
--transcript
The text was updated successfully, but these errors were encountered:
I also encountered the same problem. Have you solved it?
Sorry, something went wrong.
No branches or pull requests
Thank you for this great repo!
When following your readme example for generating audio with transcript, I get
segmentation fault
error.The steps I took:
conda create -n audioldm python=3.8
conda activate audioldm
pip3 install git+https://github.com/haoheliu/AudioLDM2.git
audioldm2 -t "A female reporter is speaking" --transcription "Wish you have a good day"
Importantly, after removing the
--transcript
it works and I was able to generate audio only, but not audio + transcript.The text was updated successfully, but these errors were encountered: