Update README.md
This commit is contained in:
parent
347b7b428b
commit
1e6ff84185
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue