Style LoRA for Stable Diffusion 1.5, produced for the Latent Studio capstone
(Creative Coding Advanced, TH Nürnberg) by an automated artist→LoRA pipeline
(download → preprocess → caption → train → validate → export).
Trigger word:sks
Base model:stable-diffusion-v1-5/stable-diffusion-v1-5
Training data: public-domain (CC0) artworks from the Art Institute of
Chicago Open Access collection, filtered to this artist.
python
1pipe.load_lora_weights("espressosession/latent-studio-rembrandt-lora")2image = pipe("sks, a small boat crossing a river beneath a mountain").images[0]