breakcore2 commited on
Commit
cee2436
1 Parent(s): fb62362
README.md CHANGED
@@ -27,6 +27,22 @@ Relevant full character prompt:
27
  ```
28
  artoria pendragon \(swimsuit ruler\) \(fate\), ahoge, blonde hair, green eyes, french braid, pony tail, bare shoulders, large breasts, cleavage, clothing cut out, wrist cuffs, detached collar, navel cutout, feather boa, white leotard, blue necktie, blue pantyhose
29
  ```
30
- ![amber (genshin impact)](characters/artoria%20pendragon%20\(swimsuit%20ruler\)/extras/example.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
 
 
27
  ```
28
  artoria pendragon \(swimsuit ruler\) \(fate\), ahoge, blonde hair, green eyes, french braid, pony tail, bare shoulders, large breasts, cleavage, clothing cut out, wrist cuffs, detached collar, navel cutout, feather boa, white leotard, blue necktie, blue pantyhose
29
  ```
30
+ ![artoria pendragon swimsuit ruler](characters/artoria%20pendragon%20\(swimsuit%20ruler\)/extras/example.png)
31
+
32
+ ## Styles
33
+ ### kaoming
34
+ [Download .safetensors](https://huggingface.co/breakcore2/loras/tree/main/styles/kaoming)
35
+
36
+ [Example Images and Prompts]()
37
+
38
+ Relevant prompts:
39
+ ```
40
+ hair style 1:
41
+ black hair, short hair, curly hair, messy hair
42
+ hair style 2:
43
+ black hair, blunt bangs, straight hair, long hair
44
+
45
+ ```
46
+ ![a boy](style/kaoming/extras/example.png)
47
 
48
 
styles/kaoming/extra/example.png ADDED
styles/kaoming/kaoming-ep2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ad40eb2e61e53d0eb5a71183e19d77567ed79be248ab148579976a8af7d20b
3
+ size 151111849
styles/kaoming/recommended prompts.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ hair style 1:
2
+ black hair, short hair, curly hair, messy hair
3
+ hair style 2:
4
+ black hair, blunt bangs, straight hair, long hair
styles/kaoming/training notes.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Training Parameters
2
+ Dataset consisted of:
3
+ ```
4
+ 272 images repeated 5 times per epoch
5
+ ```
6
+
7
+ Training Parameters:
8
+ ```
9
+ $learning_rate = 6e-5
10
+ $lr_warmup_ratio = 0.10
11
+ $train_batch_size = 2
12
+ $num_epochs = 2
13
+ $save_every_n_epochs=1
14
+ $scheduler="constant_with_warmup"
15
+ $network_dim=128
16
+ ```
17
+
18
+ notes:
19
+ This lora was trained with pgs style as a token that was kept with each training example but in practice this is not required to be used for inference.