klein · LoRAs on FLUX.2 klein
Collection
Our current-gen character & style adapters, trained on FLUX.2 klein (4B). Run them privately at noema.art. • 22 items • Updated
How to use noema-art/aeonflux-klein with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-base-4B", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("noema-art/aeonflux-klein")
prompt = "aeon, This image is a digital illustration of a young aeon in a fantasy genre, specifically in a pixelated style. The a…"
image = pipe(prompt).images[0]FLUX.2 [klein] 4B conversion of ms2stationthis/aeonflux (originally FLUX.1-dev). Trigger: "aeon".
Trigger word: aeon
Retrained onto FLUX.2 [klein] 4B from ms2stationthis/aeonflux (FLUX.1-dev).
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/aeonflux-klein")
image = pipe("aeon, a character portrait", guidance_scale=4.0, num_inference_steps=25).images[0]
image.save("out.png")
| LoRA strength | Guidance | Steps | Resolution |
|---|---|---|---|
| 0.8–1.0 | 4.0 | 25 | 1024×1024 |
This repo includes the full dataset/ (20 image-caption pairs) and the exact config.yaml so the LoRA can be retrained as-is.
Trained on StationThis — an AI creative platform powered by $MS2. Train your own LoRAs via @stationthisbot on Telegram.
Published via noema.
Base model
black-forest-labs/FLUX.2-klein-base-4B