lazykh
lazykh copied to clipboard
Source code for the automatic lip-syncing project described in this video! https://www.youtube.com/watch?v=y3B8YqeLCpY
I made a Google Colab of the project. It shows all the steps and how to fix some issues with Gentle.
https://colab.research.google.com/drive/1hrwKmXMXw4GHmcjLb4gJUDPYbhstD9Ij?usp=sharing
python3: can't open file 'C:\\Users\\megfa\\Downloads\\lazykh-main (1)\\lazykh-main\\gentle-final\\align.py': [Errno 2] No such file or directory
Hi, thanks for your work, I'm using Mac and your code works well with English voice and text. I'm a user from China mainland, how can I use Chinese voice...
So, i'm trying to customize lazykh for my own character that I wanted to lipsync, but I didn't know how to change where the mouth goes. Then I found a...
how to generate this file automatically with emotion / animation tag
So I got Gentle on a Windows laptop using Docker, so I just want to know if that would work I found how to find the source code through Gentle...
context managers, tuple unpacking, enumerate all should be used.
Added a .gitignore file, so no machine or user specific files are uploaded to remotes.
This pull request uses context managers to cleanup the outdated open, read/write, close and should be used instead. It also forces a flush, so that is also not needed.