metadata
license: apache-2.0
language:
- en
base_model:
- black-forest-labs/FLUX.1-dev
tags:
- lora
- flux
- diffusers
- image-generation
pipeline_tag: text-to-image
library_name: diffusers
instance_prompt: yakunchikova style art, painting by maria yakunchikova
widget:
- text: >-
yakunchikova style art by maria yakunchikova, painting, caption
text:"TOGETHER READ IN WORLDS ANEW”. visible brushwork and canvas
textures, textural & chromatic subtlety and sophistication, Symbolism,
print illustration
output:
url: images/example_t8nyx4rv1.png
- text: >-
yakunchikova style art by maria yakunchikova, painting, painting of a girl
in the woods hiding from a giant wooly Slavic forest spirit under a
catafalque (like a tomb) wrapped in a red rag, Fairy tale, Folklore,
caption text: "In a reddish rag they wrapped the catafalque.”. visible
brushwork and canvas textures, textural & chromatic subtlety and
sophistication, Symbolism, print illustration
output:
url: images/example_jt6s5hk9e.png
- text: >-
yakunchikova style art by maria yakunchikova, painting, masterpiece print
illustration of a soldier woman in the woods hiding from a wooly scary
monstrous forest spirit under a catafalque, like a stone tomb, wrapped in
a red rag, Fairy tale, Folklore, caption text: "In a blood red rag they
wrapped a catafalque.”. visible brushwork and canvas textures, textural &
chromatic subtlety and sophistication, Symbolism, print illustration
output:
url: images/example_eq3b7dtub.png
- text: >-
yakunchikova style art by maria yakunchikova, painting, masterpiece print
illustration of two rebelling proletarians, a young androgynous green-eyed
revolutionary sailor on the left and a blue-eyed Ukrainian Bolshevik
cossack on the right. They are tying up and capturing a third: a flabby
green malicious fanged top-hatted monster with bloody hands, and whose
name is "Capital": title text atop.
output:
url: images/example_zj4kvbnzv.png
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.
A Low-Rank Adapter (LoRA) for FLUX-family models...
Fine-tuned on around 70 paintings + drawings by the strikingly original, often eclectic, & in many ways pioneering Symbolist painter:
MARIA YAKUNCHIKOVA-WEBER (1880-1902)
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]