JonathanFly / bark

🚀 BARK INFINITY GUI CMD 🎶 Powered Up Bark Text-prompted Generative Audio Model
MIT License
997 stars 92 forks source link

More comprehensive command list structure and gui #61

Open gitihobo opened 1 year ago

gitihobo commented 1 year ago

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.

gitihobo commented 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?

fnrcum commented 1 year ago

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

gitihobo commented 1 year ago

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?