Lightweight 218MB LoRA!
Results can at times not look "ai generated" making this a powerful tool.
Please use responsibly and credit artist
Elijah LaClair for his generous usage of his work when possible.
Updated versions of
my 0.9XL LoRA.
Trained on the paintings of American Artist Elijah LaClair with his permission.For the 100 epochs version
I followed AI_Characters's guide on LoRA settings but with my own artstyle regulation images as well.☕ Like what I do?
☕☕ Buy me a coffee or two!
☕
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
1from diffusers import AutoPipelineForText2Image
2import torch
3
4pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
5pipeline.load_lora_weights('DoctorDiffusion/painterly-laclair-artstyle-lora-218mb-1-8gb-versions', weight_name='DD-lclr-artstyle-XL-v1.safetensors')
6image = pipeline('`lclr artstyle`, `painting`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the
documentation on loading LoRAs in diffusers