Update README.md

This commit is contained in:
drbaph
2024-06-06 08:54:52 +01:00
committed by GitHub
parent a5eca21cbf
commit 7b399fc0e6

View File

@@ -36,11 +36,12 @@ Seed: Any <br>
Use the below deployment (tested on 24GB Nvidia VRAM): Use the below deployment (tested on 24GB Nvidia VRAM):
cd StableAudioWebUI cd StableAudioWebUI
conda create -n saowebui python=3.10 python -m venv myenv python=3.10
conda activate saowebui myenv\Scripts\activate
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121 pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt pip install -r requirements.txt
python -m venv myenv
<br> <br>