New bases · Kontext · Krea 2 · Z-Image
Collection
Experiments on newer bases as they graduate from the bench. • 3 items • Updated
How to use noema-art/impresstation with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("noema-art/impresstation")
prompt = "stationthis, stationthis, low poly playstation screenshot style, A determined young woman with fiery red pigtails tied…"
image = pipe(prompt).images[0]krea2 LoRA "impresstation" — trigger "stationthis".
Trigger word: stationthis
This is a modified derivative of Krea 2, trained on Krea 2 RAW and intended for use on Krea 2 Turbo. Not an official Krea product nor endorsed by Krea. Use is governed by the Krea 2 Community License — commercial use permitted for entities under $1M USD annual revenue; above that, obtain an enterprise license from Krea.
import torch
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained(
"krea/Krea-2-Turbo", torch_dtype=torch.bfloat16
).to("cuda")
pipe.load_lora_weights("ms2stationthis/impresstation")
image = pipe("stationthis, 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/ (33 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
krea/Krea-2-Raw