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

I'm trying to train my own voice craft model but am encountering an issue when running the following script: python phonemize_encodec_encode_hf.py --dataset_size xs \ --download_to path/to/store_huggingface_downloads \ --save_dir path/to/store_extracted_codes_and_phonemes \...

In latest run of notebook I receive the error `ImportError: huggingface-hub>=0.23.0,

Steps to repro: 1. Open either colab 2. Click to run the first cell 3. Click to run the second cell Result: ``` INFO: pip is looking at multiple versions...

I attempted to run tts_demo.py on about 100 words/500 characters on the Windows docker install. ThinkPad P1G7 2024, Intel Ultra 9 185H, 2300 Mhz, 16 Cores, 32GB RAM, 8GB GPU...

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...

I've been trying to get this to work on WSL via local install, Docker, as well as the VoiceCraft_API fork. In all cases, I get stuck at something like the...

Hello! I want to use it on my local machine with gradio I tried a lot of options, but I can't understand, how to easy use it via API as...

@jasonppy Thanks for sharing the open-source and enhanced version. But I am also curious about the amount of dataset. Could you let me know how many hours of data was...

seems to be regression in https://github.com/jasonppy/VoiceCraft/commit/7121981bb4c80f697fbdf1161ac698c6885d93b6 . prior commit works well. ## STEPS TO REPEAT 1. checkout https://github.com/jasonppy/VoiceCraft/commit/7121981bb4c80f697fbdf1161ac698c6885d93b6 2. `python gradio_app.py` 3. call load_models ## ACTUAL RESULTS `TypeError: topk(): argument...

I tried following the directions for installing the environment on Runpod, then the Ubuntu packages, and finally the requirements for the gradio app, but it could not build the wheel...