git404hub

what is comfyui-krea2-multiref fr?

molbal/comfyui-krea2-multiref — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · developer

tl;dr

A small ComfyUI plugin that lets an image generation prompt use several reference images at once with the Krea2 encoder.

vibe map

mindmap
  root((Krea2 MultiRef))
    What it does
      Multi reference editing
      ComfyUI custom nodes
      Flux model patching
    Tech stack
      Python
      ComfyUI
      Flux Qwen3-VL
    Use cases
      Reference image conditioning
      Workflow debugging
    Audience
      ComfyUI developers
      Image AI tinkerers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add multi-reference image conditioning to a Flux-based ComfyUI image generation workflow.

VIBE 2

Encode a prompt together with up to four reference images through the Krea2 text encoder.

VIBE 3

Attach pre-encoded reference image data to a workflow without re-encoding the prompt text.

VIBE 4

Debug a diffusion model's internals inside a ComfyUI workflow using the diagnostic node.

what's the stack?

PythonComfyUIFluxQwen3-VL

how it stacks up fr

molbal/comfyui-krea2-multiref0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderate
Complexity2/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

ComfyUI-Krea2-MultiRef is a small set of custom nodes for ComfyUI, the visual workflow tool used for building AI image generation pipelines. This project adds support for Krea2-style multi-reference image editing, where a prompt can be paired with several reference images at once instead of just one. The package includes four nodes. The Krea2 Model Patcher adjusts a Flux diffusion model so it can accept reference image data while it generates an image. The Krea2 Reference Text Encode node takes a written prompt together with up to four reference images and passes them through the Krea2 Qwen3-VL text encoder, and can also attach reference image data directly if a VAE is connected. A second node, the Krea2 Reference Encoder, does the same reference-attaching step but skips re-encoding the text, for cases where only the images need to be added. The last node, Krea2 Diagnostic, simply prints internal details of the diffusion model, meant for debugging a workflow rather than everyday use. To use it, a person drops the folder into ComfyUI's custom_nodes directory and restarts ComfyUI. Inside a workflow, they load a Flux model, connect it to the Model Patcher, then add the Reference Text Encode node with the model's CLIP, a VAE, and their reference images, along with their own prompt, before feeding everything into a standard KSampler node. It requires a ComfyUI setup that already supports the Krea2 or Qwen3-VL text encoder, plus the einops library, which usually ships with ComfyUI already. Reference images are automatically shrunk to a maximum of 512 by 512 pixels before being read by the vision model, and reference image data is capped at 1024 by 1024 pixels. The project's own README says plainly that it is a temporary placeholder and will be expanded later, and the repository description marks the whole project as a work in progress. No license information is given in the source material.

prompts (copy fr)

prompt 1
Walk me through installing ComfyUI-Krea2-MultiRef and wiring its nodes into a Flux workflow.
prompt 2
Explain what the Krea2 Model Patcher node changes about how the diffusion model samples.
prompt 3
Show me how to connect four reference images into the Krea2 Reference Text Encode node.
prompt 4
Help me understand the difference between the Reference Text Encode and Reference Encoder nodes.

Frequently asked questions

what is comfyui-krea2-multiref fr?

A small ComfyUI plugin that lets an image generation prompt use several reference images at once with the Krea2 encoder.

What language is comfyui-krea2-multiref written in?

Mainly Python. The stack also includes Python, ComfyUI, Flux.

Who is comfyui-krea2-multiref for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.