Failed to pull images from registry.hf.space

It returns 404 not found error when I run ctr image pull registry.hf.space/stabilityai-stablelm-tuned-alpha-chat:latest

ctr image pull registry.hf.space/stabilityai-stablelm-tuned-alpha-chat:latest
registry.hf.space/stabilityai-stablelm-tuned-alpha-chat:latest: resolving      |--------------------------------------| 
elapsed: 1.3 s                                                  total:   0.0 B (0.0 B/s)                                         
INFO[0001] trying next host - response was http.StatusNotFound  host=registry.hf.space
ctr: failed to resolve reference "registry.hf.space/stabilityai-stablelm-tuned-alpha-chat:latest": registry.hf.space/stabilityai-stablelm-tuned-alpha-chat:latest: not found

I still have the issue.

If i modify containerd to get layer information with http header Authorization: Bearer, it will found. But still have below issue:

DEBU[0000] fetching                                      image="registry.hf.space/stabilityai-stable-diffusion:latest"
DEBU[0000] resolving                                     host=registry.hf.space
DEBU[0000] do request                                    host=registry.hf.space request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=containerd/1.6.18 request.method=HEAD url="https://registry.hf.space/v2/stabilityai-stable-diffusion/manifests/latest"
DEBU[0000] fetch response received                       host=registry.hf.space response.header.access-control-allow-credentials=true response.header.connection=keep-alive response.header.content-length=21 response.header.content-type=application/json response.header.date="Tue, 20 Jun 2023 02:18:48 GMT" response.header.vary=origin response.header.vary.1=access-control-request-method response.header.vary.2=access-control-request-headers response.header.x-request-id=cc8902ca-cd7a-45f3-b999-30d5e2c68dfd response.status="404 Not Found" url="https://registry.hf.space/v2/stabilityai-stable-diffusion/manifests/latest"
INFO[0000] trying next host - response was http.StatusNotFound  host=registry.hf.space
ctr: failed to resolve reference "registry.hf.space/stabilityai-stable-diffusion:latest": registry.hf.space/stabilityai-stable-diffusion:latest: not found