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