config error in ec2 p3 instance

#9
by CogwiseAI - opened

Traceback (most recent call last):
File "/home/ubuntu/OOTDiffusion/run/run_ootd.py", line 47, in
model = OOTDiffusionHD(args.gpu_id)
File "/home/ubuntu/OOTDiffusion/ootd/inference_ootd_hd.py", line 37, in init
vae = AutoencoderKL.from_pretrained(
File "/home/ubuntu/.local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 712, in from_pretrained
config, unused_kwargs, commit_hash = cls.load_config(
File "/home/ubuntu/.local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 407, in load_config
raise EnvironmentError(
OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like ../checkpoints/ootd is not the path to a directory containing a config.json file.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.

CogwiseAI changed discussion status to closed

Sign up or log in to comment