foooocus4 / modules /constants.py
awqwqwq's picture
Upload folder using huggingface_hub
1086a9c
raw
history blame contribute delete
No virus
97 Bytes
# as in k-diffusion (sampling.py)
MIN_SEED = 0
MAX_SEED = 2**63 - 1
AUTH_FILENAME = 'auth.json'