Skip to content
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

8.20号代码更新后,输入图片张嘴,视频驱动之后,生成的视频嘴闭不上了 #341

Closed
huipengo opened this issue Aug 20, 2024 · 3 comments

Comments

@huipengo
Copy link

刚拉了8.20号更新的代码,发现输入图片如果是张嘴的,视频驱动之后,生成的视频的嘴闭不上了。
8.17号的代码是没问题的

@cleardusk
Copy link
Member

感谢反馈。@huipengo 可否提供测试用例呢?

Thanks for your feedback, could you please provide the tested cases?

@Mystery099
Copy link
Collaborator

Thanks for your feedback. @huipengo

This is because we changed the default value of flag_normalize_lip from True to False in src/config/argument_config.py. If you want to automatically close the mouth before starting the animation when the mouth is open in the source image, you can use the following:

python inference.py --flag_normalize_lip

@huipengo
Copy link
Author

Thanks for your feedback. @huipengo

This is because we changed the default value of flag_normalize_lip from True to False in src/config/argument_config.py. If you want to automatically close the mouth before starting the animation when the mouth is open in the source image, you can use the following:

python inference.py --flag_normalize_lip

可以了,感谢

@cleardusk cleardusk reopened this Aug 20, 2024
@cleardusk cleardusk pinned this issue Aug 26, 2024
@cleardusk cleardusk unpinned this issue Sep 14, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants