Open lxiaodao opened 1 year ago
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 '/' .
model_id = os.path.join('stabilityai', self.dir_or_name)
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 '/' .