File size: 4,180 Bytes
32651f3 7c90596 edd725d ed1d8e1 32651f3 9945758 009ee66 32651f3 5a367a0 3fff51a 32651f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
---
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... <br>
Constituting a selection of 30+ works from the distinctive oeuvre of the epochal early-Soviet painter: <br>
**Climent Red'ko** *(1897 — 1956)*: an "Electroorganicist Projectivist", an alter-Constructivist intra-Suprematism, &... <br>
...an iconic co-framer of c.1910s-1920s early Soviet visual culture. <br>
![photo of Climent Red'ko](https://huggingface.co/AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets/resolve/main/RedkoPhoto.png)
<Gallery />
For generating stylized images reminiscent of Projectivist-camp early-Soviet avant-garde painting influenced imagery. <br>
Check out this Worldish-language article profiling the life and some of Red'ko's works, ideas, methodologies, and influences [VIA THIS LINK](https://en.uartlib.org/exclusive/top-10-paintings-by-kliment-redko/). <br>
## 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](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/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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|