An open source real-time AI image generator. Powered by Flux through Together.ai.
- Flux Dev from BFL for the image model
- Together AI for inference
- Next.js app router with Tailwind
- Helicone for observability
- Plausible for website analytics
- Clone the repo:
git clone https://github.com/Nutlope/loras-dev - Create a
.env.localfile and add your Together AI API key:TOGETHER_API_KEY= - Run
npm installandnpm run devto install dependencies and run locally