theovercomer8 / captionr

GIT/BLIP/CLIP Caption tool
MIT License
138 stars 15 forks source link

Wrong path #3

Closed FartyPants closed 1 year ago

FartyPants commented 1 year ago

it is looking for the pkl in one folder up, not the project File "G:\captionr\captionr\clip_interrogator.py", line 76, in load_clip_model with open(os.path.join(config.cache_path,'ViT-H-14_laion2b_s32b_b79k_flavors.pkl'), 'wb') as fd: FileNotFoundError: [Errno 2] No such file or directory: 'G:\data\ViT-H-14_laion2b_s32b_b79k_flavors.pkl'

looking in G:\data\ should be looking in G:\captionr\data\

theovercomer8 commented 1 year ago

On it, thanks for the report.

theovercomer8 commented 1 year ago

Can you get latest and verify the issue is corrected?

theovercomer8 commented 1 year ago

Marking as closed