Checklist
What happened?
SadTalker last worked for me under version 1.7.0 and hasn't worked since. Has anyone found a solution for this or does anyone still have version 1.7.0 and could make it available for download?
I used a new installation of stable-diffusion-webui and encounter errors as soon as I install SadTalker. I am using "Installation on Windows 10/11 with NVidia-GPUs using release package" and Python 3.10.6.
Errors like: AttributeError: module 'numpy' has no attribute 'complex'.
np.complex was a deprecated alias for the builtin complex. To avoid this error in existing code, use complex by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.complex128 here.
The alias was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
The error seems to occur because SadTalker hasn't been updated for many months.
Who can help?
Steps to reproduce the problem
clean installation
Try to install SadTalker with webui.
What should have happened?
SadTalker should have worked.
What browsers do you use to access the UI ?
No response
Sysinfo
All requirements are met.
Console logs
All requirements are met.
Additional information
No response
Checklist
What happened?
SadTalker last worked for me under version 1.7.0 and hasn't worked since. Has anyone found a solution for this or does anyone still have version 1.7.0 and could make it available for download?
I used a new installation of stable-diffusion-webui and encounter errors as soon as I install SadTalker. I am using "Installation on Windows 10/11 with NVidia-GPUs using release package" and Python 3.10.6.
Errors like: AttributeError: module 'numpy' has no attribute 'complex'.
np.complex was a deprecated alias for the builtin complex. To avoid this error in existing code, use complex by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.complex128 here.
The alias was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
The error seems to occur because SadTalker hasn't been updated for many months.
Who can help?
Steps to reproduce the problem
clean installation
Try to install SadTalker with webui.
What should have happened?
SadTalker should have worked.
What browsers do you use to access the UI ?
No response
Sysinfo
All requirements are met.
Console logs
Additional information
No response