File size: 341 Bytes
0a359f0
 
 
 
 
1
2
3
4
5
6
import os

MAX_INFERENCE_STEPS = 50
DEFAULT_NEGATIVE_PROMPT = "over-exposure, under-exposure, saturated, duplicate, out of frame, lowres, cropped, worst quality, low quality, jpeg artifacts, morbid, mutilated, out of frame, ugly, bad anatomy, bad proportions, deformed, blurry, duplicate"
CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1"