  
ModelsLab text-to-image generation interface featuring a dark-themed UI. DarkGen exposes direct parameter controls, saves prompt history locally, and applies preset style modifiers.
- ModelsLab API: Direct client-to-API text-to-image generation.
- Granular Controls: Adjust guidance scale, inference steps, sampling methods, and negative prompts.
- Style Modifiers: Append predefined artistic style text arrays to your prompts.
- Local Storage: Images and prompts save directly to your browser's local storage.
- API Key Handling: Enter your API key in the UI. Keys remain local and do not route through an intermediary backend.
- React 19
- Vite
- Tailwind CSS
- Lucide React Icons
- Clone the repository:
git clone https://github.com/markkirby125/Image-Generator-DarkGen.git cd Image-Generator-DarkGen - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the application and enter your ModelsLab API Key when prompted.
MIT License