REQUIRES CUSTOM NODE SET
https://github.com/Nynxz/ComfyUI-AsymFLUX2
ADDED PIXEL SMOOTH NODE TO CUSTOM NODES TO FIX TILING!
1. install custom nodes
git clone https://github.com/Nynxz/ComfyUI-AsymFLUX2.git(THIS IS FLUX KLEIN 9B-BASE, NOT 9B. its simply named 9B)
bf16 model - /models/diffusion_models/
gguf model - /models/unet/
https://huggingface.co/unsloth/FLUX.2-klein-base-9B-GGUF/tree/main
gguf encoder (smallest but low quality) - /models/text_encoders/
https://huggingface.co/worstplayer/Z-Image_Qwen_3_4b_text_encoder_GGUF/blob/main/Qwen_3_4b-Q6_K.gguf
fp4 encoder (smaller) - /models/text_encoders/
fp8 encoder (better but larger) - /models/text_encoders/
REQUIRED Adapter LoRA (rename to "ASYM_FLUX_KLEIN_9B") - /models/loras/
https://huggingface.co/Lakonik/AsymFLUX.2-klein-9B/blob/main/diffusion_pytorch_model.safetensors
Description
ASYM flux klein 9b with custom node set
FAQ
Comments (4)
RuntimeError: expected mat1 and mat2 to have the same dtype, but got: struct c10::Half != struct c10::BFloat16
are you using the wrong model
@realrebelai same error to me. I think it's the same problem about clip gguf ERNIE. city96 comfyui-gguf isn't ready for the Asym quantization. Solved using the fp8 (or fp4), waiting for city96 implementation.
Even use of clip by default (gpu), instead of cpu, works. To not use GPU is too bad. I think that this model is too young to be used in low-end pc configurations...










