Open Sc0utGuy opened 4 hours ago
Exact same issue - am following this guide - https://docs.google.com/document/d/1Hjf1LwpEy2KVmKb0TU4cjkzIofdi6tCP7qI7Sr6NtZs/edit?tab=t.0
Exact same issue - am following this guide - https://docs.google.com/document/d/1Hjf1LwpEy2KVmKb0TU4cjkzIofdi6tCP7qI7Sr6NtZs/edit?tab=t.0
Yep... same exact thing lol
me too
Exact same issue - am following this guide - https://docs.google.com/document/d/1Hjf1LwpEy2KVmKb0TU4cjkzIofdi6tCP7qI7Sr6NtZs/edit?tab=t.0
me too
I managed to get it working by downloading the models directly from the model manager instead of from the links like he does in the video. Not sure what doing it from comfyui directly fixes, but I would try that if you're still having trouble
Exact same issue - am following this guide - https://docs.google.com/document/d/1Hjf1LwpEy2KVmKb0TU4cjkzIofdi6tCP7qI7Sr6NtZs/edit?tab=t.0
me too
I managed to get it working by downloading the models directly from the model manager instead of from the links like he does in the video. Not sure what doing it from comfyui directly fixes, but I would try that if you're still having trouble
i dont see the model in the model manager.
The same problem
The issue is from face_analysis.py, because the "insightface" folder does not contain a valid layout for the model. If you look inside ComfyUI/models/insightface, there should be a "antelopev2" folder. THAT folder should contain 5 onnx files; if it contains another "antelopev2" folder, then you will find the files in there. Place them in their parent folder and that fixes the issue for me.
tl;dr: If you have onnx files in "ComfyUI/models/insightface/antelopev2/antelopev2", they should instead be in "ComfyUI/models/insightface/antelopev2"
Thank you @maximinus that did the trick
Your question
Having an issue with InsightFaceLoader which is causing it to not work at all. I don't understand this very well so I'm hoping maybe someone can make better sense of this than me, but I've tried everything from reinstalling InsightFace itself in ComfyUI to completely reinstalling ComfyUI and everything in it for the workflow. The issue persists. If more information is needed please ask and I'll provide it.
Logs
System Information
ComfyUI Version: v0.2.3
Arguments: ComfyUI\main.py --windows-standalone-build
OS: nt
Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
Embedded Python: true
PyTorch Version: 2.4.1+cu124
Devices
Name: cuda:0 NVIDIA GeForce RTX 3060 Ti : cudaMallocAsync
Logs
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context
(Please add any additional context or steps to reproduce the error here)