numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.27k stars 169 forks source link

LLVM ERROR: Symbol not found: __svml_pow2_ha #10

Closed protector131090 closed 1 year ago

protector131090 commented 1 year ago

Can someone help with this error?

numz commented 1 year ago

hi,

wow strange one .... Can you send me the full context of your issue please?

protector131090 commented 1 year ago

that is all. i try launching and it says "Extracting audio" than next line the erorr. And crashes SD altogether. Never seen this erorr before.

numz commented 1 year ago

can you make a print screen of the "cmd" window please?

protector131090 commented 1 year ago

can you make a print screen of the "cmd" window please?

https://ibb.co/TLSrVQm https://ibb.co/TLSrVQm

numz commented 1 year ago

thanks, when did you install sd-wa2lip-uhq, please?

protector131090 commented 1 year ago

thanks, when did you install sd-wa2lip-uhq, please?

about an hour ago

numz commented 1 year ago

ok, please, can you tell me the librosa version in the requirements.txt? in extensions\sd-wav2lip-uhq\requirements.txt

protector131090 commented 1 year ago

ok, please, can you tell me the librosa version in the requirements.txt? in extensions\sd-wav2lip-uhq\requirements.txt

imutils dlib-bin numpy opencv-python scipy requests pillow librosa==0.8.0 opencv-contrib-python tqdm numba imutils imageio_ffmpeg

numz commented 1 year ago

thanks, in the folder "extensions\sd-wav2lip-uhq\scripts\wav2lip\temp" do you see a "temp.wav" that corresponding to your audio?

protector131090 commented 1 year ago

thanks, in the folder "extensions\sd-wav2lip-uhq\scripts\wav2lip\temp" do you see a "temp.wav" that corresponding to your audio?

yes

numz commented 1 year ago

can you test with another audio please?

protector131090 commented 1 year ago

can you test with another audio please?

Same error. 4 different audio files

numz commented 1 year ago

ok, i make an update, can you update sd-wav2lip-uhq and tell me if it fix?

protector131090 commented 1 year ago

Using cuda for inference. Reading video frames... Number of frames available for inference: 24 LLVM ERROR: Symbol not found: __svml_pow2_ha

numz commented 1 year ago

on the web, what i understand is sometimes this error come from numpy, so perhaps if you uninstall and reinstall numpy i use numpy==1.23.5

protector131090 commented 1 year ago

on the web, what i understand is sometimes this error come from numpy, so perhaps if you uninstall and reinstall numpy i use numpy==1.23.5

didnt help.

numz commented 1 year ago

I'm sorry, i'm really trying to help you but this error is strange... did you have other app that having this kind of issue ?

protector131090 commented 1 year ago

I'm sorry, i'm really trying to help you but this error is strange... did you have other app that having this kind of issue ?

nope. never seen with any python app

numz commented 1 year ago

Hi, Im closing this issue, too low level error.. Sorry

numz commented 1 year ago

just for test,

set NUMBA_DISABLE_INTEL_SVML=1

numz commented 1 year ago

Read this, it can help :) : https://github.com/numz/sd-wav2lip-uhq/issues/24