numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.26k stars 166 forks source link

安装报错,Could not find a version that satisfies the requirement dlib-bin (from versions: none) #44

Open 504066130 opened 1 year ago

504066130 commented 1 year ago

安装这个插件的时候, ERROR: Could not find a version that satisfies the requirement dlib-bin (from versions: none); 报错电脑,Macbook M1 Pro 尝试指定最新的版本 pip install dlib-bin 19.21.0 也没用; 有木有兄弟解决的,求分享办法; have any brother solve this problem? give me a hand~thank you~

numz commented 1 year ago

您应该安装 dlib 而不是 dlib-bin。为此,请进入 requirements.txt 文件并将 "dlib-bin" 替换为 "dlib"。 请告诉我是否有效果 :)

vantang commented 1 year ago

Mac需要将 requirements.txt 里的"dlib-bin" 替换为 "dlib"。