#9 · Primary category: AI Music Generation

riffusion-app-hobby

ai audio diffusion music nextjs stable-diffusion threejs

Stable diffusion for real-time music generation (web app)

Project last updated:07/22/24

GitHub Stars

2.7K

Forks

215

Contributors

4

License

MIT

Why we included this project

For anyone wanting to see how stable diffusion techniques move from images to audio, this project is a compact, readable example. It is a Next.js web app that renders a music generation interface and talks to a separate Flask inference server over an API, with the model working on spectrograms instead of pixels. The React and TypeScript code is straightforward to follow, so teams building a thin client around a diffusion service can reuse its structure for assembling audio requests and showing results. Just note that the repository is no longer actively maintained and real sound output depends on a GPU-backed inference server, making it a reference for the architecture rather than a ready-to-run product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category