Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 451 Bytes

LCM Turbo - real-time, instant text to image with Three.js, WebSockets, Next.js, and Fal.ai

This is an example of how to build a real-time text to image app using the Fal.ai Serverless Client SDK.

Getting started

  1. Clone the repo

  2. Change into the directory and install the dependencies

  3. Rename .env.local.example to .env.local and add your Fal.ai API Key.

  4. Run the app

npm run dev