git404hub

what is comfyui-krea2-controlnet fr?

facok/comfyui-krea2-controlnet — explained in plain English

Analysis updated 2026-05-18

132PythonAudience · developerComplexity · 4/5Setup · hard

tl;dr

A ComfyUI plugin that lets the Krea2 AI image model follow a control image, like a depth map or pose sketch, during generation.

vibe map

mindmap
  root((comfyui-krea2-controlnet))
    What it does
      Guided AI image generation
      Depth and pose control
      ComfyUI plugin
    Tech stack
      Python
      ComfyUI
      PyTorch
    Use cases
      Depth guided generation
      Pose guided generation
      Consistent compositions
    Audience
      AI image developers
      ComfyUI users

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

Guide Krea2 AI image generation using a depth map so output matches a reference layout

VIBE 2

Generate images that follow a specific pose using a pose control image

VIBE 3

Combine this plugin with existing ComfyUI preprocessor nodes for depth, canny, or pose extraction

VIBE 4

Build a controlled image generation workflow in ComfyUI for consistent compositions

what's the stack?

PythonComfyUIPyTorch

how it stacks up fr

facok/comfyui-krea2-controlnetredbyte1337/credspysuz-tsinghua/smp
Stars132132133
LanguagePythonPythonPython
Setup difficultyhardeasyhard
Complexity4/51/55/5
Audiencedeveloperops devopsresearcher

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

how do i run it?

Difficulty · hard time til it works · 1h+

Requires ComfyUI, a compatible Krea2 Control LoRA file, and a GPU capable of running image generation models.

in plain english

This project is a plugin for ComfyUI, a visual tool people use to build AI image generation workflows by connecting boxes together on a canvas. It adds support for guiding a specific AI image model called Krea2 using extra control images, such as a depth map or a pose sketch, so the generated picture follows the shape or layout of a reference image rather than being generated freely. The plugin adds three connectable pieces, called nodes, to ComfyUI. One loads a small add-on file, known as a LoRA, that teaches the base Krea2 model how to pay attention to a control image. A second node takes a control image, such as one showing depth information or an outline of a pose, and converts it into a format the AI model can understand internally. The third node attaches that converted control image to the model so it actually influences the final generated picture. Using it follows a straightforward order: first prepare or generate a control image using either regular ComfyUI tools or a separate set of preprocessing tools built for this purpose, then encode that image with this plugin, load the special add-on file, attach the encoded control image, and finally send everything to the image generation step as usual. The README notes that skipping the final attachment step causes generation to fail outright rather than quietly producing an incorrect result, which is meant to prevent silent mistakes. The plugin includes a few small settings for handling different types of control images correctly, such as converting a color image to grayscale or flipping its values, since different types of control images, like depth maps versus pose sketches, are prepared slightly differently. The author credits an existing open-source reference project for documenting how this technique works, along with a separate publicly available add-on file that provides depth-based image control specifically.

prompts (copy fr)

prompt 1
Walk me through connecting the three Krea2 Control nodes in a ComfyUI workflow
prompt 2
Explain what happens if I forget to connect the Krea2 Control Apply node
prompt 3
Help me choose the right channel_mode and normalize settings for a depth control image
prompt 4
What is the difference between using a depth LoRA versus a pose or canny LoRA with this plugin

Frequently asked questions

what is comfyui-krea2-controlnet fr?

A ComfyUI plugin that lets the Krea2 AI image model follow a control image, like a depth map or pose sketch, during generation.

What language is comfyui-krea2-controlnet written in?

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

How hard is comfyui-krea2-controlnet to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is comfyui-krea2-controlnet for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.