-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webUi推理失败,未找到audio2pose_checkpoint #493
Comments
had the same issue any solutions? running on amd WARNING: The new version of the model will be updated by safetensor, you may need to download it mannully. We run the old version of the checkpoint this time! During handling of the above exception, another exception occurred: Traceback (most recent call last): also it appears that some of the "" are "/" backwards how would i go about fixing this? |
up up |
same error |
set my batch file up like this on windows by rightclicking and editing for those that dont understand... so far the script is running/loading and operating as it should will post success if i develop a successful video. looks like an update has been made! @echo off edit - all works as it should on my end using an amd cpu, best of luck! |
I ran to the same issue on windows. All model that I downloaded in `./checkpoints/' have some weird character at the end which is invisible in file explorer. Click rename the file and delete that character if there is a space at the end. This solve my issue |
I found out the error source is the
Including wav2lip ,audio2pose,audio2exp_checkpoint, This repo doesn't have it ? |
found it 😂 #132 |
fail loading checkpoint, so you need check if you had these checkpoint files, they are located at the directory such as "xxx\stable-diffusion-webui-master\webui\extensions\SadTalker\checkpoints". if not, you can dowload them all at the github "https://github.com/OpenTalker/SadTalker/releases/" |
@ytnurg I have to respectfully disagree with your commandline args, cuda test should not be skipped. By doing that, you're only using your CPU and not GPU which is very efficient and fast. |
I got it working fixing this issue, the only minor issue is the small display doesnt work but who cares its working. Here are the 5 secrets I learned. I had many errors along the way, this was my last error. "Exception("Failed in loading audio2pose_checkpoint") I used this older version: I might try the newer one later: "https://github.com/OpenTalker/SadTalker/tree/cd4c0465ae0b54a6f85af57f5c65fec9fe23e7f8" #1 "https://raw.githubusercontent.com/Winfredy/SadTalker/main/scripts/download_models.sh" put this output in both the destination locations and this location too ".\SadTalker\SADTALKER_CHECKPOINTS" "https://sadtalkerai.com/how-to-solve-sadtalker-audio2pose-checkpoint-error/" this talks about SADTALKER_CHECKPOINTS folder #2 "https://huggingface.co/vinthony/SadTalker/tree/main" these files are missing add them to this location ".\SadTalker\SADTALKER_CHECKPOINTS" #3 shout out to sakura1217 for this piece of gold image. follow this too. #4 Redundant files are keys, I am sure there is a method to the madness but better you have extra files and have it working. Plus don't forget to add a ".\SadTalker\results" folder important for your output or it wont work. #5 If you arent sure and you are still having issues here are my Package/version. I am on Win 11 running Cuda absl-py 2.1.0 [notice] A new release of pip is available: 23.0.1 -> 24.2 |
如何解决这个问题
The text was updated successfully, but these errors were encountered: