CoolFace
Modelpublic

AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes16downloads
Model Card

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

<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. <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

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