Install ComfyUI portable and other must have customer nodes

comfyui feature

ComfyUI is a web-based application to generate images and videos using Stable Diffusion technology.  It is a framework that integrates modules such as ControlNet, IP-Adapters, and AnimateDiff to work together in one workflow. It allows you save and re-use workflows that carry out complicated tasks. This guide provides the steps …

Continue reading

Stable Diffusion Webui ControlNet

ControlNet is a group of neural networks that can control the artistic and structural aspects of image generation. The popular ControlNet models include canny, scribble, depth, openpose, IPAdapter, tile, etc. They give you more controls over images in addition to prompts. This post provides step-by-step guide on how to install and …

Continue reading

StyleGAN cartoonize faces on local machine

VToonify is an AI software that cartoonizes faces in videos. 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 StyleGAN to cartoonize faces for free using VToonify in GitHub. (Note: VToonify works best with face-focus videos.) 1. …

Continue reading

AI morphing animation on local machine

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

AI frame interpolation on local machine

interpolation feature

In animation production, in-betweening creates intermediate frames between two keyframes so that the audience can see the smooth movement between the two frames. AI frame interpolation fills in between by morphing one image into another using AI software. (Note that the changes between the two frames should be subtle and …

Continue reading

GFPGAN photo restoration on local machine

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 guide on GFPGAN restoration for free using the GitHub code. 1. First download the code from GFPGAN GitHub repository. …

Continue reading

Real-ESRGAN enhance videos on local machine

real-esrgan feature

Real-ESRGAN is one of the 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 to enhance the resolution of your videos for free using the GitHub. 1. First download …

Continue reading