Update README.md
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user