cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.14k stars 237 forks source link

Please help me !!!please!LorA model not found. insight face model is required for FacelD nodels #514

Open zhuolinj opened 2 months ago

zhuolinj commented 2 months ago

594c30b9a06d21f24b9a448af58a0842 ![Uploading 6edfa3b2d32f6aa1ab0329adc8a76282.png…]()

zhuolinj commented 2 months ago

6edfa3b2d32f6aa1ab0329adc8a76282

zhuolinj commented 2 months ago

what should i do 😵😭

spiced-ai commented 1 month ago

For the LoRA Error message - you need to make sure you've got the relevant FaceID LoRA installed and selected

Screenshot 2024-05-06 at 00 56 44

I'm facing something similar with the InsightFace Model Error - don't have the answer yet.

DarqueLilly commented 1 month ago

Im having the same issue going on 3 weeks now. I have check this site from top to bottom for a solution....

spiced-ai commented 1 month ago

I managed to find a solution that works for me

Bare in mind I'm running ComfyUI on a Kaggle notebook, on Python 3.10.

  1. Make sure all the relevant IPAdapter/ClipVision models are saved in the right directory with the right name

  2. Make sure the FaceID LoRA is installed in the right directory (see Mateo's instructions for step 1&2 on https://github.com/cubiq/ComfyUI_IPAdapter_plus)

  3. Use the command "!pip install insightface onnxruntime" (this worked for me as I'm not running it locally, I just inserted at the beginning of the notebook, and it'll install every time I run the notebook)

For your reference this is the beginning of my notebook

`# --- insightface --- #

!pip install insightface onnxruntime

update_comfy = True update_manager = True

from os import path

%cd /kaggle/working !git clone https://github.com/comfyanonymous/ComfyUI.git

%cd ComfyUI if update_comfy: get_ipython().system('git pull') !pip install -r requirements.txt'

(since I assume you're running it locally - https://www.youtube.com/watch?v=vCCVxGtCyho this should walk you through the process that you'd need to take)

Hopefully this helps you guys out

@DarqueLilly @zhuolinj

For your reference, Mateo addresses this issue here (didn't work for me in my situation): https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/162#issuecomment-1869035844

Best, David

DarqueLilly commented 1 month ago

@spiced-ai so again, I've done that, followed the entire video and it still didn't work. I'm getting two error messages. chrome_xr0Z34VzaQ chrome_kYFwzud4iv

I just want someone to give me a clear solution to me receiving these specific 2 errors.

vamanetta commented 1 month ago

How can we manually do this when there is no manual option on the node itself?