deep-floyd / IF

Other
7.7k stars 502 forks source link

There has a path bug in stage_III_sd_x4 file. #140

Open lxiaodao opened 1 year ago

lxiaodao commented 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 '/' .