Views
No views yet
sty1ref — put it at the front of the prompt.| Setting | Value |
|---|---|
| Checkpoint | sty1ref-step00002000.safetensors |
| LoRA strength | 1.4 – 1.6 (not 1.0 — see below) |
| Base | flux1-dev (fp8_e4m3fn is fine) |
| Sampler / scheduler | euler / beta, 28 steps |
| FluxGuidance | 3.0 |
| CFG | 1.0 (Flux dev is CFG-distilled; negatives do nothing) |
| File | Steps | Notes |
|---|---|---|
sty1ref-step00000400.safetensors | 400 | barely stylised |
sty1ref-step00000800.safetensors | 800 | faint |
sty1ref-step00001200.safetensors | 1200 | usable at 1.5 |
sty1ref-step00001600.safetensors | 1600 | close second |
sty1ref-step00002000.safetensors | 2000 | recommended |
samples/ holds two renders per checkpoint at a fixed seed (42) — one portrait of an
unseen subject, one people-free scene — plus the comparison grids.sd-scripts (sd3 branch), flux_train_network.py, on one RTX 5090 (32 GB),
~1 hour for 2000 steps.--network_module networks.lora_flux --network_dim 24 --network_alpha 24
--network_train_unet_only
--optimizer_type adamw8bit --learning_rate 1e-4
--lr_scheduler constant_with_warmup --lr_warmup_steps 40
--max_train_steps 2000 --save_every_n_steps 400
--gradient_checkpointing --mixed_precision bf16 --fp8_base --sdpa --highvram
--timestep_sampling shift --discrete_flow_shift 3.1582
--model_prediction_type raw --guidance_scale 1.0 --loss_type l2bucket_no_upscale,
keep_tokens = 1. Captions describe content only (subject, clothing, framing,
background) so that everything constant across the set collapses onto the trigger token
rather than scattering across style adjectives.kirusanth08/sty1ref-dataset (private) — the 12 cleaned images and their caption files.workflow/workflow_api.json is a working API-format graph at the recommended settings.
workflow/workflow.json drags onto the canvas.