Advanced Live Portrait not working after warning

I downloaded the ALP custom node via the Manager, and I’ve been trying to use multiple images, but each time, I get the following output

C:\Users\ppg\work\ComfyUI\custom_nodes\comfyui-advancedliveportrait\LivePortrait\live_portrait_wrapper.py:198: RuntimeWarning: invalid value encountered in cast

out = np.clip(out * 255, 0, 255).astype(np.uint8) # 0~1 → 0~255 (800, 1200, 3)

Prompt executed in 2.22 seconds

I’ve tried jpg, png. I’ve also tried different resolutions - e.g. 1024x1024

This doesn’t seem like an installation issue, where python’s not able to read a file due to it being corrupt/ not present.

I’ve even uninstalled it and installed again. But the problem persists

Can someone help out?

This is my workflow