Tony(Baojia) Tong

Results 23 comments of Tony(Baojia) Tong

hello friends! :D

![Screenshot 2023-06-23 at 12 07 30 PM](https://github.com/suno-ai/bark/assets/6175253/57838810-0f19-4ee0-a818-6d8541a9108e) This PR should be good to land IMO.

When you installed it -- `suno-bark 0.0.1a0, installed using Python 3.11.2` Is your python3 also 3.11.2, the same environment?

This is a classic issue: the python environment you use to run suno differs from the python environment you installed suno. I'd recommend using a virtual environment, installing suno there,...

> > This is a classic issue: the python environment you use to run suno differs from the python environment you installed suno. > > I'd recommend using a virtual...

sorry, I stopped using windows machines years ago exactly because of environment reasons. This is not a suno problem but a windows / conda / python problem. Your conda version...

You can try to download the .pt files from huggingface directly: https://huggingface.co/suno/bark/tree/main and put them into the models folder.

You can download follow the above link. The models should be put at: `~/.cache/suno/bark_v0` (at least for me). You can see the model path discussion in #197

No, it is always saved in your local -- the code will do the `to("GPU")` to utilize the GPUs.

Hi @yangboz These are generated from the transformers library and don't appear to correlate directly to what bark has. Could you provide more context and code on how you ran...