Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fal-ai/real-time-demo-app
- Owner: fal-ai
- License: agpl-3.0
- Created: 2024-02-21T20:36:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T21:36:11.000Z (3 months ago)
- Last Synced: 2024-12-22T01:38:09.388Z (1 day ago)
- Topics: ai, ml, real-time, sdxl, websocket
- Language: JavaScript
- Homepage: https://fastsdxl.ai
- Size: 219 KB
- Stars: 537
- Watchers: 15
- Forks: 145
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```