Stable-X / StableNormal

[SIGGRAPH Asia 2024 (Journal Track)] StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
Apache License 2.0
433 stars 21 forks source link

Failed to launch the model #20

Open kexul opened 1 month ago

kexul commented 1 month ago

I'm using the exmple code, when running

predictor = torch.hub.load("Stable-X/StableNormal", "StableNormal", trust_repo=True)

It raises:

huggingfacehub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'Stable-X\yoso-normal-v0-3'.

hugoycj commented 1 month ago

Seems an error caused by huggingface_hub lib, could you share your huggingface_hub version

kexul commented 1 month ago

0.25.1