Anthony van Dyck Painting LoRA

A FLUX LoRA trained on portraits by Anthony van Dyck, court painter to Charles I of England. Known for elegant, elongated figures in satin and lace, subtly melancholic expressions, and mastery of aristocratic bearing.

Artist: Anthony van Dyck (1599–1641)

Trigger word: VANDYCKPAINTING

Usage

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

On Replicate

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

image = pipe(
    "VANDYCKPAINTING portrait of a nobleman in black doublet, lace collar, three-quarter view, baroque, melancholic expression",
    guidance_scale=3.5,
    num_inference_steps=28,
).images[0]
image.save("output.png")

Example prompt

VANDYCKPAINTING portrait of a nobleman in black doublet, lace collar, three-quarter view, baroque, melancholic expression

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