CoolFace
Modelpublic

AlekseyCalvin/Olga_Rozanova_Style_LoRA_Var2_BySilverAgePoets

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes88downloads
Model Card

Olga Rozanova Style FLUX LoRA Var.2

||| By SilverAgePoets.com |||

[image]

A Low-Rank Adapter (LoRA) for FLUX-family models... <br> Fine-tuned on around 70 paintings + drawings by the forever first, youngest, & most radical visionary of Soviet avant-garde visual art: <br> OLGA ROZANOVA (1886-1918) <br>

<Gallery />

Trigger words

You should use Rozanova style art, Cubo-Futurist painting by Olga Rozanova to recover this visionary painter's prematurely entombed brush.

LINKS & SOURCES:

Wikipedia <br> Some of the images used for this fine-tune were derived from the following book: <br> **Exter, Goncharova, Popova, Rozanova, Stepanova, Udaltsova: Amazons of the Avant-Garde, eds. John E. Bowlt and Matthew Drutt, New York: Solomon R. Guggenheim Museum, 2000.** <br> A digital scan of the book may be downloaded freely via Monoscope, & is a priceless longer-form resource on the leading femme-presenting artists of the early-thru-mid-20th century Eastern European avant-gardes. <br>

[image] <br>

Inset Translations:

Each image/scan used for this fine-tune was manually color/clarity-adjusted & captioned by us as stages of dataset-preparation. <br> In our training set we've tried to represent every period of Rozanova's work, so as to encode within our Rozanova LoRA(s) the incredible scope of styles mastered & often pioneered by her within such a lamentably short life-span. <br> Besides all else, we've included nearly all of the publically available pieces from Rozanova's Playing Cards series, which we co-standardized aspect-ratio/dimensions-wise and styled per their Tarot courts card equivalents (Diamonds=Coins=Pentacles, Spades=Swords, Clubs=Batons=Wands, Hearts=Cups, Jack=Page/Knight, etc...) via in-image English/Worldish labels. <br>

[image] <br>

Alongside Rozanova's paintings (the core of our dataset), we've also included some of the illustrations she produced for poetry books; notably, in collaboration with her lover & long-term partner – the co-legendary experimental poet Aleksey Kruchyonykh. <br> We even translated some of the accompanying verses. <br>

[image] <br>

Furthermore, we translated/re-adapted some of the textographic elements within Rozavona's paintings. <br>

[image] <br>

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

[image]

[image]

[image]

[image]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

[image] <br>