comfyui-reactor-node icon indicating copy to clipboard operation
comfyui-reactor-node copied to clipboard

comfyui-manager - assert 'detection' in self.models AssertionError

Open Amit30swgoh opened this issue 1 year ago • 2 comments

First, confirm

by the way ho can i load models why its emepty i downloaded entelope and buffalo_l

  • [X] I have read the instruction carefully
  • [X] I have searched the existing issues
  • [X] I have updated the extension to the latest version

What happened?

AssertionError image also no face model ? image image image which file to change to .safetensors? image and where to put them please assert 'detection' in self.models AssertionError

Steps to reproduce the problem

Your workflow

Sysinfo

assert 'detection' in self.models AssertionError

Relevant console log

assert 'detection' in self.models
AssertionError

Additional information

No response

Amit30swgoh avatar Apr 28 '24 06:04 Amit30swgoh

reactortest what is this? image

Amit30swgoh avatar Apr 28 '24 06:04 Amit30swgoh

'test' is just a name for the facemodel file, you can type any name you want All the models are stored in the ComfyUI/models/reactor/faces directory

assert 'detection' in self.models

Try to re-download the inswapper model and the "buffalo_l" models as well and put them to the ComfyUI/models/insightface directory replacing existing files You can download models from here: https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models

Gourieff avatar Jul 02 '24 04:07 Gourieff