|
--- |
|
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 |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova painting of a tiny drugged God |
|
inside of a wooden pillbox being fed ether poured by giant woman, arcane, a |
|
colorful surrealist occult decadent art nouveau, by Yakunchikova, Symbolist |
|
output: |
|
url: images/example_h1bp8ak8m.png |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova painting of a tiny drugged God |
|
inside of a wooden pillbox getting impaled by a giant red-robed woman |
|
wielding a huge sharp needle pin, indoors, in a hotel room in Vienna |
|
output: |
|
url: images/example_jqudbcihs.png |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova, painting, title caption text: |
|
"ALLERGIC!", in an American medical hospital one wounded ill long-haired |
|
male poet dandy green-eyed patient wields long sharp scalpels to duel a |
|
giant mutated Iphone anthropomorphic cell phone tech-monster phone |
|
creature, visible brushwork and canvas textures, textural & chromatic |
|
subtlety and sophistication, Symbolism, print illustration |
|
output: |
|
url: images/example_ujcbcsmfq.png |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova painting of sad poet Nick Cave |
|
crying at a table in the center of the town square, for he is about to get |
|
guillotined, 1980s, Nick Cave is extremely pale and starved-looking with |
|
sunken cheeks and big eyes wide eyebrows, face clean-shaven, he is an |
|
unusually tall and thin goth, a messy black punky mullet, in a thin-fitted |
|
suit, vivid textured Brush strokes |
|
output: |
|
url: images/example_pykpyvfv3.png |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova, Maria Yakunchikova style |
|
painted artwork of young wild edgy revolutionary Soviet anarchist hardcore |
|
punks in T-shirts with text "I AM MARX!" and with piercings and round small |
|
sunglasses and asymmetrical haircuts moshing at a protest festival in 1985, |
|
impressionistic character, vivid textured Brush strokes |
|
output: |
|
url: images/example_1bpk0kpny.png |
|
- text: >- |
|
yakunchikova style art by maria yakunchikova, Maria Yakunchikova style |
|
painted expressionistic art featuring realistic fire-breathing cuckoo bird |
|
destroying tanks, over lush forest, sunny, golden hour, fire-breathing |
|
cuckoo bird burning down fighter jets, surreal photo, beautiful detailed |
|
cuckoo beak and wings, cuckoo feathers, lifted wings, elaborate forest |
|
background, vivid textured Brush strokes |
|
output: |
|
url: images/example_6eih3jom8.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.*<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](https://github.com/huggingface/diffusers) |
|
|
|
```py |
|
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] |
|
``` |
|
|