|
--- |
|
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: >- |
|
Climent Red'ko style electrorganic projectivist painting of a rebelling cat in |
|
a suit screaming at monstrous mutant policemen during a street battle in San |
|
Francisco, red title text at the top: "END EMPIRE! END DEAD ERAS' RX!" |
|
output: |
|
url: images/example_8y4363h7m.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 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_pjzem0a6q.png |
|
- text: >- |
|
Climent Red'ko style electrorganic projectivist paintingof a female Soviet |
|
perestoika era colorful anarchist punk poet in leather jacket with patches |
|
walking thru Leningrad and saying, in a word bubble: "... by the PORCH … a |
|
PUDDLE where the STAR COLLAPSED ! ... ", best quality, elaborate details, |
|
crisp detailed background, on the ground a fallen medal decoration of a |
|
golden Soviet star had fallen into a dirty puddle by a wooden porch of a |
|
house |
|
output: |
|
url: images/example_mm5hd1qwz.png |
|
- text: >- |
|
Climent Red'ko style electrorganic projectivist painting of two rebelling |
|
proletarians a young androgynous revolutionary sailor on the left and a |
|
Ukrainian Bolshevik cossack on the right tying up and capturing a flabby |
|
green malicious top-hatted monster with bloody hands whose name is |
|
"CAPITAL": title text atop |
|
output: |
|
url: images/example_njrns7amb.png |
|
- text: >- |
|
Climent Red'ko style electrorganic projectivist painting. An image of an |
|
early turret-cannon armored car moving through a city and firing. A stylized |
|
scene from the Russian Civil War of 1919-1920. |
|
output: |
|
url: images/example_mn4kvtftq.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://avatars.dzeninfra.ru/get-zen_doc/1779163/pub_615628c4f96fe141262cc5e2_615628e2f96fe141262cdfd3/scale_1200) |
|
|
|
For generating stylized images reminiscent of Projectivist-camp early-Soviet avant-garde art-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) |
|
|