Mylo
Mylo
If you want to train, you'll need a text dataset in the language you want to train for, you can modify the bark-data-gen code to load text files in another...
Looks like the environment you're running this in is using an old pytorch version. Make sure you're using a pytorch version at least 2.0.0 `pip install -U torch torchvision torchaudio`...
You can, but they won't save, and it's less convenient. It's more of a convenience thing mostly. I usually don't have a lot of browser tabs open, and prefer when...
I believe it's this one (although I might be wrong) https://huggingface.co/0x3e9/Biden_RVC The clip was created by first using bark to clone from a short clip of biden speaking, then I...
Running main.py with the python.exe you want to use should work
`path\to\python.exe path\to\main.py` should work
Xformers shouldn't really affect performance or memory usage drastically for most models. But from the error it looks like you installed xformers for python `3.10.11` while you're on `3.10.10`, so...
AudioLM is now no longer a requirement lol. I had a audiolm-less implementation of the quantizer lying around (from my [comfyui audio nodes](https://github.com/gitmylo/ComfyUI-audio-nodes)). Fairseq is still currently a requirement though....
Can you run activate_only.bat, then run the command `pip install --no-cache-dir torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --extra-index-url https://download.pytorch.org/whl/cu118` The cause for the error could be a corrupt torch wheel in `%LocalAppData%\pip\Cache`, by...
> Apologies if that's a stupid question, but where do you add the line --no-cache-dir It was already in the command I listed, I just mentioned it to reference it...