File size: 4,101 Bytes
5192bd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
abf7c4d
5192bd8
abf7c4d
 
 
 
 
 
de8f211
 
 
 
 
 
 
 
 
 
 
a71195f
 
 
 
 
 
 
 
5192bd8
 
 
2f11459
 
5192bd8
2f11459
 
 
 
 
 
 
5192bd8
 
2f11459
85212e5
a9e4b3e
85212e5
a9e4b3e
2f11459
5192bd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
license: apache-2.0
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
- woodcut
- avantgarde
- SilverAgePoets
- Soviet
- art-style
- image-generation
- flux-diffusers
- diffusers
- 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: Nikolay Kupreyanov woodcut etching style illustration
widget:
- text: >-
    Nikolay Kupreyanov woodcut etching style illustration of a rebelling cat in
    a suit screaming at monstrous mutant policemen during a street battle in San
    Francisco, red title text at the top: "END EMPIRE! END DEAD ERAS' RX!"
  output:
    url: images/example_0rcyqzdbc.png
- text: >-
    Nikolay Kupreyanov woodcut etching style illustration of rebelling
    proletarians bringing down the pillars of global Capital, upon which sits a
    bulging massive many limbed chimeric monster with the crown of a tzar, a fat
    flabby body, many limbs armed with deadly weapons, a beastly head, and a
    serpent's tail. Yet, the rebels prevail, and though many among them are
    massacred, some succeed un shattering the foundations of Capital and its
    ghastly overlord! Caption on the stone monument being destroyed reads:
    “CAPITAL"
  output:
    url: images/example_z4odt23el.png
- text: >-
    Nikolay Kupreyanov woodcut etching style illustration of two rebelling
    proletarians a young androgynous revolutionary sailor on the left and a
    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_zrndsipsq.png

---

# Nikolay Kupreyanov FLUX LoRA Variant 1  <br> 
## By SilverAgePoets.com <br> 

**FIND OUR ALTERNATE (FLUX-Dedistilled-finetuned) VARIANT OF THIS LoRA [AT THIS LINK](https://huggingface.co./AlekseyCalvin/Kupreyanov_Style_FluxLoRA_var2_onDeDist_bySilverAgePoets)**.
**THIS VARIANT OF *OUR KUPREYANOV ART STYLE LoRA* was tuned over a base Dev version of FLUX.1, at a lower rank, but higher step count than Variant 2.**


Our Low-Rank Adapter (LoRA) for FLUX models fine-tuned on a set of manually pre-processed & exhaustively captioned art scans... <br> 
Representing a small selection (30 pieces) from the distinctive oeuvre of woodcuts, etchings, engravings, drawings, & poster designs by: <br> 
the artist/engraver **Nikolay Nikolayevich Kupreyanov** *(1894 — 1933)*, one of the iconic avant-garde formulators of c.1910s-1920s early Soviet visual culture. <br> 
![photo of Kupreyanov with a cat](http://www.printsmuseum.ru/files/artist/f6e4f9d7c0015db022ad35d7d826e449.jpg)

For generating stylized images resembling early-Soviet Suprematism-influenced woodcuts, drawings, & designs for posters, ex-libris, & more. <br> 

<Gallery />

Check out a gallery of source woodcuts by Nikolay Kupreyanov [here](http://www.printsmuseum.ru/artist/view/9/). <br>  
Most of the artworks accessible via the above link were used by us towards this fine-tune (alongside a few other sources, such as sampling of Kupreyanov's agitprop poster designs). <br> 

## Trigger words
You should use `Nikolay Kupreyanov woodcut etching style illustration` or 'Kupreyanov 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/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoetsd', weight_name='NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets.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)