IPAdapter模型文件太多了,而节点IPAdapter Unified Loader是通过函数(get_ipadapter_file与get_clipvision_file)预设来加载模型文件,当发生错误“IPAdapter model not found.“时并不指明模型文件名,导致想要有针对性下载需要的模型比较困难,而且加载的模型还与加载的Checkpoint大模型的类型也有关系。
1、IPAdapter model not found
模型下载链接:
https://hf-mirror.com/h94/IP-Adapter/tree/main/sdxl_models
https://hf-mirror.com/h94/IP-Adapter/tree/main/models
CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors, download and rename
CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors, download and rename
(模型都可通过 extra_model_paths.yaml 文件引用)
preset(预置) | Checkpoint模型类型 | 模型文件名(models\ipadapter) 后缀名bin、safetensors 同名选择加载bin |