CoolFace
Modelpublic

noema-art/kaminosekkeiflux-klein

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes3downloads
Model Card

kaminosekkeiflux-klein

FLUX.2 [klein] 4B conversion of ms2stationthis/kaminosekkeiflux (originally FLUX.1-dev). Trigger: "kaminosekkei".

Trigger word: kaminosekkei Retrained onto FLUX.2 [klein] 4B from [ms2stationthis/kaminosekkeiflux](https://huggingface.co/ms2stationthis/kaminosekkeiflux) (FLUX.1-dev).

Sample Outputs

![sample](samples/sample_000.jpg)![sample](samples/sample_001.jpg)
kaminosekkei, This image is a digitally created cover for a magazine, specifically "Kami…kaminosekkei, This image is a highly detailed digital illustration in a kaminosekkei futu…
[image][image]
:---::---:
kaminosekkei, This image is a digital artwork titled "Title of Cyber Doll" by the artist…kaminosekkei, This is a highly detailed, digitally rendered photograph featuring a close-…

Usage (Diffusers)

python
import torch
from diffusers import Flux2Pipeline

pipe = Flux2Pipeline.from_pretrained(
    "black-forest-labs/FLUX.2-klein-4B", torch_dtype=torch.bfloat16
).to("cuda")
pipe.load_lora_weights("ms2stationthis/kaminosekkeiflux-klein")
image = pipe("kaminosekkei, a character portrait", guidance_scale=4.0, num_inference_steps=25).images[0]
image.save("out.png")

Recommended Settings

LoRA strengthGuidanceStepsResolution
0.8–1.04.0251024×1024

Training Details

  • —Base: black-forest-labs/FLUX.2-klein-base-4B
  • —Steps: 4000 · Network: LoRA rank 32 / alpha 32
  • —Optimizer: adamw8bit, lr 1e-4 · Scheduler: flowmatch
  • —Resolution: 512, 768, 1024 (multi-res bucketed) · Precision: bf16 train / fp16 save

Reproduction

This repo includes the full `dataset/` (20 image-caption pairs) and the exact `config.yaml` so the LoRA can be retrained as-is.

About

Trained on StationThis — an AI creative platform powered by $MS2. Train your own LoRAs via @stationthisbot on Telegram.

<sub>Published via noema.</sub>