CoolFace
Modelpublic

AlekseyCalvin/Eszter_Winkelmayer_style_art_Flux_LoRA_BySilverAgePoets

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes55downloads
Model Card

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>

[image] [image] [image] [image]

Use it with the 🧨 diffusers library

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]