DeforumStableDiffusionLocal
DeforumStableDiffusionLocal copied to clipboard
hash not correct error
Any idea what might be causing this error?
(dsd) E:\DeforumStableDiffusionLocal-main>python run.py --enable_animation_mode --settings "./runSettings_Template.txt" Local Path Variables:
models_path: ./models output_path: ./output Using config: ./stable-diffusion/configs/stable-diffusion/v1-inference.yaml ./models\sd-v1-4.ckpt exists
...checking sha256 hash in not correct
Saving animation frames to ./output\2022-09\TaskName
Traceback (most recent call last):
File "run.py", line 1312, in
I had the same error and fixed it by going into run.py and change this line: check_sha256= True to check_sha256= False
Thank you, Changing that to false has fixed it.