SadTalker
SadTalker copied to clipboard
Error "The file may be malicious, so the program is not going to read it."
I know I can write --disable-safe-unpickle in the webui_user.bat But why do I need to do that? Why does it need me to compromise the security of it?
Wasn't this issue fixed already?
It is already fixed. we find the unsafe pickle comes from the 3rd package of face-alignment
:https://github.com/1adrianb/face-alignment, so we fix it with other alternatives.
I just loaded this extension for the first time and I also get this error... so its not fixed?
I just loaded this extension for the first time and I also get this error... so its not fixed?
are you using GPU?
The same happened to me. It worked well a few days ago, but I'm receiving that message now.
I'm using GPU, RTX 3060 12GB.
The problem seems to be with the file wav2lip.pth.
Update: Looking again, it seems that I have renamed a folder, but the extensions keep looking for the old name. For some reason, not finding the file wav2lip.pth in that location is triggering the malicious file error.
I'm trying to find the file where the location of the models is specified to see if it solves the problem.
Update 2: I remembered that you have to declare the location of the checkpoints in the webui-user.bat file. I forgot to modify that after renaming the folder. It seems that if the extension can't load the checkpoints, the "malicious file" error is triggered.
Adding the line set SADTALKER_CHECKPOINTS={your checkpoints folder}
in the webui-user.bat should fix it.
I just loaded this extension for the first time and I also get this error... so its not fixed?
are you using GPU?
Yes
It seems to have been fixed as vinthony said, at least on my part it was my own mistake. When I downloaded the files through the Google Drive and places them in the checkpoints folder the error went away.