Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-inpainting/revision/fp16
- Dominant language
- Python
- Stars
- 775
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I can't run the image editting task:
```
Registering COLORPOP step
Registering BGBLUR step
Registering REPLACE step
Couldn't connect to the Hub: 401 Client Error. (Request ID: Root=1-66e26e75-170a15a05078be685e693c57;e6b93512-3f07-4fa0-84d9-82802dc4a2f5)
Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-inpainting/revision/fp16.
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.
Invalid username or password..
Will try to load from local cache.
---------------------------------------------------------------------------
HTTPError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py](https://localhost:8080/#) in hf_raise_for_status(response, endpoint_name)
303 try:
--> 304 response.raise_for_status()
305 except HTTPError as e:
12 frames
HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/runwayml/stable-diffusion-inpainting/revision/fp16
The above exception was the direct cause of the following exception:
RepositoryNotFoundError Traceback (most recent call last)
RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-66e26e75-170a15a05078be685e693c57;e6b93512-3f07-4fa0-84d9-82802dc4a2f5)
Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-inpainting/revision/fp16.
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.
Invalid username or password.
The above exception was the direct cause of the following exception:
OSError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/diffusers/pipelines/pipeline_utils.py](https://localhost:8080/#) in download(cls, pretrained_model_name, **kwargs)
1534 else:
1535 # 2. we forced `local_files_only=True` when `model_info` failed
-> 1536 raise EnvironmentError(
1537 f"Cannot load model {pretrained_model_name}: model is not cached locally and an error occurred"
1538 " while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace"
OSError: Cannot load model runwayml/stable-diffusion-inpainting: 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.
```
Is there any URL to replace?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.