Skip to content
Help Build a Better ComfyUI Knowledge Base Become a Patron

Detailed Tutorial on Flux Redux Workflow

Flux Redux is an adapter model specifically designed for generating image variants. It can generate variants in a similar style based on the input image without the need for text prompts. This tutorial will guide you through the complete process from installation to usage.

Flux Redux Workflow

This tutorial is a detailed guide based on the official ComfyUI workflow. The original official tutorial can be found at: https://comfyanonymous.github.io/ComfyUI_examples/flux/

Introduction to the Flux Redux Model

The Flux Redux model is mainly used for:

  • Generating image variants: Creating new images in a similar style based on the input image
  • No need for prompts: Extracting style features directly from the image
  • Compatible with Flux.1 [Dev] and [Schnell] versions
  • Supports multi-image blending: Can blend styles from multiple input images

Flux Redux model repository: Flux Redux

Preparation

1. Update ComfyUI

First, ensure your ComfyUI is updated to the latest version. If you are unsure how to update and upgrade ComfyUI, please refer to How to Update and Upgrade ComfyUI

2. Download Necessary Models

You need to download the following model files:

Model NameFile NameInstallation LocationDownload Link
CLIP Vision Modelsigclip_vision_patch14_384.safetensorsComfyUI/models/clip_visionDownload
Redux Modelflux1-redux-dev.safetensorsComfyUI/models/style_modelsDownload
CLIP Modelclip_l.safetensorsComfyUI/models/clipDownload
T5 Modelt5xxl_fp16.safetensorsComfyUI/models/clipDownload
Flux Dev Modelflux1-dev.safetensorsComfyUI/models/unetDownload
VAE Modelae.safetensorsComfyUI/models/vaeDownload

3. Download Workflow File