--- title: Flux Schnell - Pixazo Image Generator emoji: 🎨 colorFrom: purple colorTo: pink sdk: gradio sdk_version: 6.2.0 app_file: app0.py pinned: true license: mit --- # 🎨 Pixazo Image Generator Generate AI images using Pixazo's FLUX-1 Schnell model. ## ✨ Features - 🖼️ Generate multiple images at once - 🎭 Various style presets (cyberpunk, fantasy, anime, etc.) - ⚡ Adjustable quality settings - 🔒 Secure API key handling via Hugging Face secrets - 📱 Responsive design - 🔄 Real-time progress updates ## 🚀 Quick Start 1. **Set your API key:** - Go to **Settings → Repository secrets** - Add: `PIXAZO_API_KEY = your_key_here` 2. **Restart the Space** (from Settings page) 3. **Start generating images!** ## 🎯 Usage Tips - Be descriptive in your prompts - Start with 4 steps for quick results - Use seeds for reproducible results - Try different style presets for varied effects ## 🔧 Technical Details - **API Format:** `{"output": "IMAGE_URL"}` - **Framework:** Gradio 6.2.0 - **Image Processing:** PIL/Pillow - **HTTP Client:** Requests ## 📞 Support If you encounter issues: 1. Check your API key is correctly set 2. Verify the prompt follows guidelines 3. Check the "Detailed Response" section for API errors