tharms's picture
playgound with openai dependency 4
ea351bb
raw
history blame
119 Bytes
# as in k-diffusion (sampling.py)
MIN_SEED = 0
MAX_SEED = 2**63 - 1
MAX_IMAGE_SIZE = 1024
AUTH_FILENAME = 'auth.json'