DeforumStableDiffusionLocal icon indicating copy to clipboard operation
DeforumStableDiffusionLocal copied to clipboard

Disable internet/http requirement

Open 311-code opened this issue 3 years ago • 1 comments

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!

311-code avatar Sep 20 '22 02:09 311-code

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'):

bowdenrj avatar Oct 15 '22 16:10 bowdenrj