DeforumStableDiffusionLocal icon indicating copy to clipboard operation
DeforumStableDiffusionLocal copied to clipboard

hash not correct error

Open johne5s opened this issue 3 years ago • 2 comments

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 main() File "run.py", line 1250, in main render_animation(args, anim_args) File "run.py", line 953, in render_animation depth_model = DepthModel(device) NameError: free variable 'device' referenced before assignment in enclosing scope

johne5s avatar Sep 30 '22 13:09 johne5s

I had the same error and fixed it by going into run.py and change this line: check_sha256= True to check_sha256= False

ghost avatar Oct 02 '22 12:10 ghost

Thank you, Changing that to false has fixed it.

johne5s avatar Oct 03 '22 02:10 johne5s