---
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: >-
Popova style art, cubo-futurist avant-garde early Soviet Constructivist
painting by Lyubov Popova, Suprematist stylistic features
widget:
- text: >-
Popova style avant-garde early Soviet Constructivist art by Lyubov Popova,
of a Revolutionary Soviet woman artist Popova in 1917, saying via text
balloon, proclaiming: /POPOVA FLUX!/, painting by Lyubov Popova, Futurist
and Suprematist stylistic features, textured canvas & brush strokes, by
Lyubov Popova, vivid brush strokes performed, architectonic textures
output:
url: images/example_3284tyqku.png
- text: >-
'text: "POETICS WILL RISE", Popova style painting by Lyubov Popova of two
cubo-futurist avant-garde early Soviet young philosophers performing a most
complex of dance productions, Popova style art. The left figure wears a
layered, geometric costume in shades of red, pink, and gray, with a
helmet-like headpiece. The right figure features angular shapes with
metallic colors, wearing a translucent cape and a hat. Both have articulated
limbs, showcasing a blend of avant-garde design and theatrical expr
output:
url: images/example_kbaieyp0v.png
- text: >-
Popova style avant-garde art, Constructivist painting by Lyubov Popova,
textured canvas & brush strokes, by Lyubov Popova, and depicting: 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 bloody hands, and whose name is "Capital": title
text atop. The image features a refined, modern design with stirring and
vivid forms. Elaborate intricate fine details. Detailed realistic textures.
Raw blemished textured surfaces and unpolished materials. Title text reads:
“Capital”
output:
url: images/example_akuxrrsba.png
- text: >-
Popova style avant-garde art of a city, Constructivist painting by Lyubov
Popova, textured canvas & brush strokes, by Lyubov Popova, abstracted
shapes, Suprematism
output:
url: images/example_m989pspjn.png
- text: >-
Popova style avant-garde art of a city, Constructivist painting by Lyubov
Popova, textured canvas & brush strokes, by Lyubov Popova, abstracted
shapes, Suprematism
output:
url: images/example_zdsbnzsxk.png
- text: >-
Popova style cubo-futurist avant-garde early Soviet Constructivist art by
Lyubov Popova, of a Revolutionary Soviet 1917 poet in Petrograd, saying via
text balloon: /Let us ENTER as tenderest FIRST VIOLINS, These WORLD-wide
orchestral REVOLTS!/, painting by Lyubov Popova, Futurist and Suprematist
stylistic features, textured canvas & brush strokes, by Lyubov Popova, vivid
brush strokes performed, architectonic textures
output:
url: images/example_ofex2ww39.png
- text: >-
Popova style cubo-futurist avant-garde early Soviet Constructivist art by
Lyubov Popova, of a young Revolutionary woman artist Soviet 1917 poet in
Petrograd, saying via text balloon: /Let us ENTER these WORLD-wide
REVOLTS!/, painting by Lyubov Popova, Futurist and Suprematist stylistic
features, textured canvas & brush strokes, by Lyubov Popova, vivid brush
strokes performed, architectonic textures
output:
url: images/example_yo5r9kojj.png
- text: >-
Popova style cubo-futurist avant-garde early Soviet Constructivist art by
Lyubov Popova, of a quasi-abstracted woodland, huge font central text:
"WOODS", by Lyubov Popova, vivid brush strokes performed, architectonic
textures
output:
url: images/example_ru5ooppnq.png
- text: >-
Popova style cubo-futurist avant-garde early Soviet Constructivist art by
Lyubov Popova, of a quasi-abstracted sea stretching into distance, little
ships, huge font central text: "SEA", by Lyubov Popova, vivid brush strokes
performed, architectonic textures
output:
url: images/example_eu3xyo01z.png
---
## Lyubov Popova Style FLUX LoRA Var.2
## ||| By SilverAgePoets.com |||
*NOTE: This is a lighter/lower-step variant of our Popova LoRA, taken from the same training as the version [HERE](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets).*
*This version may be a bit more versatile, while sacrificing some measure of self-uniqueness & fidelity to Popova's styles.*
A Low-Rank Adapter (LoRA) for FLUX-family models...
Fine-tuned on around 100 paintings + illustrations + costume designs + theatre set sketches & photos by...
The artist most fearlessly futurously meta-dimensionally past the Cubo-Futurists...
Most transcendently supercedingly architectonically over the Suprematists...
That most authentically manifestively ideorganicizingly revolutioning of the Soviet Constructivists:
**LYUBOV POPOVA** *(1889-1924)*, an unfading human flare for canvas-transfixed eyes, turning them onto freedoms arising!
![Popova](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/PopovaCrop.jpg)
## Trigger words
You should use `Popova style art`, and (optionally) `early Soviet Constructivist painting by Lyubov Popova`, to re-stage Popova's penetrating canvases, if extended out of erzats-eternity's arcane archives & bouzhie annals, but over some SOON which, defying continuums, invents an AT LAST!
![Quote6](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE6.png)
![Art2](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/01.jpg)
## 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/Lyubov_Popova_Style_FewerSteps_FluxLoRA_bySilverAgePoets')
image = pipeline('your prompt').images[0]
```
![Art](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/013.jpg)
![Quote3](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE3.png)
![Art3](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/094.jpg)
![Art4](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/085.png)
![Quote](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE.png)
![Art5](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/0844.png)