Repo id must be in the form 'repo_name' or 'namespace/repo_name'

#108
by Zzoonng - opened

I try to download the model and the repo_id is '/stabilityai/stable-video-diffusion-img2vid-xt'.
Or, using '/stabilityai/stable-video-diffusion-img2vid-xt' is also wrong.
Anyone can help me?

Traceback (most recent call last):
File "C:\Users\zzoon\anaconda3\envs\SVFR\lib\site-packages\diffusers\configuration_utils.py", line 379, in load_config
config_file = hf_hub_download(
File "C:\Users\zzoon\anaconda3\envs\SVFR\lib\site-packages\huggingface_hub\utils_validators.py", line 106, in _inner_fn
validate_repo_id(arg_value)
File "C:\Users\zzoon\anaconda3\envs\SVFR\lib\site-packages\huggingface_hub\utils_validators.py", line 154, in validate_repo_id
raise HFValidationError(
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './stabilityai/stable-video-diffusion-img2vid-xt'. Use repo_type argument if needed.

Sign up or log in to comment