---
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: >-
Eszter style psychedelicate illustration art, figuration distinctively
stylized by Eszter Winkelmeyer, geometric patterns, ink, intricate linework,
irreverent cosmic punk
widget:
- text: >-
Eszter style psychedelicate illustration art of the Albany Bulb sculptures,
by Eszter Winkelmayer, ink and color, intricate linework, geometric figural
patterns
output:
url: EszterStyle1.png
- text: >-
Eszter style psychedelicate illustration art of a cat goddess, by Eszter
Winkelmayer, intricate linework, ink and paper, color, geometric figural
patterns
output:
url: EszterStyle2.png
- text: >-
Eszter style psychedelicate illustration art of the folk art debris
sculptures at the SF Bay shoreline in Albany, ink, by Eszter Winkelmayer,
intricate linework, geometric figural patterns
output:
url: EszterStyle3.png
- text: >-
Eszter style psychedelicate distinctive illustration art, by Eszter
Winkelmeyer, complex geometric patterns, ink on paper, intricate linework,
irreverent cosmic, geometric figural patterned designs, art of: Title text
caption in large font on top: βCAPITALβ. Soviet modernist movie showing a
complexly dramatic theatrical scene enacted by an avant-garde trio
representing 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 money hands, and whose name is
"Capital": title text atop. astrolabe topology, geometric figural patterned
designs,
output:
url: images/example_nlusgkp80.png
- text: >-
Eszter style, text: "By the PORCH, an OCEAN... where a STAR arose!", Eszter
style psychedelicate distinctive illustration art, by Eszter Winkelmeyer,
complex geometric patterns, ink on paper, intricate linework, irreverent
cosmic, geometric figural patterned designs, art of: illustration of a
1980s female Soviet perestoika era colorful anarchist punk poet in leather
jacket with patches walking thru Leningrad of 1980s and saying, in a word
bubble: "... by the porch, an ocean ... where a star arose ... ".
astrolabe topology, geometric figural patterned designs,
output:
url: images/example_kxfkzxopy.png
- text: >-
Eszter style, text: "By the PORCH, an OCEAN... where a STAR AROSE!", Eszter
style psychedelicate distinctive illustration art, by Eszter Winkelmeyer,
complex geometric patterns, ink on paper, intricate linework, irreverent
cosmic, geometric figural patterned designs, art of: illustration of a
1980s female short-haired bespectacled punky Hungarian perestoika era
colorful anarchist punk poet in leather jacket with patches walking thru
Leningrad of 1980s and saying, in a word bubble: "... by the porch, an
ocean ... where a star AROSE ... ". astrolabe topology, geometric figural
patterned designs,
output:
url: images/example_e02l6kyny.png
- text: complex geometric patterns, ink on paper, intricate linework
output:
url: images/example_wvsktuvsc.png
- text: >-
.Eszter style psychedelicate illustration of Turns out God was one mark-ass
dummy Just a fancied-out wee marky toast Now, where shadows are sliding on
gravel By the breeze every shadow throbs. drawing on paper, mixed media
output:
url: images/example_k1by6riv4.png
---
## Eszter Winkelmayer Style Psychedelicate Art
## HISTORIC ππ‘π―ππ€π₯ STYLE βπΈβπ΄π΄
## ||| By SilverAgePoets.com |||
A Low-Rank Adapter (LoRA) for FLUX-family models...
Fine-tuned on around 40 unforgettably self-singular ink illustrations β
...each like a potent alchemical extract of a phenomenon or a concept, of an apparition or a dimension, carried thru under the easy law of a masterful hand...
Set to glue behind our eyes every cosmic topology and unreserved encapsulation spawned amid the limitless vision of their artist:
East Bay's own legendary reality-stylist (and up-and-coming attorney):
**ESZTER WINKELMAYER**!
## Prompt with:
`Eszter style psychedelicate illustration art, figuration distinctively stylized by Eszter Winkelmeyer, geometric patterns, ink, intricate linework, irreverent cosmic punk, mandala-like, hyper-structural neo-Symbolism`, etc...
A few of the original artworks by **Eszter Winkelmayer** used in our training data:




## 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/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]
```