Create unlimited morphing animation

morphing animation

Deforum is an open-source community-driven project to generate images and videos using Stable Diffusion. It can generate images and videos from prompts, images and videos. One distinguish usage is that it lets you use multiple prompts to generate long videos. You can morph from one scene to another scene by …

Continue reading

Animate in-betweens with Frame Interpolation

interpolation feature

In animation production, inbetweening creates intermediate frames between two keyframes, so that the audience can see the smooth movement between the two frames. Frame interpolation is filling in-betweens by morphing one image into another with AI software. Note that the changes between the two frames are subtle and predictable. This …

Continue reading

Face restoration of old photos

gfpgan feature

GFPGAN is one of Ai GAN (Generative Adversarial Network) models for face restoration. It can improve the resolution from old photos or fix Ai generated faces. This tutorial gives you a step by step on how to use the GitHub code. 1. First download the code from GFPGAN GitHub repository. Open …

Continue reading

Enhance resolution of animations

real-esrgan feature

Real-ESRGAN is one of Ai GAN (Generative Adversarial Network) models to enhance image or video resolution. You can find the original here. This tutorial gives you a step-by-step guide on how to use Real-ESRGAN in GitHub. 1. First download the code from Real-ESRGAN GitHub repository. Open a dos prompt, in the …

Continue reading

Turn face video to cartoon

VToonify is an AI software that converts a video with facial movement to a stylized animation. It is built on StyleGAN. You can find the original paper here. This tutorial gives you a step-by-step guide on how to use the code in GitHub to turn your video into a cartoon. Note: …

Continue reading