From e2b224d04faa652a06a7f8405894aee9a2babd8b Mon Sep 17 00:00:00 2001 From: drbaph <84208527+Saganaki22@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:36:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6e22dd..27597e9 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ Seed: Any
cd StableAudioWebUI python -m venv myenv python=3.10 myenv\Scripts\activate - pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121 + pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 pip install -r requirements.txt ## (Note if you have an older Nvidia GPU you may need to use CUDA 11.8) - pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 + pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 If you haven't got a hugging face account or have not used huggingface-cli before, create an account and then authenticate your Hugging face account with a token (create token at https://huggingface.co/settings/tokens)