From 7b399fc0e609291b70aebb1241d8e40c173c148e Mon Sep 17 00:00:00 2001
From: drbaph <84208527+Saganaki22@users.noreply.github.com>
Date: Thu, 6 Jun 2024 08:54:52 +0100
Subject: [PATCH] Update README.md
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7a120b1..958447d 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,12 @@ Seed: Any
Use the below deployment (tested on 24GB Nvidia VRAM):
cd StableAudioWebUI
- conda create -n saowebui python=3.10
- conda activate saowebui
+ python -m venv myenv python=3.10
+ myenv\Scripts\activate
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
+python -m venv myenv