AlekseyCalvin commited on
Commit
55cd1d9
ยท
verified ยท
1 Parent(s): 98adc2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -1,3 +1,52 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - black-forest-labs/FLUX.1-dev
7
+ tags:
8
+ - lora
9
+ - flux
10
+ - diffusers
11
+ - image-generation
12
+ pipeline_tag: text-to-image
13
+ library_name: diffusers
14
+ instance_prompt: >-
15
+ Somov style art, artwork by Konstantin Somov, detailed vibrantly carnivalesque
16
+ illustration
17
+ ---
18
+ ## Somov's C๐•’๐“‡๐“ƒโ…ˆ๐“‹๐”ž๐“esque ๐“›๐’พ๐’ถ๐’พ๐“ผ๐“ธ๐–“๐“ผ Var.II
19
+ ## HISTORIC ๐’œ๐“ก๐’ฏ๐š’๐•ค๐•ฅ STYLE โ„’๐“ธโ„œ๐ด๐˜ด
20
+ ## ||| By SilverAgePoets.com |||
21
+ ![Theatre](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/Theatre.png)
22
+
23
+ A Low-Rank Adapter (LoRA) for FLUX-family models... <br>
24
+ Fine-tuned on around 150 artworks inspired by Pierrot's lace tears, Columbina's satin gasps, Harlequin's velvet prances, by the toy moonlight of dreamed-up 18th centuries, and every achingly real rendezvous with fleeting masks of closeness... <br>
25
+ And these artworks, of course, were crafted once upon a world by: <br>
26
+ **KONSTANTIN SOMOV** *(1869-1939)*, though representing but one facet, a brightest of dreams and among the deepest, of his manifold eclectic masteries. <br>
27
+
28
+ <Gallery />
29
+
30
+ ## Prompt with:
31
+ Scribble `Somov style art, artwork by Konstantin Somov, detailed carnivalesque illustration` & implore past-masked futures to guide you astray into endless carnival gardens; hedgerows tinseled with rainbows and moonglow, dresses & frock coats scuttle on echoes, rushing to catch for the billionth time early dawn fireworks of yearning igniting... Perhaps in these gardens you'd find at long last some mysteries yet to be dreamed... <br>
32
+
33
+ ![Reverie0](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0123.jpeg)
34
+
35
+
36
+ ![Reverie1](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0223.png)
37
+
38
+ ## Use it with the [๐Ÿงจ diffusers library](https://github.com/huggingface/diffusers)
39
+
40
+ ```py
41
+ from diffusers import AutoPipelineForText2Image
42
+ import torch
43
+
44
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
45
+ pipeline.load_lora_weights('AlekseyCalvin/Somov_Carnivalesques_V2_FluxLoRA_bySilverAgePoets')
46
+ image = pipeline('your prompt').images[0]
47
+ ```
48
+
49
+ ![Reverie2](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0147.png)
50
+
51
+
52
+ ![Reverie3](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0185.jpeg)