mashoutsider
mashoutsider
Same problem. Not sure why the proposed solution above would work... seems to be changing SDXL_CLIP2_CKPT_PTH to SDXL_CLIP2_CACHE_DIR in CKPT_PTH.py, but the problem seems to stem from SDXL_CLIP1_PATH
Thanks.. that makes sense. I had some luck with LLAVA_CLIP_PATH = './opt/LLaVA1.5/clip-vit-large-patch14-336' LLAVA_MODEL_PATH = 'opt/LLaVA1.5 /llava-v1.5-13b' SDXL_CLIP1_PATH = 'opt/clip-vit-large-patch14' SDXL_CLIP2_CACHE_DIR = 'opt/CLIP-ViT-bigG-14-laion2B-39B-b160k/' Seems like a leading / is what causes...
I'm not involved in this project, but plan to try it soon. I notice in the requirements.txt file it has torch==2.0.1 but torch comes with different flavours, including a minimal...