is this mamba thing really required ?
Username69992872 opened this issue · 8 comments
Actually I just created a virtual environment and made a git + install pip requirements.
Works fine so far, also webui starts, however Voice generation only works on CPU it says. So i guess that mamba thing is for cuda.
Automatic1111 seems to work without mamba?
No, it's just one way to install it. If you can install Cuda and Pytorch and the libraries, you can just the requirements.txt files instead.
I did the same thing but I am getting Loading Bark models...
preload_models No GPU being used. How can I make it use gpu?
No, it's just one way to install it. If you can install Cuda and Pytorch and the libraries, you can just the requirements.txt files instead.
thx for the reply. Can you pls give a bit more detail how to do it now exactly without miniforge and just using venv?
a 1 click installer of course would be the greatest :D
There is no pure requirements.txt:
requirements-dev-pip.txt
requirements-pip.txt
which one to use ?
I guess i have to add those from environment-cuda.yml ?
If you are using a normal python venv then activate that venv and install this
pip install torch==2.0.0+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118
Note that cu118
from both parts of the commands must match the cuda version you have installed
torchaudio 2.0.2 requires torch==2.0.1, but you have torch 2.0.0+cu118 which is incompatible. should I install it?
I haven't tested the pip, but the mamba install does give you torch==2.0.1 at the end, so that sounds right.
I did that but now it says the opposite ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchvision 0.15.1+cu118 requires torch==2.0.0, but you have torch 2.0.1 which is incompatible.
I'll be in Bark Discord probably very late Monday (Tuesday AM really).