comfyui-liveportrait
comfyui-liveportrait copied to clipboard
Getting an AttributeError: 'NoneType' object has no attribute '__array_interface__'
Getting this error message. Can anyone assist?
Downloaded and installed the models, so I suspect it has to be my settings for the individual face images... :)
If your data is image, you can verify your image extension. or add a fonction to verify when appending
eg:
if image is None: print("Image is None") pass