--- title: Flux Image Generator (Zero-GPU) emoji: 🎨 colorFrom: red colorTo: blue sdk: gradio sdk_version: 5.3.0 app_file: app.py pinned: false --- # Flux Image Generator with Zero-GPU This Space runs the Flux.1-lite-8B-alpha model from Freepik using Zero-GPU allocation to generate images from text descriptions. The interface allows you to adjust various parameters: - Guidance Scale: Controls how closely the image follows the prompt - Number of Steps: Determines the quality of the generation - Seed: Controls reproducibility - Width/Height: Image dimensions Note: This Space uses the @spaces.GPU decorator to allocate GPU resources only when needed, making it more efficient and cost-effective. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference