SadTalker
SadTalker copied to clipboard
[Solution] to "magic_number = pickle_module.load(f, **pickle_load_args) EOFError: Ran out of input"
If you encounter an error similar to the one below, please note your checkpoints file and pfggan files, they could both have only file names but 0 file sizes.
I used this script and had this problem:
’‘’bash scripts/download_models.sh‘’‘
which was solved by using another way to download the checkpoints file and pfggan files and upload them to the right directory
thank you very much! I also encounter this problem