|
--- |
|
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 |
|
|
|
--- |
|
|
|
# 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) |
|
|