real-time-demo-app
real-time-demo-app copied to clipboard
A demo application using fal.realtime and the lightning fast SDXL API provided by fal
Lightning Fast SDXL API demo by fal.ai
This application is a sample of the SDXL Lightning API [https://fal.ai/models/stable-diffusion-xl-lightning]. It also shows the fal.realtime
client in action.
Prerequisites
- Fal AI API key (for model access)
Getting started
- Add the
FAL_KEY
to your.env.local
file. - Install dependencies
npm install
- Run
npm run dev