DeforumStableDiffusionLocal
DeforumStableDiffusionLocal copied to clipboard
Disable internet/http requirement
I have noticed that you cannot run batch if network adapter disabled or internet is not working and will get http error. I would like to make a request to be able to run this completely offline. Trying to animate images of my own face and just would prefer if didn't haven network connectivity requirement. Thanks!
replace line #929 of run.py with the following (make sure the ;if' stays in the same position)
if anim_args.midas_weight < 1.0 and not os.path.exists('pretrained/AdaBins_nyu.pt'):