shadowcz007 / comfyui-liveportrait

LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control
276 stars 18 forks source link

UPDATE REQUIREMENTS #5

Closed RGX650 closed 2 weeks ago

RGX650 commented 2 weeks ago

add tyro to requirements

GoodGoodstudy0daydayup commented 2 weeks ago

i have installed the tyro package, but there is still "no module named tyro" problem

RGX650 commented 2 weeks ago

@GoodGoodstudy0daydayup if you have the standard comfyui installation (not portable):

cd C:...\ComfyUI\venv\Scripts activate pip install tyro

to verify you can also do: pip show tyro

to verify any package conflict you can also do: pip check