Update README.md

This commit is contained in:
Hayk Martiros 2022-12-12 19:39:08 -08:00 committed by GitHub
parent 347b7b428b
commit 1e6ff84185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Riffusion App
Riffusion is an app for real-time music generation with stable diffusion. This repository contains the interactive web app.
Riffusion is an app for real-time music generation with stable diffusion.
Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
@ -8,6 +8,10 @@ Read about it at https://www.riffusion.com/about and try it at https://www.riffu
* Inference server: https://github.com/hmartiro/riffusion-inference
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
This repository contains the interactive web app that powers the website.
It is built with Next.js, React, Typescript, three.js, Tailwind, and Vercel.
## Run
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).