cyber-meow commited on
Commit
ffee127
1 Parent(s): 906f3de

add grasswonder

Browse files
grasswonder-umamusume/README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This folder contains models trained for the character grass wonder of umamusume
2
+ The main goal is to test the difference between native training and lora
3
+
4
+ You can prompt with
5
+ - GrassWonder
6
+ - GrassWonder Toresen Uniform
7
+ - GrassWonder Racing Uniform
8
+
9
+ ### Dataset
10
+
11
+ Totat size 376 (no regularization is used)
12
+ - Face crop: 149
13
+ - Racing uniform: 94
14
+ - Toresen uniform: 39
15
+ - Other grasswonder images: 94
16
+
17
+
18
+ ### Base model
19
+
20
+ [NMFSAN](https://huggingface.co/Crosstyan/BPModel/blob/main/NMFSAN/README.md) so you can have different styles
21
+
22
+ ### Native training
23
+
24
+ Trained with [Kohya trainer](https://github.com/Linaqruf/kohya-trainer)
25
+
26
+ - training of text encoder turned on
27
+ - learning rate 1e-6
28
+ - batch size 1
29
+ - clip skip 2
30
+ - number of training steps 7520 (20 epochs)
31
+
32
+ *Examples*
33
+ ![native-00017-3566847929](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/native-00017-3566847929.png)
34
+ ![native-00020-1546518749](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/native-00020-1546518749.png)
35
+ ![native-00025-570458801](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/native-00025-570458801.png)
36
+
37
+
38
+ ### LoRA embedding
39
+
40
+ Please refer to [LoRA Training Guide](https://rentry.org/lora_train)
41
+
42
+ - training of text encoder turned on
43
+ - network dimension 128
44
+ - learning rate 1e-4
45
+ - batch size 6
46
+ - clip skip 2
47
+ - number of training steps 7520 (20 epochs)
48
+
49
+ *Examples*
50
+ ![lora-00014-2366006784](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/lora-00014-2366006784.png)
51
+ ![lora-00029-4052818765](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/lora-00029-4052818765.png)
52
+ ![lora-00030-4052818765](https://huggingface.co/alea31415/YuriDiffusion/resolve/main/grasswonder-umamusume/samples/lora-00030-4052818765.png)
grasswonder-umamusume/lora/epoch-000010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abf619b7e753e50d7d40c00c70f7adf72ef6bdbafd9768c1493cf36cf3d1b16
3
+ size 151073665
grasswonder-umamusume/lora/last.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c5b27aef0f0fd58fe393c95ece6ad5d158998cd4500709d2317029e75a0270
3
+ size 151073665
grasswonder-umamusume/samples/lora-00014-2366006784.png ADDED
grasswonder-umamusume/samples/lora-00029-4052818765.png ADDED
grasswonder-umamusume/samples/lora-00030-4052818765.png ADDED
grasswonder-umamusume/samples/native-00017-3566847929.png ADDED
grasswonder-umamusume/samples/native-00020-1546518749.png ADDED
grasswonder-umamusume/samples/native-00025-570458801.png ADDED
suremio-nozomizo-eilanya-maplesally/.README.md.swp ADDED
Binary file (12.3 kB). View file
 
suremio-nozomizo-eilanya-maplesally/README.md CHANGED
@@ -65,6 +65,7 @@ Trained with [Kohya trainer](https://github.com/Linaqruf/kohya-trainer)
65
  Please refer to [LoRA Training Guide](https://rentry.org/lora_train)
66
 
67
  - training of text encoder turned on
 
68
  - learning rate 1e-4
69
  - batch size 6
70
  - clip skip 2
 
65
  Please refer to [LoRA Training Guide](https://rentry.org/lora_train)
66
 
67
  - training of text encoder turned on
68
+ - network dimension 128
69
  - learning rate 1e-4
70
  - batch size 6
71
  - clip skip 2