Guest User

Untitled

a guest
Jul 29th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. File "/home/matthew/AppImages/Data/Packages/Stable Diffusion WebUI/modules/sd_vae_approx.py", line 39, in download_model
  2. torch.hub.download_url_to_file(model_url, model_path)
  3. File "/home/matthew/AppImages/Data/Packages/Stable Diffusion WebUI/venv/lib/python3.10/site-packages/torch/hub.py", line 611, in download_url_to_file
  4. u = urlopen(req)
  5. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 216, in urlopen
  6. return opener.open(url, data, timeout)
  7. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 525, in open
  8. response = meth(req, response)
  9. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 634, in http_response
  10. response = self.parent.error(
  11. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 563, in error
  12. return self._call_chain(*args)
  13. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 496, in _call_chain
  14. result = func(*args)
  15. File "/home/matthew/AppImages/Data/Assets/Python310/lib/python3.10/urllib/request.py", line 643, in http_error_default
  16. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  17. urllib.error.HTTPError: HTTP Error 404: Not Found
Add Comment
Please, Sign In to add comment