AlekseyCalvin/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets
Eszter Winkelmayer Style Psychedelicate Art
HISTORIC ππ‘π―ππ€π₯ STYLE βπΈβπ΄π΄
||| By SilverAgePoets.com |||
A Low-Rank Adapter (LoRA) for FLUX-family models... <br> Fine-tuned on around 40 unforgettably self-singular ink illustrations β <br> ...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...<br> Set to glue behind our eyes every cosmic topology and unreserved encapsulation spawned amid the limitless vision of their artist: <br> East Bay's own legendary reality-stylist (and up-and-coming attorney):<br> ESZTER WINKELMAYER!<br>
<Gallery />
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... <br>
A few of the original artworks by Eszter Winkelmayer used in our training data:<br>
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/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]