|
--- |
|
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 |
|
|
|
--- |
|
## 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... <br> |
|
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: <br> |
|
**LYUBOV POPOVA** *(1889-1924)*, an unfading human flare for canvas-transfixed eyes, turning them onto freedoms arising! <br> |
|
![Popova](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/PopovaCrop.jpg) |
|
|
|
<Gallery /> |
|
|
|
## 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! <br> |
|
|
|
![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) |
|
|