Skip to content

fal-ai/sdxl-lightning-demo-app

Repository files navigation

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

  1. Fal AI API key (for model access)

Getting started

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