cubiq / ComfyUI_FaceAnalysis

Extension for ComfyUI to evaluate the similarity between two faces
Apache License 2.0
227 stars 25 forks source link

TypeError: 'NoneType' object is not subscriptable #25

Closed pontius911 closed 3 weeks ago

pontius911 commented 3 weeks ago

Hi, I keep getting an error "TypeError: 'NoneType' object is not subscriptable" when I try to run face embed distance on the nightly version of ComfyUI. The stable version works fine, but I wanted to know if you could do something to help me fix this error. BTW: I need it to work on nightly because of WD14 tagger. It stopped working on my stable version. (doesn't like my CUDA for some reason) Loading 1 new model.txt

the log in txt file

cubiq commented 3 weeks ago

it seems to be a problem with the overlay, if you disable it, it should work. You can check the actual values from the console. not ideal but it's something to unlock your workflow

pontius911 commented 3 weeks ago

thanks. It works... No distance or value, but it's fine.