Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 817 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 817 Bytes

AudioLDM TuneFlow Plugin

Fork of https://github.com/haoheliu/AudioLDM as a TuneFlow Plugin

Usage

Steps to run the plugin:

  1. Install TuneFlow Desktop by downloading the app from https://tuneflow.com

  2. Clone this repo

git clone https://github.com/tuneflow/AudioLDM.git
  1. 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.

  1. 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.

  2. Run the plugin:

python debug.py
  1. Start TuneFlow Desktop and run the "Plugin Development" plugin.