- This project is a dynamic AI-powered image generator built using Next.js for the frontend and Node.js for the backend. It utilizes the FAL-AI Flux LoRA API to generate stunning images from text prompts and pre-trained LoRA models. The generated images are displayed seamlessly below the input form.
🛠️ Installation
- Clone the Repository
- Install Dependencies --> npm install --legacy-peer-deps
- Set Up Environment Variables --> NEXT_PUBLIC_API_URI=http://localhost:3001/api
- Run the Project --> npm run dev
📝 Features
- Text-to-Image Generation: Convert your creative text prompts into AI-generated images.
- LoRA Models Integration: Leverage pre-trained LoRA models for accurate and diverse image results.
- Instant Preview: View generated images immediately after submission.
- Dynamic UI: A clean and responsive interface built with Next.js.
📦 Tech Stack
- Frontend: Next.js
- Backend: Node.js
- API: FAL-AI Flux LoRA API here
- Styling: CSS / TailwindCSS
🌟 How to Use
- Enter a descriptive text prompt in the input box.
- Submit the form.
- Wait for the AI to generate the image.
- View the generated image below the form.
