runtime error
Exit code: 1. Reason: huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-69245efc-0f57d0c7312643fe1e9a0722;f3d2b1e7-bdef-4337-af64-b05d5fd9b9c6) Repository Not Found for url: https://huggingface.co/api/models/stabilityai/stable-diffusion-2-1-base. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication Invalid username or password. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> avail_models = {'512x512': load_model('stabilityai/stable-diffusion-2-1-base', 1000, float16=True, device=torch.device("cpu"), compile=False)[0], File "/home/user/app/latent_models.py", line 261, in load_model pipeline = StableDiffWrapper(model_id=model_id, timesteps=timesteps, device=device, File "/home/user/app/latent_models.py", line 97, in __init__ self.model = StableDiffusionPipeline.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/pipelines/pipeline_utils.py", line 833, in from_pretrained cached_folder = cls.download( 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/pipelines/pipeline_utils.py", line 1677, in download raise EnvironmentError( OSError: Cannot load model stabilityai/stable-diffusion-2-1-base: model is not cached locally and an error occurred while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above. /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:654: UserWarning: Can't initialize NVML warnings.warn("Can't initialize NVML")
Container logs:
Fetching error logs...