AlekseyCalvin commited on
Commit
ae35a9c
·
verified ·
1 Parent(s): 251b062

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
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 𝓛𝒾𝒶𝒾𝓼𝓸𝖓𝓼
19
+ ## HISTORIC 𝒜𝓡𝒯𝚒𝕤𝕥 STYLE ℒ𝓸ℜ𝐴𝘴
20
+ ## ||| By SilverAgePoets.com |||
21
+ ![Theatre](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/Theatre.png)
22
+ *Note: **Variant III** checkpoints of this model, herein, were fine-tuned locally, on fewer artworks/samples & steps than the other variants, but with higher peak lr of .0006, albeit periodized via cosine scheduling (worked up to every 200 steps, then attenuating back down & repeating the climb), at 64dim64alpha over Flux Dedistilled & regular non-fine-tuned CLIP/T5XXL.* <br>
23
+ ***Variant II** checkpoints, found [HERE](https://huggingface.co/AlekseyCalvin/Somov_Carnivalesques_V2_FluxLoRA_bySilverAgePoets), were fine-tuned at 64dim64alpha and over [AfroMan4Peace](https://civitai.com/user/Afroman4peace)'s [Colossus2.1_Dedistilled](https://civitai.com/models/833086?modelVersionId=996001) + [LongCLIP-GmP-ViT-L-14 by zer0int](https://huggingface.co/zer0int/LongCLIP-GmP-ViT-L-14).* <br>
24
+ ***Variant I** checkpoints are found [HERE](https://huggingface.co/AlekseyCalvin/Somov_Carnivalesques_V1_FluxLoRA_BySilverAgePoets): fine-tuned at 64dim128alpha and over [DNA_1_618](https://civitai.com/user/DNA_1_618)'s [Genova Apex De-distilled](https://civitai.com/models/954608?modelVersionId=1068773) + [LongCLIP-GmP-ViT-L-14 by zer0int](https://huggingface.co/zer0int/LongCLIP-GmP-ViT-L-14).* <br>
25
+
26
+
27
+ A Low-Rank Adapter (LoRA) for FLUX-family models... <br>
28
+ Fine-tuned on around 60 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>
29
+ And these artworks, of course, were crafted once upon a world by: <br>
30
+ **KONSTANTIN SOMOV** *(1869-1939)*, though representing but one facet, a brightest of dreams and among the deepest, of his manifold eclectic masteries. <br>
31
+
32
+ <Gallery />
33
+
34
+ ## Prompt with:
35
+ 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>
36
+
37
+ ![Reverie0](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0123.jpeg)
38
+
39
+ ![Reverie1](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0223.png)
40
+
41
+
42
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
43
+
44
+ ```py
45
+ from diffusers import AutoPipelineForText2Image
46
+ import torch
47
+
48
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
49
+ pipeline.load_lora_weights('AlekseyCalvin/Somov_Carnivalesques_V3_FluxLoRA_BySilverAgePoets')
50
+ image = pipeline('your prompt').images[0]
51
+ ```
52
+
53
+ ![Reverie2](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0147.png)
54
+
55
+
56
+ ![Reverie3](https://huggingface.co/AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets/resolve/main/0185.jpeg)
57
+
58
+
59
+