--- 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 electroorganic projectivist painting early-Soviet Communist agitprop poster 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: climent_redko_fp32_st750.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 diverse human figures in experimental dresses 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 with uncanny speculative intricacies. Diagonally-positioned titular text reads: "RED'KO FLUX" output: url: redko_ii3.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: redko_ii2.png --- # Climent Red'ko LoRA Variant 2: FLUX DeDistilled-Tuned ## By SilverAgePoets.com This is the alternate **2nd Variant** of our **Climent Red'ko Style FLUX LoRA**. Find the **1st Variant**, fine-tuned over normie distilled FLUX, [HERE](https://huggingface.co/AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets). 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.
![photo of Climent Red'ko](https://huggingface.co/AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets/resolve/main/RedkoPhoto.png) 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](https://en.uartlib.org/exclusive/top-10-paintings-by-kliment-redko/).
## 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_Var2_Dedist_SilverAgePoets', weight_name='RedkoStyle_FluxLoRA_Var2_Dedist_rank64_750_Convert_fp16.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)