CoolFace
Modelpublic

Granddyser/flux-klein-9b-Biglove-Collection

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
56likes21kdownloads
Model Card

BigLove Klein Collection

Support Notice I pay for these models out of my own pocket and share them here so people can access them freely. Please understand that this repository is provided as-is. I’m not able to provide individual support, troubleshooting, custom instructions, or answer repeated questions for every upload. Feel free to download and use the files, but please don’t expect active maintenance or personal support.

Available Files

FileFormatSizeUse Case
bigLove_klein_krealife1.safetensorsBF16~26 GBKrea-Life variant, contributed by Brooker
bigLove_klein4_mxfp8.safetensorsmxfp8~9 GB8-bit, smaller file
BigLoveKlein4_nf4.safetensorsnv4~5 GB4-bit normalized (pruned)
bigLoveKlein4_nvfp4.safetensorsnvfp4~5 GB4-bit normalized
bigLove_klein4_Q5_K_M.ggufGGUF~6 GB5-bit GGUF, balanced (pruned)
bigLove_klein4_int8_convrot.safetensorsint8~9 GB8-bit, smaller file
bigLoveKlein4_fp8mixed.safetensorsfp8~9 GB8-bit, smaller file (pruned)
bigLove_klein4_bf16.safetensorsBF16~18 GBBF16, good balance (pruned)
bigLove_klein3_Q5_K_M.ggufGGUF6 GBv.3
bigLove_klein3.safetensorsBF1618 GBv.3
bigLove_klein3_fp8.safetensorsFP89 GBv.3
klein-biglove-v2.1.safetensorssftnana
bigLove_klein2_Bf16.safetensorsBF16~18 GBFull precision, best quality
bigLove_klein2_bf16_pruned.safetensorsBF16 (pruned)~18 GBPruned weights, slightly faster
bigLove_klein2_fp8_pruned.safetensorsFP8 (pruned)~9 GBGood balance of quality & VRAM
bigLove_klein2_nf4.safetensorsNF4~5 GBLow VRAM, fast inference
bigLove_klein2.ggufGGUFvariesFor GGUF-compatible loaders
bigLove_klein1_fp8.safetensorsFP8~9 GBFirst version, FP8 quantized

Usage

ComfyUI

Place the desired model file in your ComfyUI/models/diffusion_models/ (or unet) folder and select it in the appropriate loader node.

Diffusers

python
from diffusers import FluxPipeline
import torch

pipe = FluxPipeline.from_pretrained(
    "Granddyser/biglove-klein2-fp8",
    torch_dtype=torch.bfloat16
)
pipe.to("cuda")

image = pipe(
    prompt="your prompt here",
    num_inference_steps=4,
    guidance_scale=0.0,
).images[0]

image.save("output.png")

Acknowledgments

Special thanks to SubtleShader for the motivation.

License

FLUX.2-klein-base-9B is licensed by Black Forest Labs. Inc. under the FLUX.2-klein-base-9B Non-Commercial License. Copyright Black Forest Labs. Inc.