You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under windows, the code model_id = os.path.join('stabilityai', self.dir_or_name) can not match the REPO_ID_REGEX validator of huggingface hub because the '' string is in windows but hugginggface id support '/' .