Adam
Adam
> ```pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121``` when do i do this after a fresh git clone? before or after ```./start_tts_webui.sh```
> installer_scripts/conda_env_bash.sh i see this file but i have never once used it. what i did was simple. 1. i created a venv called audioenv 2. ./start_tts_webui.sh 3. pip install...
``` Failed to load Bark TTS tab. Please check your configuration. Error: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 12.1 whereas TorchAudio...
> So, if you use start_tts it has its own virtual environment. > What you described likely means that you have a separate virtual environment (that tts webui does not...
> This is the file https://github.com/rsxdalv/tts-generation-webui/blob/main/installer_scripts/conda_env_bash.sh and what do i do with it
you should specify that start_tts is its own venv in the readme and that you do not need and shouldnt use another venv before accessing it or it will break...
okay please update readme
> Inside conda env bash just to be clear, this is the env of start_tts? so do i just run it and do ```pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121```?...
``` chris@laptop:~/Desktop/webui-audio/tts-generation-webui$ ./conda_env_bash.sh bash: ./conda_env_bash.sh: No such file or directory chris@laptop:~/Desktop/webui-audio/tts-generation-webui$ ./conda_env_bash.sh bin bash: ./conda_env_bash.sh: No such file or directory chris@laptop:~/Desktop/webui-audio/tts-generation-webui$ ./conda_env_bash.sh activate bash: ./conda_env_bash.sh: No such file or directory...