Fork of https://github.com/haoheliu/AudioLDM as a TuneFlow Plugin
Steps to run the plugin:
-
Install TuneFlow Desktop by downloading the app from https://tuneflow.com
-
Clone this repo
git clone https://github.com/tuneflow/AudioLDM.git
- cd to the repo folder, and install dependencies using:
pip install -r requirements.txt
Note: It is highly recommended to create a venv to run this plugin.
-
Download the model from https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation/blob/main/ckpt/ldm_trimmed.ckpt, and place it under the
ckpt
folder. -
Run the plugin:
python debug.py
- Start TuneFlow Desktop and run the "Plugin Development" plugin.