Lukasz Liniewicz

Results 9 comments of Lukasz Liniewicz

Thank you. Yes, I was certainly on the newest release. For now I downgraded to 0.4.5 and things went back to normal.

I think this implementation is very good, in terms of stability, resource consumption and functions. Yes, tapping would be nice, but it is now perfectly usable. Great job! What I...

@rekvizitt I tried using "" for the f0 file argument, but it throws an error. I don't want to use this file at all as I'm doing simple speech-to-speech processing....

Apologies, it was my own stupidity. I didn't realize that you need to include the transcript of the sample in the prompt! Some generations worked (if the wav sample used...

I just wanted to download them. Op zo 21 apr. 2024 20:57 schreef Puyuan Peng ***@***.***>: > what is the error that you encounterred? > > — > Reply to...

They are not on Huggingface (https://huggingface.co/pyp1/VoiceCraft/tree/main) or their own repos there except as safetensor. Also, what is the difference between the 330MTTSEnhanced and the HalfLibri330MTTSEnhanced? PS. Perhaps you just haven't...

Yes, I can access it, but I see only safetensor files for 330M/830MTTSEnhanced models.

Sure, but isn't the code in the repo still expecting .pth files, eg. in gradio.py: ``` voicecraft_name = f"{voicecraft_model_name}.pth" model = voicecraft.VoiceCraft.from_pretrained(f"pyp1/VoiceCraft_{voicecraft_name.replace('.pth', '')}") phn2num = model.args.phn2num config = model.args model.to(device)...