Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt outputs failed validation IDGenerationNode: - Return type mismatch between linked nodes: insightface, INSIGHTFACE != INSIGHTFACEMODEL #51

Open
Aruen24 opened this issue Jan 26, 2024 · 9 comments

Comments

@Aruen24
Copy link

Aruen24 commented Jan 26, 2024

No description provided.

@ThinkdEV9
Copy link

make the workflow manually by using add node from right click, Dont use ctrl c ctrl v

@udappk
Copy link

udappk commented Jan 26, 2024

Got the same error, I used the attached V2 workflow (local) which worked!

@Aruen24
Copy link
Author

Aruen24 commented Jan 26, 2024

Got the same error, I used the attached V2 workflow (local) which worked!
can share the workflow

@udappk
Copy link

udappk commented Jan 26, 2024

@johndpope
Copy link

johndpope commented Jan 26, 2024

in the instantnode.py

change line 231

"insightface": ("INSIGHTFACE",),

Screenshot from 2024-01-26 22-37-48

BACKGROUND
the ipadapter_plus has the insightfaceloader / there's bascially a conflict with using this "InsightFaceLoader"
I submit a PR

SIDE NOTE - anyone installing ComfyUI_IPAdapter_plus - and restarting comfy will see this error loading this as the InsightFaceLoader .

UPDATE
#58

Screenshot from 2024-01-26 22-44-26

if you don't want to yield to the other repo -
you can change json in workflows files to use - InsightFaceLoader_Zho - might work as well.

@fememystic
Copy link

in the instantnode.py

change line 231

"insightface": ("INSIGHTFACE",),

Screenshot from 2024-01-26 22-37-48

BACKGROUND the ipadapter_plus has the insightfaceloader / there's bascially a conflict with using this "InsightFaceLoader" I submit a PR

SIDE NOTE - anyone installing ComfyUI_IPAdapter_plus - and restarting comfy will see this error loading this as the InsightFaceLoader .

UPDATE #58

Screenshot from 2024-01-26 22-44-26

if you don't want to yield to the other repo - you can change json in workflows files to use - InsightFaceLoader_Zho - might work as well.

Having the same problem, but i don't have the file "instantnode.py" in my comfyUI portable... and don't understand your 2nd descision because i'm noob. Could you please help me step by step, what should i do? I already redownloaded python_embeded, didn't help...

@fememystic
Copy link

Decided, now having this ...
image

@philmaas
Copy link

philmaas commented Feb 2, 2024

Decided, now having this ... image

i just solved this by downloading the onnx files from here as per the readme. The files in the repo are 1kb placeholders.
https://huggingface.co/DIAMONIK7777/antelopev2/tree/main

@mateng0716
Copy link

the v2 version worked directly. the v1 worked after that
#51 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants