Fooocus/modules/constants.py
2023-10-24 12:15:43 +02:00

4 lines
68 B
Python

# as in k-diffusion (sampling.py)
MIN_SEED = 0
MAX_SEED = 2**63 - 1