Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 464 Bytes

riffusionPrepper

Prepare spectrograms from audio for training a Riffusion model

Dependencies

  1. Run the following command: pip install pydub
  2. Download and install the following repo: https:/riffusion/riffusion

Instructions

  1. Place a any number of .wavs in the "input" folder
  2. Replace the text in "keyword.txt" with your keyword
  3. Run the python script: python prep.py
  4. Output spectrograms will appear in the "output" folder