cubiq / PuLID_ComfyUI

PuLID native implementation for ComfyUI
Apache License 2.0
686 stars 42 forks source link

Load Eva Clip error #59

Open gghuanhuan opened 3 months ago

gghuanhuan commented 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"

quanzaiyu commented 2 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"

感谢,有效

cpp985 commented 1 month ago

https://zhuanlan.zhihu.com/p/697350603#/