Open gghuanhuan opened 3 months ago
加载Load Eva Clip会自动下载EVA02_CLIP_L_336_psz14_s6B.pt这个模型,但是如果网络不通,会一直报错,可以去下面链接手动下载这个模型,https://huggingface.co/QuanSun/EVA-CLIP/tree/main 然后注释掉Comfy/custom_nodes/PuLID_ComfyUI/eva_clip/factory.py中的279行
# checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
添加一行自己的模型路径,比如我的为checkpoint_path = r"D:\ComfyUI-aki-v1.3\.cache\huggingface\hub\models--QuanSun--EVA-CLIP\snapshots\11afd202f2ae80869d6cef18b1ec775e79bd8d12\EVA02_CLIP_L_336_psz14_s6B.pt"
感谢,有效
加载Load Eva Clip会自动下载EVA02_CLIP_L_336_psz14_s6B.pt这个模型,但是如果网络不通,会一直报错,可以去下面链接手动下载这个模型,https://huggingface.co/QuanSun/EVA-CLIP/tree/main 然后注释掉Comfy/custom_nodes/PuLID_ComfyUI/eva_clip/factory.py中的279行
# checkpoint_path = download_pretrained(pretrained_cfg, cache_dir=cache_dir)
添加一行自己的模型路径,比如我的为checkpoint_path = r"D:\ComfyUI-aki-v1.3\.cache\huggingface\hub\models--QuanSun--EVA-CLIP\snapshots\11afd202f2ae80869d6cef18b1ec775e79bd8d12\EVA02_CLIP_L_336_psz14_s6B.pt"