---
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, 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_dhnjhlm7m.png
- text: >-
(3000stepsCheckpoint) Eszter style psychedelicate illustration art of a cat
goddess, by Eszter Winkelmayer, intricate linework, ink and paper, color,
geometric patterns
output:
url: images/example_z76tyn1mv.png
---
## Eszter Winkelmayer Style Psychedelicate Art VERSION 2
## HISTORIC ππ‘π―ππ€π₯ STYLE βπΈβπ΄π΄
## ||| By SilverAgePoets.com |||
**Second version** of our **Eszter Winkelmayer Art Style** Low-Rank Adapter (LoRA) for FLUX-family models...
This variant was trained using an expanded (from [Version 1](https://huggingface.co/AlekseyCalvin/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets)) manually-recaptioned dataset over the [GENOVA_APEX Flux model by DNA_1_618](https://civitai.com/models/954608/genova-apex?modelVersionId=1068773).
The **first version** is found [HERE](https://huggingface.co/AlekseyCalvin/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets)!
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_W_style_art_Ver2_Flux_LoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]
```