AlekseyCalvin/YakunchikovaMariaStyle_MergedVersion_FluxLora_BySilverAgePoets
049
Maria Yakunchikova Style FLUX LoRA Var.2
||| By SilverAgePoets.com |||
Note: This version was produced by merging two EMA-enabled checkpoints from the same training run.<br>
A Low-Rank Adapter (LoRA) for FLUX-family models... <br> Fine-tuned on around 70 paintings + drawings by the strikingly original, often eclectic, & in many ways pioneering Symbolist painter: <br> MARIA YAKUNCHIKOVA-WEBER (1880-1902) <br>
<Gallery />
Trigger words
You should use yakunchikova style art, painting by maria yakunchikova to summon for a spell out of the starry woods of who-knows-where this forever-young stylist.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('AlekseyCalvin/YakunchikovaMariaStyle_MergedVersion_FluxLora_BySilverAgePoets')
image = pipeline('your prompt').images[0]