Fayum Portrait LoRA
A FLUX LoRA trained on Fayum mummy portraits — Romano-Egyptian encaustic panel paintings from the 1st–3rd centuries AD. Known for their striking directness, dark eyes that engage the viewer across two millennia, gilded details, and luminous encaustic wax technique.
Trigger word: fayumprtrt
Usage
Use this LoRA with any FLUX model. Include the trigger word fayumprtrt in your prompt.
On Replicate
This model is available on Replicate at replicate.com/vestigia/flux-lora-fayum-portrait.
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-fayum-portrait")
pipe.to("cuda")
image = pipe(
"fayumprtrt encaustic portrait of a young woman, direct gaze, gilded details, dark background, Romano-Egyptian, Fayum style",
guidance_scale=3.5,
num_inference_steps=28,
).images[0]
image.save("output.png")
Example prompt
fayumprtrt encaustic portrait of a young woman, direct gaze, gilded details, dark background, Romano-Egyptian, Fayum style
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.