From d9f2177f523d963cf31eafa1c6ceaa71aec6de51 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 12:06:59 +0200 Subject: [PATCH] Update README.md to streamline setup instructions and enhance clarity --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 54f495e..d80ce00 100644 --- a/README.md +++ b/README.md @@ -111,17 +111,13 @@ _( dpmpp-3m-sde, dpmpp-2m-sde, k-heun, k-lms, k-dpmpp-2s-ancestral, k-dpm-2, k-d ### 📝 Note: For Windows builds with [Nvidia](https://github.com/Saganaki22/StableAudioWebUI/releases/download/latest/One-Click-Installer-GPU.bat) 30xx + or Float32 Capable [CPU](https://github.com/Saganaki22/StableAudioWebUI/releases/download/latest/One-Click-Installer-CPU.bat) you can use the [One-Click-Installer.bat](https://github.com/Saganaki22/StableAudioWebUI/releases/tag/latest) to simplify the process, granted you have logged in to huggingface-cli and auth'd your token prior to running the batch script: Step 3 (the huggingface-cli is used for obtaining the model file) -## Step 1: Start by cloning the repo: - - git clone https://github.com/Saganaki22/StableAudioWebUI.git +## Step 1: Start by cloning the repo ## Step 2: Use the below deployment (tested on 24GB Nvidia VRAM but should work with 12GB too as we have added the Load Half precision, Float16 option in the WebUI): cd StableAudioWebUI - python -m venv myenv - myenv\Scripts\activate - pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 - pip install -r requirements.txt + uv sync + uv run gradio_app.py ## (Note if you have an older Nvidia GPU you may need to use CUDA 11.8)