Back to Models
GR

Granddyser/biglove-klein2

Granddyserimage

BigLove Klein 2 — All Variants

Note:

Since someone is once again claiming ownership over a model they don't own, I took precautions ahead of time. The BF16 version is safely stored in my other repository [Granddyser/BigLoveKleinFp8]. This repo will be fully restored within approximately 14 days, just like last time.

All quantized versions of FLUX.2-klein-base-9B by Black Forest Labs, based on the BigLove Klein 2 finetune.

Available Files

FileFormatSizeUse Case
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

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

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.

Visit Website

0 reviews

5
0
4
0
3
0
2
0
1
0
Likes13
Downloads
📝

No reviews yet

Be the first to review Granddyser/biglove-klein2!

Model Info

ProviderGranddyser
Categoryimage
Reviews0
Avg. Rating / 5.0

Community

Likes13
Downloads

Rating Guidelines

★★★★★Exceptional
★★★★Great
★★★Good
★★Fair
Poor