This is a backend-only service for generating images with flexible configurations.
GET /api?prompt=your-prompt-here (uses default config)GET /api?prompt=your-prompt-here&config=fast (uses fast config)GET /api?prompt=your-prompt-here&config=quality (uses quality config)Edit config.json in the project root to add/modify configurations.
GET /api/config - View all configurationsGET /api/cache/status - View cache statusPOST /api/cache/cleanup - Manual cache cleanupNANO_GPT_API_KEY - Your nano-gpt API key