AsymFlow Models for Pixel-Space Generation

May 20, 2026 ยท View on GitHub

Workflows

This repo provides image generation workflows based on FLUX.2 klein Base 9B.

AsymFLUX.2 klein 9B

AsymFLUX.2 klein 9B is an adapter that converts FLUX.2 klein Base 9B into a pixel-space AsymFlow model for text-to-image generation.

We provide three variants of the adapter:

  • AsymFLUX.2 klein 9B

    The base adapter, trained on a LAION subset for 15k steps (batch size=256).

    • The most raw, realistic and versatile model.
    • Results are highly diverse and creative.
    • Minimal aesthetic bias. Requires careful prompting to achieve certain styles.
    • Text rendering and anatomy (e.g., fingers) are not very good, since the original model (FLUX.2 klein Base 9B) is not good at these aspects.

    Please download the image below and drag it into ComfyUI to load the workflow.

  • AsymFLUX.2 klein 9B SFT Z-Image Turbo

    Finetuned on synthetic data generated by Z-Image Turbo for 500 steps (batch size=192).

    • Results are less diverse.
    • Text rendering and anatomy (e.g., fingers) are more stable due to reduced diversity.
    • Styles are more consistent and less sensitive to prompt changes.

    Please download the image below and drag it into ComfyUI to load the workflow.

  • AsymFLUX.2 klein 9B SFT FLUX.2 klein

    Finetuned on synthetic data generated by FLUX.2 klein Ditilled 9B for 500 steps (batch size=192).

    • Results are less diverse.
    • Text rendering and anatomy (e.g., fingers) are more stable due to reduced diversity.
    • Styles are more consistent and less sensitive to prompt changes.

    Please download the image below and drag it into ComfyUI to load the workflow.

Base model

AsymFlow adapters

Text encoder

GGUF Support

To load GGUF models, please install the custom nodes in ComfyUI-GGUF first.

Then, replace the Load AsymFlow Model node in the workflows with the Load AsymFlow Model (GGUF) node and select the corresponding GGUF model file.

Live pixel preview

AsymFlow workflows support precise previews of the generation process. Launch ComfyUI with the arguments --preview-method auto --preview-size 1024 to enable live pixel preview.