Open gitihobo opened 1 year ago
I installed bark through an anaconda environment, git cloned and pip installed requirements, skipped mamba, I press on bark_webui and get no module named gradio, I also render an audio and get no gpu and no audio backend, what am I doing wrong?
for the nogpu part if you are running an nvidia gpu, try
pip install torch==2.0.0+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118
obviously the cu118
should be your version of cuda installed
I have pip install torch==2.0.1+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118 installed but no success, how can I make sure GPU works?
It would greatly help to have a guide for structuring commands so they work properly, and we can concentrate on only making music or sound effects. A Gui would also be greatly appreciated.