zyxElsa / InST

Official implementation of the paper “Inversion-Based Style Transfer with Diffusion Models” (CVPR 2023)
Apache License 2.0
509 stars 43 forks source link

'openai/clip-vit-large-patch14' #52

Open yang12369 opened 4 months ago

yang12369 commented 4 months ago

给我报错OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer. 我按照环境去安装的,是因为我漏了什么吗,我是在autodl上面跑的

Rioxin commented 2 months ago

你好,我也遇到了这个问题,你怎么解决的呀

lly327 commented 2 weeks ago

我直接在 https://www.kaggle.com/datasets/ferruccioliu/openai-clip-vit-large-patch14?resource=download-directory 这里下载的,然后将FrozenCLIPEmbedder类中的version替换为下载的路径,就可以了。