* Revert "use threefry in stable diffusion benchmark (#4988)" This reverts commit 44dfa37c70. * sdxl and validation fix * relax threshold
44dfa37c70
also updated default steps to 10. easier to tell the image is following the prompt.
* validate stable diffusion for seed 0 the closest false positive i can get is with the setup and one less step. dist = 0.0036 same setup with fp16 has dist=5e-6. so setting validation threshold to 1e-4 should be good * run with --seed 0