jasonppy / VoiceCraft

Zero-Shot Speech Editing and Text-to-Speech in the Wild
Other
7.51k stars 739 forks source link

transformers necessary for tts_demo to work #158

Open ajkessel opened 1 week ago

ajkessel commented 1 week ago

I finally got this working with Windows docker, but needed to run

pip install transformers -U

within my conda instance for a successful run of tts_demo.py. Any reason pip install transformers isn't included in the Dockerfile script?