Stable diffusion for real-time music generation (web app)
The Riffusion app is no longer being actively maintained but offers a platform for real-time music generation with stable diffusion. Built with Next.js, React, Typescript, three.js, Tailwind, and deployed on Vercel, it provides an interactive web app for creating music.
node --version.npm install.npm run dev.pages directory, where index.js serves as the app’s home page and about.tsx as the about page.pages/api directory is used for API routes instead of React pages..env.local file in the root of the Riffusion repository with the inference server’s URL.The Riffusion app, though no longer actively maintained, offers a platform for real-time music generation using stable diffusion. Built with Next.js, React, Typescript, three.js, and Tailwind, the app provides an interactive experience for users. The installation process involves setting up Node, installing packages, and starting the development server. Additionally, an Inference Server is required for model outputs, which can be set up by following the instructions provided.