Stable Audio Tool Sound Effect AI Generator Run In Your Computer Local Privately
Added 2024-06-12 13:30:01 +0000 UTC
Tutorial Video : https://youtu.be/v6DsC9zMzTY
In this video, we dive into the exciting world of sound effect (SFX) creation with Stability AI's latest release, Stable Audio Tool. This innovative AI model allows you to generate high-quality sound effects locally on your machine or on a private server. Join us as we explore the installation process, step-by-step instructions, and showcase the incredible capabilities of this AI-powered tool.
stable-audio-tools
https://github.com/Stability-AI/stable-audio-tools
https://huggingface.co/stabilityai/stable-audio-open-1.0
Here are the command line I did for installation for Stable Audio Tool mentioned in this tutorial:
1
git clone https://github.com/Stability-AI/stable-audio-tools.git
2
cd stable-audio-tools/
3
conda create -n stableaudio python=3.10
4
conda activate stableaudio
5
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
Or If Conda :
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
6
pip install .
7
pip install stable-audio-tools
8
python run_gradio.py --ckpt-path ".\ckpt\model.ckpt" --model-config ".\ckpt\model_config.json"
http://127.0.0.1:7860/?__theme=dark
---For exist , close the webui and in CMD:
conda deactivate