Views
No views yet
NOEMA — privacy-by-construction generative studio.
Run this model privately at noema.art · no email · pay anonymously.
smolting
Retrained onto FLUX.2 [klein] 4B from ms2stationthis/smoltingflux (FLUX.1-dev).![]() | ![]() |
|---|---|
| smolting, The image is a digital drawing in a cartoon style, featuring a humorous smoltin… | smolting, This image is a digital drawing in a cartoon style, featuring a green, anthropo… |
![]() | ![]() |
| :---: | :---: |
| smolting, This is a digital illustration featuring a stylized, cartoonish character resem… | smolting, This is a digital CGI rendering of a cartoonish, anthropomorphic smolting-like… |
1import torch
2from diffusers import Flux2Pipeline
3
4pipe = Flux2Pipeline.from_pretrained(
5 "black-forest-labs/FLUX.2-klein-4B", torch_dtype=torch.bfloat16
6).to("cuda")
7pipe.load_lora_weights("noema-art/smoltingflux-klein")
8image = pipe("smolting, a character portrait", guidance_scale=4.0, num_inference_steps=25).images[0]
9image.save("out.png")| LoRA strength | Guidance | Steps | Resolution |
|---|---|---|---|
| 0.8–1.0 | 4.0 | 25 | 1024×1024 |
dataset/ (24 image-caption pairs) and the exact config.yaml so the LoRA can be retrained as-is.