SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

Fix the issue where SadTalker cannot be used on Stable Diffusion webui 1.8.0

Open kingljl opened this issue 1 year ago • 2 comments

For specific details, update to 1.8.0 using SadTalker with an error message np. complex, and then upgrade librosa to 0.10 Subsequently, we encountered an issue with "AttributeError: module 'numpy' has no attribute 'float'" and updated the code to np.float32 Then we encountered the issue of "alueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimension. The detected shape was (5,)+inhomogeneous pa". In response to the error message, we added the dtype attribute of np. array, and now it is running normally image image image image The effect of the final normal image: image

kingljl avatar Apr 16 '24 13:04 kingljl

this works. please approve this commit

kainatquaderee avatar Apr 27 '24 13:04 kainatquaderee

this works. please approve this commit

It's been a while since the official update, so it's probably not possible to merge in the short term. It can only be found and used by whoever finds it

kingljl avatar May 01 '24 00:05 kingljl