VoiceCraft icon indicating copy to clipboard operation
VoiceCraft copied to clipboard

Zero-Shot Speech Editing and Text-to-Speech in the Wild

Results 132 VoiceCraft issues
Sort by recently updated
recently updated
newest added

When working with the model I encountered some situations where the desired text was removed, but nothing was generated instead of it. After some investigation, I found the following line...

Listen to me. You are much stronger than you think. All your dreams are real. But no one will take that first step for you. Stop waiting for the perfect...

when i step by step run the code on colab, facing some dependencies problem.

When I try to run VoiceCraft in Collab, it gives the following error:

Hi, I can't find speech_editing_demo.py mentioned in "QuickStart Command Line" part. Is it deleted?

When I run the colab, upon re-running after the restart I get this error: ``` Collecting pyannote.database>=5.0.1 (from pyannote.audio==3.1.1->whisperx>=3.1.1->-r /content/VoiceCraft/gradio_requirements.txt (line 5)) Using cached pyannote.database-5.1.0-py3-none-any.whl.metadata (1.2 kB) Collecting pyannote.metrics>=3.2 (from...

I'm interested in contributing to VoiceCraft by adding emotion control functionality. My goal is to enable the model to generate audio with a specified emotion while cloning a voice from...

After getting it all setup, once you actually try to use it, everything errors out due to some kind of problem with Whisper/Whisper X (does it for both), Would have...