Test / modules /constants.py
TRISTAN AESCHBACH
add entire Fooocus repo
047c786
# as in k-diffusion (sampling.py)
MIN_SEED = 0
MAX_SEED = 2**63 - 1
AUTH_FILENAME = 'auth.json'