AlekseyCalvin commited on
Commit
c54350a
·
verified ·
1 Parent(s): 3eec00e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -3
README.md CHANGED
@@ -1,3 +1,67 @@
1
- ---
2
- license: unlicense
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+
4
+ tags:
5
+ - text-to-image
6
+ - template:sd-lora
7
+ - flux
8
+ - lora
9
+ - flux dev
10
+ - image-generation
11
+ - diffusers
12
+ - painting
13
+ - art
14
+ - illustration
15
+ - pop art
16
+ - sots art
17
+ pipeline_tag: text-to-image
18
+ emoji: 🔜
19
+ language:
20
+ - en
21
+ base_model: black-forest-labs/FLUX.1-dev
22
+
23
+ instance_prompt: SOTS, SOTS art style, SOTS art painting
24
+
25
+ ---
26
+ widget:
27
+ - text: SOTS art style painting
28
+ output:
29
+ url: sotsart1.png
30
+ - text: SOTS art style painting
31
+ output:
32
+ url: sotsart2.webp
33
+ - text: SOTS art style painting
34
+ output:
35
+ url: sotsart3.webp
36
+ - text: SOTS art style painting
37
+ output:
38
+ url: sotsart4.webp
39
+ - text: SOTS art style painting
40
+ output:
41
+ url: sotsart5.webp
42
+
43
+ ---
44
+ ---
45
+ # SOTS ART LoRA by A.C.T. SOON®
46
+ A style LoRA fine-tuned for [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-Dev).
47
+ Trained on 70 paintings by Dubosarskiy and Vinogradov.
48
+ This LoRA was fine-tuned via a combination of two experimental methods suggested by theLastBen:
49
+ Firstly, targetting only select layers of the base model.
50
+ In this instance, the layers 7, 9, 16, and 25 were targetted.
51
+ Secondly, training on four 512x512 images per input file (within a 1024x1024 spread), thereby reducing the dataset size and quickening the training (aka homebrew express batching technique).
52
+
53
+ <Gallery />
54
+
55
+ ## Trigger words
56
+ You should use `SOTS` or 'SOTS art style painting' to trigger the image generation.
57
+
58
+ - base model: [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
59
+
60
+
61
+ ## Download model
62
+
63
+ Weights for this model are available in Safetensors format.
64
+ [Download](/AlekseyCalvin/SOTS_art/tree/main) them in the Files & versions tab.
65
+
66
+
67
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)