bright-app-28 / config.py
AiCoderv2's picture
Update Gradio app with multiple files
75a470f verified
raw
history blame contribute delete
176 Bytes
# Configuration constants
DEFAULT_PROMPT = "A beautiful landscape"
DEFAULT_NEGATIVE_PROMPT = ""
DEFAULT_STEPS = 20
DEFAULT_GUIDANCE = 7.5
IMAGE_HEIGHT = 1024
IMAGE_WIDTH = 1024