I run the ComfyUI desktop version on two computers that share the same model library and workflows. Both installations are up-to-date with both the application and nodes. Currently I working on a workflow that is based on a Chroma checkpoint and uses Pulid Nodes. This workflow works on one computer fine, but it throws an AssertionError in the ChromaPulidFluxFaceLoader node on the others. The log reports the following:
"model = FaceAnalysis(name=“antelopev2”, root=INSIGHTFACE_DIR, providers=[provider + ‘ExecutionProvider’,]) # alternative to buffalo_l
File “E:\Comfy-Desktop\ComfyUI-Installs\ComfyUI\ComfyUI.venv\Lib\site-packages\insightface\app\face_analysis.py”, line 61, in init
assert ‘detection’ in self.models
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError"*
I’m confused by this as both computers use the same model library. I have tried to compare custom node installations on both computers (there’s no easy way to do this). I’d appreciate and suggestions about how to resolve this problem.