Ancient Painting LoRA
A FLUX LoRA trained on ancient paintings across Mediterranean traditions — Greek vase paintings, Minoan frescoes, Egyptian tomb murals, and early panel paintings. Captures the flat, schematic figuration, bold outlines, and ceremonial character of ancient pictorial art.
Trigger word: ncntpntng
Usage
Use this LoRA with any FLUX model. Include the trigger word ncntpntng in your prompt.
On Replicate
This model is available on Replicate at replicate.com/vestigia/flux-lora-ancient-painting.
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-ancient-painting")
pipe.to("cuda")
image = pipe(
"ncntpntng mural figure in ancient dress, fresco style, earthy terracotta tones, flat schematic figuration, ancient Mediterranean",
guidance_scale=3.5,
num_inference_steps=28,
).images[0]
image.save("output.png")
Example prompt
ncntpntng mural figure in ancient dress, fresco style, earthy terracotta tones, flat schematic figuration, ancient Mediterranean
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.