mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
4 lines
68 B
Python
4 lines
68 B
Python
# as in k-diffusion (sampling.py)
|
|
MIN_SEED = 0
|
|
MAX_SEED = 2**63 - 1
|