duanlanqunshan
Results
1
comments of
duanlanqunshan
> app_sadtalker.py中(默认的checkpoints不在系统路径中) def sadtalker_demo(checkpoint_path='scripts/checkpoints', config_path='src/config', warpfn=None):def sadtalker_demo(checkpoint_path='scripts/checkpoints', config_path='src/config', warpfn=None): 检查一下创建的文件夹名称“checkpoints"是否有写错,之前我少打了最一个字母“S”,就会报错,后来改完后就正常运行了。