AIFSH / ComfyUI-MuseTalk_FSH

the comfyui custom node of MuseTalk to make audio driven videos!
Other
14 stars 5 forks source link

inference.py有一个bug,无法读取79999_iter.pth文件 #6

Open hfh618 opened 2 months ago

hfh618 commented 2 months ago

火狐截图_2024-06-18T12-21-01 778Z

您好:下面的文件中有错误,请查看:

=====comfyui-musetalk_fsh/inference.py的36行,代码如下: face_model_pth = os.path.join(parent_directory,"models','face-parse-bisent','79999_iter.pth") =====上面的代码中,应该是单引号。

asafjo23 commented 1 month ago

A fix: face_model_pth = os.path.join(parent_directory,'models','face-parse-bisent','79999_iter.pth')