Spaces:
Running
on
Zero
Running
on
Zero
File size: 802 Bytes
e3effab efc213f e3effab efc213f e3effab efc213f e3effab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Flux Image Generator (Zero-GPU)
emoji: 🎨
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 4.7.1
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 |