Instructions to use Ywul30/dltwrkn_1920 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ywul30/dltwrkn_1920 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.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Ywul30/dltwrkn_1920") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
dltwrkn_1920
FLUX.1-dev LoRA. Trigger token: dltwrkn
Training configuration
| Base model | flux1-dev.safetensors (BFL checkpoint) |
| Dataset | 30 images, 6 repeats, 20 epochs |
| Steps | 3600 (180 per epoch) |
| Per-image exposure | 120 |
| Resolution | 1920 ร 2880, enable_bucket = false |
| Network | dim 32 / alpha 16, networks.lora_flux |
| Learning rate | 5e-4, cosine, 1 cycle |
| Text encoder LR | 0 |
| Optimizer | adamw8bit |
| Batch size | 1 |
| Precision | bf16 (save fp16) |
| Noise offset | 0.05 |
| Timestep sampling | shift, model_prediction_type raw, guidance 1.0 |
| Attention | sdpa, gradient checkpointing on |
| Seed | 42 |
| Trainer | sd-scripts @ b8d1eb067eba32bb105984678b97f05b11452940 |
| Init | from scratch โ no resumed weights |
Bucketing was disabled rather than configured: all 30 source files are exactly 1920 ร 2880, so the bucketing mechanism had nothing to resolve. A mis-sized file therefore fails loudly instead of being silently rebucketed.
Checkpoints published: epochs 12, 15, 18, 20 (dltwrkn_1920.safetensors
is epoch 20).
Caption scheme
dltwrknis the first token of every caption.keep_tokens = 1,shuffle_caption = false.- Every element that varies image to image is named.
- Framing is named on close crops.
- Material is never named.
Constants left deliberately unnamed: violet mass, orange contours, mesh, particles, black void.
Two phrases are verbatim in the corpus and must match at inference:
| Phrase | Instances | Expected binding |
|---|---|---|
seen through |
7 | supported |
bridges of light |
2 | partial |
Corpus tag count: 91 distinct tags across 30 captions.
Material model
Volume is carried by contour behaviour โ weave compressing at a turning edge, ribbons riding curvature, foreshortening toward a silhouette โ not by fill. A surface fails when the lattice runs straight across it and does not compress at the silhouette.
Three material classes, applied by rule but not consistently across the corpus:
- bare skin โ surface with weave, no interior
- cloth โ thin sheet
- props / objects โ holographic shell
Opaque vs. translucent has no corpus rule; the same figure can resolve both ways within one frame. A global caption cannot route this regionally โ per-region control would require masking on the conditioning.
Predecessor and open question
The previous LoRA (dltwrkn_1536) was trained on 2 caption tags total
and showed prompt-independent residue: unrequested hands, scrollwork,
tables, grid backgrounds. Its recorded per-image exposure was also double
what was intended (duplicate files in a .ipynb_checkpoints directory were
trained alongside the originals), placing it near the memorisation regime.
This run carries 91 tags, a clean file list, and a higher training resolution. Whether the caption scheme suppresses the residue is the open question.
Attribution caveat: corpus, caption scheme, and training resolution all changed together relative to the predecessor. A clean result is therefore not attributable to the caption scheme alone. The residue features (hand, scrollwork, table, grid) are the more diagnostic signal, since resolution has no plausible mechanism for suppressing them; material quality is confounded.
Usage notes
Recommended strength 1.00. A 1.00 / 1.12 / 1.50 sweep on the predecessor moved the weave finer and thinner rather than toward the target, and composition bleed appeared at 1.12 โ strength is not the dial for material quality.
- Downloads last month
- -
Model tree for Ywul30/dltwrkn_1920
Base model
black-forest-labs/FLUX.1-dev