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
- Downloads last month
- 65
Model tree for AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets
Base model
black-forest-labs/FLUX.1-dev