Spaces:
Runtime error
Runtime error
File size: 256 Bytes
ed4033a e06d213 ed4033a e06d213 721df59 |
1 2 3 4 5 6 7 8 |
# Configuration constants
MODEL_ID = 'black-forest-labs/FLUX.1-dev'
DEFAULT_NUM_STEPS = 10 # Reduced for CPU
DEFAULT_GUIDANCE_SCALE = 3.5
DEFAULT_HEIGHT = 256 # Reduced for CPU
DEFAULT_WIDTH = 256
MAX_PROMPT_LENGTH = 500
CUSTOM_CACHE_DIR = './flux_cache' |