---
license: apache-2.0
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
- woodcut
- avantgarde
- SilverAgePoets
- Soviet
- art-style
- image-generation
- flux-diffusers
- diffusers
- dedistilled
- de-distilled
- 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: Serebryakova style oil painting by the Soviet artist Zinaida Serebryakova
widget:
- text: >-
"ANGST": title text atop, Serebryakova style oil painting by the Soviet
artist Zinaida Serebryakova, detailed realistic artwork of young doomed
Soviet poet wearing a dark suit with a high-collared shirt, circa the late
1920s, in the USSR. He has a serious expression and is gazing slightly
off-camera. The background is a muted, warm tone, enhancing the dignified
and contemplative mood of the portrait. moderately blemished skin with
pores and lines, tired, large title text reads: "ANGST": title text atop
output:
url: images/example_4pflaiun5.png
- text: >-
the word "Capital": title text atop, Serebryakova style oil painting by the
Soviet artist Zinaida Serebryakova, detailed realistic artwork of two
rebelling distinct proletarians, a young androgynous revolutionary
light-haired angsty Kronstadt sailor on the left and an older Ukrainian
Bolshevik cossack on the right tying up, and capturing a flabby green
malicious top-hatted monster with bloody hands whose name is "CAPITAL":
title text atop
output:
url: images/example_bsi81fxyk.png
- text: >-
Serebryakova style oil painting by the Soviet artist Zinaida Serebryakova,
detailed realistic artwork of two young Soviet poets who are lovers
strolling together side by side down a sunny street while holding hands. The
girl poet on the left is tall stocky and red-haired, in glasses, with
freckles on her face. The male poet next to her is short and nerdy with
light hair, he is shorter than her, wearing a polka-dotted loose theatrical
shirt, circa the late 1950s, in the USSR. Sunlit composition. They are
eating ice cream. Both have joyful faces, laughing over a shared joke. The
background is an intricate depiction of springtime streets of Leningrad in
the 1960s, with old glowing buildings, a canal embankment with intricate
railings, blue sky, an ice cream kiosk stands nearby, moderately blemished
skin with pores, large title text on top: "JOY": title text atop says โJoy"
output:
url: images/example_eb32on7pz.png
- text: >-
a Serebryakova style oil painting by the Soviet artist Zinaida
Serebryakova, detailed Soviet revolutionary illustration of a beautiful
Soviet woman poet in the 1920s, avant garde modernist oil painting
output:
url: images/example_f5piowon2.png
---
# Zinaida E Serebryakova FLUX LoRA Variant 2
## By SilverAgePoets.com
For generating stylized images reminiscent of oil-painted artworks by **Zinaida Serebryakova**.
**Find this LoRA's Alternate Variant โ base FLUX.1-Dev-tuned โ [AT THIS LINK](https://huggingface.co/AlekseyCalvin/serebryakova_fluxlora_var1_silveragepoets)**.
**This Variant of *our Serebryakova Style LoRA* was fine-tuned over a De-Distilled Version of FLUX, at a higher rank than Var.1, but slightly fewer steps.**
Our Low-Rank Adapter (LoRA) for FLUX models fine-tuned on a set of manually pre-processed & exhaustively captioned art scans...
Representing a broad selection (about 70 pieces) from among the distinctive oeuvre of oil paintings by:
the epochal Ukrainian-Russian-Soviet-French or, in short, World artist **Zinaida Serebryakova** *(1884 โ 1967)*, who is one of the 20th century's most vividly expressive, stylistically unique, and altogether brilliant painters from life (and particularly celebrated and influential as a portraitist).
## Trigger words
You should use `Serebryakova style oil painting by the Soviet artist Zinaida Serebryakova` or 'Serebryakova 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/Serebryakova_FluxLoRA_Var2_SilverAgePoets', weight_name='serebryakova_fluxlora_1000_lora_ver2_fp16Convert.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)