Baka Mitai/First-Order-Motion-Model tutorial

Опубликовано: 08 Июнь 2026
на канале: NEETiverse
712
11

This is a tutorial on how to create Baka Mitai memes or use first-order-motion-models to animate an image.

The Subreddit:   / bakamitaigenerator  
Google colab: https://colab.research.google.com/git...
Github: https://github.com/AliaksandrSiarohin...
Baka Mitai Base Video: https://drive.google.com/file/d/1e4ri...

code to append to demo.py so the audio copies


command = "ffmpeg -an -i " + opt.result_video + " -vn -i " + opt.driving_video + " -map 0:v -map 1:a -c:v copy result2.mp4"
subprocess.run(command, shell=True, text=True, input="y")

Keep in mind you need the four spaces before each line as that is how python does nesting.

 #BoringNEET #BakaMitai