PowerHouseMan / ComfyUI-AdvancedLivePortrait

1.35k stars 101 forks source link

Failed Import because of numpy version #35

Open PrometheusDante opened 2 weeks ago

PrometheusDante commented 2 weeks ago

Your requirements.txt demands: numpy>=1.26.4

wheras the original LivePortrait repo ComfyUI-LivePortraitKJ states : numpy<=1.26.4

I ran into a whole lot of IMPORT FAILED errors because of that discrepancy. Changing your requirements to numpy<=1.26.4 allowed everything to start up correctly.

Gourieff commented 1 week ago

+1 not working with numpy==1.26.4 or higher rolling back to numpy==1.25.2 solves the issue