Resizing images is a common step in ComfyUI. An image model only works with a limited range of input image sizes. In this tutorial, I will show you how to use the Image Resize node to resize images. Table of ContentsSoftwareResize an image to a specific sizeStep 1: Load JSON workflowStep 2: Install missing nodesStep…
Blog
How to use Hunyuan video LoRA to create consistent characters
Low-Rank Adaptation (LoRA) has emerged as a game-changing technique for finetuning image models like Flux and Stable Diffusion. By focusing on adjusting a subset of model parameters, LoRA enables efficient finetuning without the need to retrain the entire model. For the first time, LoRA has come to a large video model. Now, you can use…
How to create mask with prompt in ComfyUI
Creating a mask for an image has numerous visual and computational applications, ranging from graphic design to advanced computer vision tasks. Creators can use the masks to maintain contextual integrity and unlock innovative possibilities in downstream workflows. In this workflow, you can create masks automatically using a prompt. For example, the prompt “bottle” creates a…
How to remove background in ComfyUI
Background removal is an essential tool for digital artists and graphic designers. It cuts clutter and enhances focus. You can reuse the image in a different context. In this tutorial, I will show you how to remove the background of an image in ComfyUI. Table of ContentsSoftwareAlternativesStep-by-step guideStep 1: Load workflowStep 2: Install missing nodesStep…
How to direct Hunyuan video with an image
Hunyuan Video is a local video model which turns a text description into a video. But what if you want to turn an image into a video? You need an image-to-video mdoel but Hunyuan has not released one (that would be game-changing). For now, you can use the Image-Prompt to Video (IP2V) workflow to achieve…
How to generate Hunyuan video on ComfyUI
Hunyuan Video is a new local and open-source video model with exceptional quality. It can generate a short video clip with a text prompt alone in a few minutes. It is ideal for content creators such as Youtubers to create the B-rolls in their videos. Below is an example of Hunyuan Video. In this tutorial,…
How to use image prompts with Flux model (Redux)
Images speak volumes. They express what words cannot capture, such as style and mood. That’s why the Image prompt adapter (IP-Adapter) in Stable Diffusion is so powerful. Now, you can also use the same with a Flux model. In this post, I will share 3 workflows for using image prompts with Flux.1 Dev model. Table of ContentsSoftwareWhat…
How to outpaint with Flux Fill model
The Flux Fill model is an excellent choice for inpainting. Do you know it works equally well for outpainting (extending an image)? In this tutorial, I will show you how to use the Flux Fill model for outpainting in ComfyUI. Table of ContentsSoftwareWhat is the Flux Fill model?ModelLicenseVRAM requirementOutpainting using Flux vs Flux Fill modelStep-by-step…
Flux-LTX Text-to-Video workflow (ComfyUI)
LTX-Video is a fast local video model that can quickly produce high-quality video. The model has an image-to-video mode, which can turn a still image into a video. Naturally, the Flux model is the best choice for generating that initial still image. This approach combines Flux’s excellent image quality with a fast video generation workflow.…
Fast Local video: LTX Video
LTX Video is a fast, local video AI model full of potential. The Diffusion Transformer (DiT) Video model supports generating videos from text alone or with an input image. The model is small, with only 2 billion parameters. As a result, it only requires 6 GB VRAM and generates a 4-second video in 20 secs…