Open kexul opened 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'.
Seems an error caused by huggingface_hub lib, could you share your huggingface_hub version
0.25.1
I'm using the exmple code, when running
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'.