realfolkcode / sample-generator

Tools to train a generative model on arbitrary audio samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-generator

Tools to train a generative model on arbitrary audio samples

This fork adds inpainting using the RePaint method and Diffusion Posterior Sampling

Dance Diffusion notebook (Inpainting via RePaint): Open In Colab

Dance Diffusion notebook (Inpainting via Posterior Sampling): Open In Colab

Dance Diffusion fine-tune notebook: Open In Colab

Prerequisites

Dance Diffusion requires Python 3.7+

You can install the required packages by running pip install . from the root of the repo

Todo

  • Add inference notebook
  • Add interpolations to nobebook
  • Add fine-tune notebook
  • Add guidance to notebook

About

Tools to train a generative model on arbitrary audio samples

License:MIT License


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%