error 500 while downloading from huggingface #3962
Unanswered
Hugopinchemel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have a problem when downloading the code. is it my fault or hugginface?
`Downloading: "https://huggingface.co/mashb1t/misc/resolve/main/xl-to-v1_interposer-v4.0.safetensors" to D:\Downloads\Fooocus_win64_2-5-0\Fooocus\models\vae_approx\xl-to-v1_interposer-v4.0.safetensors
Traceback (most recent call last):
File "D:\Downloads\Fooocus_win64_2-5-0\Fooocus\entry_with_update.py", line 46, in
from launch import *
File "D:\Downloads\Fooocus_win64_2-5-0\Fooocus\launch.py", line 145, in
config.default_base_model_name, config.checkpoint_downloads = download_models(
File "D:\Downloads\Fooocus_win64_2-5-0\Fooocus\launch.py", line 107, in download_models
load_file_from_url(url=url, model_dir=config.path_vae_approx, file_name=file_name)
File "D:\Downloads\Fooocus_win64_2-5-0\Fooocus\modules\model_loader.py", line 27, in load_file_from_url
download_url_to_file(url, cached_file, progress=progress)
File "D:\Downloads\Fooocus_win64_2-5-0\python_embeded\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
u = urlopen(req)
File "urllib\request.py", line 216, in urlopen
File "urllib\request.py", line 525, in open
File "urllib\request.py", line 634, in http_response
File "urllib\request.py", line 563, in error
File "urllib\request.py", line 496, in _call_chain
File "urllib\request.py", line 643, in http_error_default
urllib.error.HTTPError: HTTP Error 500: Internal Server Error`
Beta Was this translation helpful? Give feedback.
All reactions