From 1e6ff84185d2699333926591bd73eae5144af5f7 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Mon, 12 Dec 2022 19:39:08 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e64f5ec..ddafbce 100644 --- a/README.md +++ b/README.md @@ -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).