ComfyUI-InstantID:https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID
进入 ComfyUI\custom_nodes
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID.git
cd ComfyUI-InstantID
pip install -r requirements.txt
需要下载的模型
下载 https://huggingface.co/InstantX/InstantID/tree/main/ControlNetModel 中的 config.json 和 diffusion_pytorch_model.safetensors ,将模型填入 ComfyUI/custom_nodes/ComfyUI-InstantID/checkpoints/controlnet
下载 https://huggingface.co/InstantX/InstantID/tree/main 中的 ip-adapter.bin ,将模型填入 ComfyUI/custom_nodes/ComfyUI-InstantID/checkpoints
下载 https://huggingface.co/DIAMONIK7777/antelopev2/tree/main 中的所有模型,将其放入 ComfyUI//custom_nodes/ComfyUI-InstantID/models/antelopev2 中
放置结果如下
如果报错本地没有openai/clip-vit-large-patch14或者CLIP-ViT-bigG-14-laion2B-39B-b160k
需要把它们下载到本地hanggingface的cache内,可以使用huggingface_hub下载,之前我写过 https://www.cnblogs.com/qcy-blog/p/18165717
据我测试,clip-vit-large-patch14需要全部下载,CLIP-ViT-bigG-14-laion2B-39B-b160k只需要下载一部分
地址 https://hf-mirror.com/laion/CLIP-ViT-bigG-14-laion2B-39B-b160k/commits/main
地址 https://hf-mirror.com/openai/clip-vit-large-patch14/tree/main