AlekseyCalvin commited on
Commit
32651f3
·
verified ·
1 Parent(s): 3ac7fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -3
README.md CHANGED
@@ -1,3 +1,108 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - flux
7
+ - diffusers
8
+ - lora
9
+ - replicate
10
+ - woodcut
11
+ - avantgarde
12
+ - SilverAgePoets
13
+ - Soviet
14
+ - art-style
15
+ - image-generation
16
+ - flux-diffusers
17
+ - diffusers
18
+ - DrawThings
19
+ - PEFT
20
+ - photo
21
+ - realism
22
+ - Surrealism
23
+ - illustration
24
+ - experimental
25
+ - character
26
+ - historical person
27
+ - poetry
28
+ - literature
29
+ - history
30
+ - archival
31
+ base_model: black-forest-labs/FLUX.1-dev
32
+ pipeline_tag: text-to-image
33
+ library_name: diffusers
34
+ emoji: 🔜
35
+ instance_prompt: Climent Red'ko style electrorganic projectivist painting
36
+ widget:
37
+ - text: >-
38
+ Climent Red'ko style electrorganic projectivist painting of a rebelling cat in
39
+ a suit screaming at monstrous mutant policemen during a street battle in San
40
+ Francisco, red title text at the top: "END EMPIRE! END DEAD ERAS' RX!"
41
+ output:
42
+ url: images/example_8y4363h7m.png
43
+ - text: >-
44
+ Climent Red'ko style electrorganic projectivist painting of rebelling
45
+ proletarians bringing down the pillars of global Capital, upon which sits a
46
+ bulging massive many limbed chimeric monster with the crown of a tzar, a fat
47
+ flabby body, many limbs armed with deadly weapons, a beastly head, and a
48
+ serpent's tail. Yet, the rebels prevail, and though many among them are
49
+ massacred, some succeed un shattering the foundations of Capital and its
50
+ ghastly overlord! Caption on the stone monument being destroyed reads:
51
+ “CAPITAL"
52
+ output:
53
+ url: images/example_pjzem0a6q.png
54
+ - text: >-
55
+ Climent Red'ko style electrorganic projectivist paintingof a female Soviet
56
+ perestoika era colorful anarchist punk poet in leather jacket with patches
57
+ walking thru Leningrad and saying, in a word bubble: "... by the PORCH … a
58
+ PUDDLE where the STAR COLLAPSED ! ... ", best quality, elaborate details,
59
+ crisp detailed background, on the ground a fallen medal decoration of a
60
+ golden Soviet star had fallen into a dirty puddle by a wooden porch of a
61
+ house
62
+ output:
63
+ url: images/example_mm5hd1qwz.png
64
+ - text: >-
65
+ Climent Red'ko style electrorganic projectivist painting of two rebelling
66
+ proletarians a young androgynous revolutionary sailor on the left and a
67
+ Ukrainian Bolshevik cossack on the right tying up and capturing a flabby
68
+ green malicious top-hatted monster with bloody hands whose name is
69
+ "CAPITAL": title text atop
70
+ output:
71
+ url: images/example_njrns7amb.png
72
+ - text: >-
73
+ Climent Red'ko style electrorganic projectivist painting. An image of an
74
+ early turret-cannon armored car moving through a city and firing. A stylized
75
+ scene from the Russian Civil War of 1919-1920.
76
+ output:
77
+ url: images/example_mn4kvtftq.png
78
+
79
+ ---
80
+
81
+ # Climent Red'ko FLUX LoRA Variant 1
82
+ ## By SilverAgePoets.com
83
+
84
+ Our Low-Rank Adapter (LoRA) for FLUX models fine-tuned on a set of manually pre-processed & exhaustively captioned art scans... <br>
85
+ Constituting a small, but varied & thoroughly representative, selection (30 pieces) from the distinctive oeuvre of paintings & drawings by: <br>
86
+ the artist/engraver **Climent Red'ko** *(1897 — 1956)*: an "Electroorganicist Projectivist", alter-Constructivism and intra-Suprematism, &... <br>
87
+ One of the iconic avant-garde formulators of c.1910s-1920s early Soviet visual culture. <br>
88
+ ![photo of Climent Red'ko](https://avatars.dzeninfra.ru/get-zen_doc/1779163/pub_615628c4f96fe141262cc5e2_615628e2f96fe141262cdfd3/scale_1200)
89
+
90
+ For generating stylized images reminiscent of Projectivist-camp early-Soviet avant-garde art-influenced imagery. <br>
91
+
92
+ Check out this Worldish-language article profiling the life and some of Red'ko's works, ideas, methodologies, and influences [VIA THIS LINK](https://en.uartlib.org/exclusive/top-10-paintings-by-kliment-redko/). <br>
93
+
94
+ ## Trigger words
95
+ You should use `Climent Red'ko style electrorganic projectivist painting` or `Climent Red'ko style art` to summon the artist's latent hand.
96
+
97
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
98
+
99
+ ```py
100
+ from diffusers import AutoPipelineForText2Image
101
+ import torch
102
+
103
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
104
+ pipeline.load_lora_weights('AlekseyCalvin/Climent_Redko_FluxLoRA_Var1_SilverAgePoets', weight_name='ClimentRedko_FluxLoRA_Var1_SilverAgePoets.safetensors')
105
+ image = pipeline('your prompt').images[0]
106
+ ```
107
+
108
+ 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)