dream-textures icon indicating copy to clipboard operation
dream-textures copied to clipboard

SSL VERIFY issue on Ubuntu

Open BenedictWilkins opened this issue 3 years ago • 0 comments

Describe the bug Kornia fails to download HardNet weights because of SSL verification issue. I am not sure if this is OS problem or otherwise... The issue manifests in the preload_models script in stable_diffusion (perhaps it is better put as an issue there). I am flagging it here because it is pretty easy to sidestep.

The issue can be fixed by downloading manually e.g.

wget -c --no-check-certificate http://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth

This could instead be done as part of the installation process.

Expected behavior Download the weights without error.

System (please complete the following information):

  • OS
    • [] Windows
    • [ ] macOS
    • [x] Other
  • GPU
    • [x] NVIDIA
    • [ ] NVIDIA 16XX
    • [ ] Apple Silicon
    • [ ] AMD
  • Addon Version
    • Latest

BenedictWilkins avatar Sep 29 '22 09:09 BenedictWilkins