AlekseyCalvin commited on
Commit
8efb568
·
verified ·
1 Parent(s): ce1dff4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -3
README.md CHANGED
@@ -1,3 +1,56 @@
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
+ Popova style art, cubo-futurist avant-garde early Soviet Constructivist
16
+ painting by Lyubov Popova, Suprematist stylistic features
17
+
18
+ ---
19
+ ## Lyubov Popova Style FLUX LoRA Var.2
20
+ ## ||| By SilverAgePoets.com |||
21
+ *NOTE: This is a lighter/lower-step variant of our Popova LoRA, taken from the same training as the version [HERE](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets).*
22
+ *This version may be a bit more versatile, while sacrificing some measure of self-uniqueness & fidelity to Popova's styles.*
23
+
24
+ A Low-Rank Adapter (LoRA) for FLUX-family models... <br>
25
+ Fine-tuned on around 100 paintings + illustrations + costume designs + theatre set sketches & photos by...
26
+ The artist most fearlessly futurously meta-dimensionally past the Cubo-Futurists...
27
+ Most transcendently supercedingly architectonically over the Suprematists...
28
+ That most authentically manifestively ideorganicizingly revolutioning of the Soviet Constructivists: <br>
29
+ **LYUBOV POPOVA** *(1889-1924)*, an unfading human flare for canvas-transfixed eyes, turning them onto freedoms arising! <br>
30
+ ![Popova](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/PopovaCrop.jpg)
31
+
32
+ <Gallery />
33
+
34
+ ## Trigger words
35
+ You should use `Popova style art`, and (optionally) `early Soviet Constructivist painting by Lyubov Popova`, to re-stage Popova's penetrating canvases, if extended out of erzats-eternity's arcane archives & bouzhie annals, but over some SOON which, defying continuums, invents an AT LAST! <br>
36
+
37
+ ![Quote6](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE6.png)
38
+ ![Art2](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/01.jpg)
39
+
40
+
41
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
42
+
43
+ ```py
44
+ from diffusers import AutoPipelineForText2Image
45
+ import torch
46
+
47
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
48
+ pipeline.load_lora_weights('AlekseyCalvin/Lyubov_Popova_Style_FewerSteps_FluxLoRA_bySilverAgePoets')
49
+ image = pipeline('your prompt').images[0]
50
+ ```
51
+ ![Art](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/013.jpg)
52
+ ![Quote3](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE3.png)
53
+ ![Art3](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/094.jpg)
54
+ ![Art4](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/085.png)
55
+ ![Quote](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/QUOTE.png)
56
+ ![Art5](https://huggingface.co/AlekseyCalvin/Lyubov_Popova_Style_FluxLoRA_bySilverAgePoets/resolve/main/0844.png)