CoolFace
Modelpublic

AlekseyCalvin/Purygin_Style_Soviet_NeoSymbolist_Art_fluxLoRA_BySilverAgePoets

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

Valentin Zakharovich Purygin Style Art FLUX LoRA

HISTORIC π’œπ“‘π’―πš’π•€π•₯ STYLE β„’π“Έβ„œπ΄π˜΄

||| By SilverAgePoets.com |||

A Low-Rank Adapter (LoRA) for FLUX-family models... <br> Fine-tuned on around 40 HD and restored scans of artworks filled with scenic sunsets over the Volga river, Samara cityscapes, spellbound factories, inverted Soviet highways, fairy tale dream visions, grotesque allegories, and the strangest parades of matched & scrambled caricatures & chimeras, ...<br> From under the one-of-a-kind oil brush of the late Soviet master painter, a pantheistic mystic emerged from the lobe of populist working class materialism, and vaguelly like a Soviet Austin Osman Spare: <br> VALENTIN ZAKHAROVICH PURYGIN (1926-2002)!<br>

<Gallery />

Prompt with:

Purygin style art, vivid brush strokes oil painting by Valentin Purygin, syncretic mix of Pop-Surrealism & Socialist Realism, etc... <br>

A few from among the original paintings by Valentin Purgin used in our training data:<br>

[image] [image]

[image]

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/Purygin_Style_Soviet_NeoSymbolist_Art_fluxLoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]

[image]