git404hub

what is comfyui-klein9b-asymflow fr?

canfromearth/comfyui-klein9b-asymflow — explained in plain English

Analysis updated 2026-05-18

4PythonAudience · vibe coder

tl;dr

A ComfyUI plugin adding two nodes to load and run AsymFLUX.2 Klein, a text-to-image AI model, inside visual image-generation workflows.

vibe map

mindmap
  root((ComfyUI AsymFlow))
    What it does
      Adds AsymFLUX.2 Klein support
      Text to image generation
      Image to image generation
    Tech stack
      Python
      ComfyUI
      Hugging Face models
    Use cases
      Build image workflows
      Experiment with guidance settings
    Audience
      Vibe coders
      AI image hobbyists
    Setup
      Install in custom nodes folder
      Download model files

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 AsymFLUX.2 Klein text-to-image generation to a ComfyUI workflow

VIBE 2

Generate images from text prompts using orthogonal guidance controls

VIBE 3

Run image-to-image generation through the Sampler node

what's the stack?

PythonComfyUIPyTorchHugging Face

how it stacks up fr

canfromearth/comfyui-klein9b-asymflowadeliox/klein-head-swapats4321/ragit
Stars444
LanguagePythonPythonPython
Setup difficultymoderatemoderate
Complexity3/52/5
Audiencevibe coderdesignerdeveloper

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

in plain english

ComfyUI-AsymFlow is a plugin (called a "node pack") for ComfyUI, a visual tool used to build and run AI image-generation workflows. This particular node pack adds support for AsymFLUX.2 Klein, a pixel-space text-to-image model based on research called AsymFlow: Asymmetric Flow Models. ComfyUI works by connecting blocks called nodes together in a graph. This pack adds two nodes: a Loader node that sets up the model components (transformer, text encoder, and adapter), and a Sampler node that handles the actual image generation from a text prompt. The sampler supports both text-to-image and image-to-image generation. To use it, you install the node pack inside your ComfyUI custom nodes folder, download the required model files from Hugging Face using a command-line tool, and then wire the two nodes together in the ComfyUI interface. Key parameters include the number of steps, guidance scale, and a setting called orthogonal guidance that controls a specific property of the generation process. The underlying model was developed with involvement from researchers at Stanford University. The core inference code comes from a related project called LakonLab. The project is written in Python.

prompts (copy fr)

prompt 1
Help me install this ComfyUI custom node pack and download the required Hugging Face model files
prompt 2
Explain what the Loader and Sampler nodes in this pack each do
prompt 3
Walk me through wiring the Loader and Sampler nodes together for text-to-image generation
prompt 4
What does the orthogonal guidance setting control in this node pack?

Frequently asked questions

what is comfyui-klein9b-asymflow fr?

A ComfyUI plugin adding two nodes to load and run AsymFLUX.2 Klein, a text-to-image AI model, inside visual image-generation workflows.

What language is comfyui-klein9b-asymflow written in?

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

Who is comfyui-klein9b-asymflow for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.