comfyui-liveportrait icon indicating copy to clipboard operation
comfyui-liveportrait copied to clipboard

ImportError: cannot import name 'compute_eye_delta' from 'LivePortrait.src.utils.retargeting_utils'

Open irrikrlla opened this issue 1 year ago • 1 comments

image I am new here, and I have an unexpected error when starting ComfyUI. Thanks so much for helping me to solve this problem.

irrikrlla avatar Aug 30 '24 03:08 irrikrlla

file :live_portrait_wrapper.py in line 15 "from LivePortrait.src.utils.retargeting_utils import compute_eye_delta, compute_lip_delta" change to "from .utils.retargeting_utils import compute_eye_delta, compute_lip_delta"

iamicebomb avatar Dec 18 '24 12:12 iamicebomb