18th Century Fashion Plate LoRA
A FLUX LoRA trained on 18th century fashion plates — hand-coloured engraved illustrations showing the latest modes in dress, hairstyle, and accessories. Clean white or pale backgrounds, elegant elongated figures, precise draughtsmanship.
Trigger word: FASHIONPLATE
Usage
Use this LoRA with any FLUX model. Include the trigger word FASHIONPLATE in your prompt.
On Replicate
This model is available on Replicate at replicate.com/vestigia/flux-lora-fashion-plate.
With diffusers
import torch
from diffusers import FluxPipeline
pipe = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev",
torch_dtype=torch.bfloat16,
)
pipe.load_lora_weights("Vestigia/flux-lora-fashion-plate")
pipe.to("cuda")
image = pipe(
"FASHIONPLATE elegantly dressed woman in 18th century gown, fashion illustration style, clean white background, engraving technique",
guidance_scale=3.5,
num_inference_steps=28,
).images[0]
image.save("output.png")
Example prompt
FASHIONPLATE elegantly dressed woman in 18th century gown, fashion illustration style, clean white background, engraving technique
About Vestigia
Vestigia is a collection of FLUX LoRA models trained on historical portrait and painting styles, allowing you to generate images inspired by the great masters of Western art history.
Browse all models at huggingface.co/Vestigia.