canfromearth/comfyui-klein9b-asymflow — explained in plain English
Analysis updated 2026-05-18
Add AsymFLUX.2 Klein text-to-image generation to a ComfyUI workflow
Generate images from text prompts using orthogonal guidance controls
Run image-to-image generation through the Sampler node
| canfromearth/comfyui-klein9b-asymflow | adeliox/klein-head-swap | ats4321/ragit | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | Python | Python | Python |
| Setup difficulty | — | moderate | moderate |
| Complexity | — | 3/5 | 2/5 |
| Audience | vibe coder | designer | developer |
Figures from each repo's GitHub metadata at analysis time.
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.
A ComfyUI plugin adding two nodes to load and run AsymFLUX.2 Klein, a text-to-image AI model, inside visual image-generation workflows.
Mainly Python. The stack also includes Python, ComfyUI, PyTorch.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.