Replies: 3 comments 2 replies
-
This seems like a good idea for creators looking to use this for serious content creation, I already have a fantastic idea that I would like to try out and bulk creation would be a brilliant addition where you could set all the parameters for the images and soundfiles to use etc. or generating them |
Beta Was this translation helpful? Give feedback.
-
Hi, it is possible. You can manually write some bash code to run each file individually. |
Beta Was this translation helpful? Give feedback.
-
Old discussion but I wanted to share that I bashed together a cheap batch solution along with random improvements in a fork in a branch: https://github.com/TiE23/SadTalker/tree/my-fixes How to use Batch Mode
Personal Preference Adjustments
Extra feature
This was enough for my one-off use case and I do not plan to improve it. It might break if you screw up any input whatsoever (non-existent file, for example), and when the batch process is done it throws an error. That's how half-assed it is. Also, please note that the script copies the image file (and maybe the audio, I can't remember) to a "working directory" and deletes that working copy. Just in case you have some kind of special circumstance where copying is bad. If you think it needs work, please steal my code and make it better. ❤️ |
Beta Was this translation helpful? Give feedback.
-
is there a way to bulk create or batch process, like reading an input folder and generating in an output folder? is this possible?
Beta Was this translation helpful? Give feedback.
All reactions