license: apache-2.0
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
- woodcut
- avantgarde
- SilverAgePoets
- Soviet
- art-style
- image-generation
- flux-diffusers
- diffusers
- DrawThings
- PEFT
- photo
- realism
- Surrealism
- illustration
- experimental
- character
- historical person
- poetry
- literature
- history
- archival
base_model: black-forest-labs/FLUX.1-dev
pipeline_tag: text-to-image
library_name: diffusers
emoji: 🔜
instance_prompt: Climent Red'ko style electrorganic projectivist painting
widget:
- text: >-
A Climent Red'ko style electrorganic projectivist painting depicting three
musicians. The scene includes a figure playing a tuba on the left, a
central figure with a trumpet, and a third figure on the right playing a
flute. The musicians are dressed in stylized, earthy-toned clothing, with
hats and expressive postures. The background features an abstract,
atmospheric setting with soft lighting, characteristic of Red'ko's
artistic style.
output:
url: images/example_qwugd4g0n.png
- text: >-
Climent Red'ko style electrorganic projectivist painting from 1922. It
features abstract, geometric forms and figures in a dynamic composition.
The image includes stylized human figures with angular shapes, set against
a colorful background of green, blue, and red hues. The use of light and
shadow creates depth, while circular and linear elements intersect, adding
complexity to the scene. The painting's futuristic and avant-garde style
reflects the projectivist movement's aesthetic, blending organic and
mechanical motifs.
output:
url: images/example_581652e3l.png
- text: >-
Climent Red'ko style electrorganic projectivist painting of rebelling
proletarians bringing down the pillars of global Capital, upon which sits
a bulging massive many limbed chimeric masculine monster with the
crown of a tzar, a fat flabby body, many limbs armed with deadly
weapons, a beastly head, and a serpent's tail. Yet, the rebels
prevail, and though many among them are massacred, some succeed un
shattering the foundations of Capital and its ghastly overlord!
Caption on the stone monument being destroyed reads: “CAPITAL"
output:
url: images/example_r11ytzi7w.png
Climent Red'ko FLUX LoRA Variant 1
By SilverAgePoets.com
Our Low-Rank Adapter (LoRA) for FLUX models fine-tuned on a set of manually pre-processed & exhaustively captioned art scans...
Constituting a selection of 30+ works from the distinctive oeuvre of the epochal early-Soviet painter:
Climent Red'ko (1897 — 1956): an "Electroorganicist Projectivist", an alter-Constructivist intra-Suprematism, &...
...an iconic co-framer of c.1910s-1920s early Soviet visual culture.
For generating stylized images reminiscent of Projectivist-camp early-Soviet avant-garde painting influenced imagery.
Check out this Worldish-language article profiling the life and some of Red'ko's works, ideas, methodologies, and influences VIA THIS LINK.
Trigger words
You should use Climent Red'ko style electrorganic projectivist painting
or Climent Red'ko style art
to summon the artist's latent hand.
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/Climent_Redko_FluxLoRA_Var1_SilverAgePoets', weight_name='ClimentRedko_FluxLoRA_Var1_SilverAgePoets.safetensors')
image = pipeline('your prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers