Jean-Marc Nattier Painting LoRA

A FLUX LoRA trained on paintings by Jean-Marc Nattier, the fashionable French portraitist at the court of Louis XV. Known for depicting ladies of the court as goddesses and allegorical figures in flowing blue drapery, soft pastel tones, and Rococo elegance.

Artist: Jean-Marc Nattier (1685–1766)

Trigger word: NATTIERPAINTING

Usage

Use this LoRA with any FLUX model. Include the trigger word NATTIERPAINTING in your prompt.

On Replicate

This model is available on Replicate at replicate.com/vestigia/flux-lora-nattier-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-nattier-painting")
pipe.to("cuda")

image = pipe(
    "NATTIERPAINTING portrait of a woman as a mythological goddess, blue drapery, soft pastel tones, rococo, Louis XV court",
    guidance_scale=3.5,
    num_inference_steps=28,
).images[0]
image.save("output.png")

Example prompt

NATTIERPAINTING portrait of a woman as a mythological goddess, blue drapery, soft pastel tones, rococo, Louis XV court

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.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support