You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the model from huggingface, /unet/model.safetensors can't load.
run demo_gradio.py logs:
Traceback (most recent call last):
File "E:\zest_code\demo_gradio.py", line 37, in <module>
pipe = StableDiffusionXLControlNetInpaintPipeline.from_pretrained(
File "E:\zest_code\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
File "E:\zest_code\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 819, in from_pretrained
loaded_sub_model = load_sub_model(
File "E:\zest_code\venv\lib\site-packages\diffusers\pipelines\pipeline_loading_utils.py", line 473, in load_sub_model
loaded_sub_model = load_method(os.path.join(cached_folder, name), **loading_kwargs)
File "E:\zest_code\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
File "E:\zest_code\venv\lib\site-packages\diffusers\models\modeling_utils.py", line 632, in from_pretrained
model_file = _get_model_file(
File "E:\zest_code\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
File "E:\zest_code\venv\lib\site-packages\diffusers\utils\hub_utils.py", line 306, in _get_model_file
raise EnvironmentError(
OSError: Error no file named diffusion_pytorch_model.bin found in directory ./Juggernaut-XL-v9\unet.
The text was updated successfully, but these errors were encountered:
the model from huggingface, /unet/model.safetensors can't load.
run demo_gradio.py logs:
The text was updated successfully, but these errors were encountered: