Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fal-ai/real-time-demo-app

A demo application using fal.realtime and the lightning fast SDXL API provided by fal
https://github.com/fal-ai/real-time-demo-app

ai ml real-time sdxl websocket

Last synced: about 11 hours ago
JSON representation

A demo application using fal.realtime and the lightning fast SDXL API provided by fal

Awesome Lists containing this project

README

        

## Lightning Fast Real-Time API demo by fal.ai

This application is a sample of Flux Schnell API [https://fal.ai/models/fal-ai/flux/schnell]. It also shows the `fal.realtime` client in action.

### Prerequisites

1. [Fal AI](https://fal.ai/) API key (for model access)

### Getting started

1. Add the `FAL_KEY` to your `.env.local` file.
2. Install dependencies
```sh
npm install
```
3. Run
```sh
npm run dev
```