hi thx for your excellent work!
when the code automatically downloads the 'open_clip_pytorch_model.bin' model, the hugging face can not connect like this.
And I also try to upload the .bin file to the code, but where I should upload to. Directly up down the '~./cache/models--laion--CLIP-ViT-H-14-laion2B-s32B-b79K' also can not work.
Looking forward to your reply!
I think you need to find which line of code through out this error and add your personal token as: pipe = pipeline("xxx", model="xxx", token="your token"). More details can be found here.
hi thx for your excellent work! when the code automatically downloads the 'open_clip_pytorch_model.bin' model, the hugging face can not connect like this.
And I also try to upload the .bin file to the code, but where I should upload to. Directly up down the '~./cache/models--laion--CLIP-ViT-H-14-laion2B-s32B-b79K' also can not work. Looking forward to your reply!