This repository contains the model files, including:
a diffusers formated library
a compiled checkpoint file
a traced unet for improved inference speed
a seed image library for use with riffusion-app
Riffusion v1 Model
Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
Model Description: This is a model that can be used to generate and modify images based on text prompts. It is a Latent Diffusion Model that uses a fixed, pretrained text encoder (CLIP ViT-L/14) as suggested in the Imagen paper.
Direct Use
The model is intended for research purposes only. Possible research areas and
tasks include
Generation of artworks, audio, and use in creative processes.
Applications in educational or creative tools.
Research on generative models.
Citation
If you build on this work, please cite it as follows:
@software{Forsgren_Martiros_2022,
author = {Forsgren, Seth* and Martiros, Hayk*},
title = {{Riffusion - Stable diffusion for real-time music generation}},
url = {https://riffusion.com/about},
year = {2022}
}