🚩 Report: Not working

#2
by Fabrice-TIERCELIN - opened

A restart should be enough

runtime error
Exit code: 1. Reason: ite-packages/requests/adapters.py", line 713, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='hf.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 38c7396b-6f3d-4032-97a1-5cbd0660a112)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/app/app.py", line 25, in
from gradio_app.gradio_3dgen import create_ui as create_3d_ui
File "/home/user/app/gradio_app/gradio_3dgen.py", line 8, in
from gradio_app.custom_models.normal_prediction import predict_normals
File "/home/user/app/gradio_app/custom_models/normal_prediction.py", line 10, in
trainer, pipeline = load_pipeline(training_config, checkpoint_path)
File "/home/user/app/gradio_app/custom_models/utils.py", line 59, in load_pipeline
shared_modules = trainer.init_shared_modules(shared_modules)
File "/home/user/app/custum_3d_diffusion/trainings/image2mvimage_trainer.py", line 55, in init_shared_modules
vae = AutoencoderKL.from_pretrained(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 722, in from_pretrained
model_file = _get_model_file(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/diffusers/utils/hub_utils.py", line 391, in _get_model_file
raise EnvironmentError(
OSError: Can't load the model for 'lambdalabs/sd-image-variations-diffusers'. If you were trying to load it from 'https://huggingface.co./models', make sure you don't have a local directory with the same name. Otherwise, make sure 'lambdalabs/sd-image-variations-diffusers' is the correct path to a directory containing a file named diffusion_pytorch_model.bin

Sign up or log in to comment