nubby commited on
Commit
41d90e7
·
1 Parent(s): 9c03ecb

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -38,3 +38,4 @@ on_crescent_previews/70677-2928894193-on_crescent,[[:space:]]hatsune[[:space:]]m
38
  on_crescent_previews/70693-836700246-on_crescent,[[:space:]]1girl,[[:space:]]((solo[[:space:]]focus)),[[:space:]]long[[:space:]]hair,[[:space:]](sitting[[:space:]]on[[:space:]]a[[:space:]]crescent[[:space:]]moon_1.1),[[:space:]](aerial[[:space:]]fireworks_1.2),[[:space:]]backlighting,[[:space:]]smile,[[:space:]]st.png filter=lfs diff=lfs merge=lfs -text
39
  on_crescent_previews/70708-1334998184-(on_crescent_1.2),[[:space:]](silhouette_1.15),[[:space:]]1girl,[[:space:]]long[[:space:]]hair,[[:space:]]floating[[:space:]]hair,[[:space:]](red[[:space:]]hair_1.15),[[:space:]]sidelocks,[[:space:]]dark[[:space:]]background,[[:space:]]mid[[:space:]]shot,[[:space:]]so.png filter=lfs diff=lfs merge=lfs -text
40
  on_crescent_previews/70721-4047128455-(on_crescent_1.2),[[:space:]]monster[[:space:]]hunter[[:space:]]_(series_),[[:space:]](sitting[[:space:]]on[[:space:]]the[[:space:]]crescent[[:space:]]moon_1.1),[[:space:]](masterpiece_1.1),[[:space:]]highres,[[:space:]]absurdres,[[:space:]]beautif.png filter=lfs diff=lfs merge=lfs -text
 
 
38
  on_crescent_previews/70693-836700246-on_crescent,[[:space:]]1girl,[[:space:]]((solo[[:space:]]focus)),[[:space:]]long[[:space:]]hair,[[:space:]](sitting[[:space:]]on[[:space:]]a[[:space:]]crescent[[:space:]]moon_1.1),[[:space:]](aerial[[:space:]]fireworks_1.2),[[:space:]]backlighting,[[:space:]]smile,[[:space:]]st.png filter=lfs diff=lfs merge=lfs -text
39
  on_crescent_previews/70708-1334998184-(on_crescent_1.2),[[:space:]](silhouette_1.15),[[:space:]]1girl,[[:space:]]long[[:space:]]hair,[[:space:]]floating[[:space:]]hair,[[:space:]](red[[:space:]]hair_1.15),[[:space:]]sidelocks,[[:space:]]dark[[:space:]]background,[[:space:]]mid[[:space:]]shot,[[:space:]]so.png filter=lfs diff=lfs merge=lfs -text
40
  on_crescent_previews/70721-4047128455-(on_crescent_1.2),[[:space:]]monster[[:space:]]hunter[[:space:]]_(series_),[[:space:]](sitting[[:space:]]on[[:space:]]the[[:space:]]crescent[[:space:]]moon_1.1),[[:space:]](masterpiece_1.1),[[:space:]]highres,[[:space:]]absurdres,[[:space:]]beautif.png filter=lfs diff=lfs merge=lfs -text
41
+ Not[[:space:]]Mine/bluethebone-1902it-novae.png filter=lfs diff=lfs merge=lfs -text
Not Mine/bluethebone-1902it-novae.png ADDED

Git LFS Details

  • SHA256: e1736ee981d6254a829dac617e96bb05e91d59b14aa4a304b669e0c22f10f324
  • Pointer size: 132 Bytes
  • Size of remote file: 2.27 MB
Not Mine/bluethebone-1902it-novae.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3534716b00e2dc4177751c572082785c9a9e74d9aade2167e9406651ddd9d207
3
+ size 154560134
Not Mine/bluethebone-1902it-novae.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 1902it
2
+
3
+ 317 images
4
+ 6 repeats
5
+
6
+ 4 batchsize
7
+ 3 epochs
8
+ 1902it total
9
+
10
+ 3.2e-4 learning rate
11
+ 4e-5 text_encoder
12
+ 3.2e-4 unet_lr
13
+ 768 res
14
+ 128 dim
15
+ 128 network_alpha
16
+
17
+ wd14 swinv2 v2 interrogator
18
+ no vae
19
+ 0 keeptokens
20
+
21
+ got some interesting results with different learning rates on this one.
22
+ >multiply 8e-5 by batch_size for unet_lr. set unet_lr as learning_rate also.
23
+ >multiply 1.5e-5 by your batch_size for text_encoder_lr.
24
+ >batch size 4 has unet at 3.2e-4 and text encoder 6e-5.
25
+
26
+ training notes i took in the process of adjusting rates:
27
+
28
+ the original parameters i trained with were my default (lr 2e-6, text 5e-5, and unet 1.5e-4).
29
+ this as usual worked fairly well, though i wanted to mess around with learning rates to see if it would make a difference. for the next set, i used the instructions in the greentext above and adjusted to newer learning rates.
30
+ the main goal was improving the style while
31
+
32
+ =v1=
33
+ novae old new delta
34
+ lr = 2e-6 3.2e-4 increase
35
+ text = 5e-5 6e-5 increase
36
+ unet = 1.5e-4 3.2e-4 increase
37
+
38
+ observed changes:
39
+ black thighhighs turned white at 1.0
40
+ short hair in prompt ignored (turned long)
41
+ background more consistent with older (lr)
42
+
43
+
44
+ =v2=
45
+ novae old new delta
46
+ lr = 3.2e-4 3.2e-4 0
47
+ text = 6e-5 5e-5 decrease
48
+ unet = 3.2e-4 3.2e-4 0
49
+
50
+ observed changes:
51
+ short hair is no longer ignored (fixed)
52
+ black thighhighs still turn white
53
+ background is closer to weight 0
54
+
55
+ =v3=
56
+ novae old new delta
57
+ lr = 3.2e-4 3.2e-4 0
58
+ text = 5e-5 4e-5 decrease
59
+ unet = 3.2e-4 3.2e-4 0
60
+
61
+ observed changes:
62
+ short hair is still fixed
63
+ white thighhighs are fixed; they are now black
64
+
65
+ this is the final version that is uploaded. in v1, the changes made to the learning rate incorporated more of the artists style while also not following the prompt as well; the thighhighs were white and the hair was no longer short. i figured this was due to the increase in all the learning rate settings overall from the original. to compensate for this, text_encoder lr was lowered from 6e-5 to 5e-5. this fixed the issue with the hair but did not fix the thighhighs. v3 lowered text_encoder lr to 4e-5, which seemed to do the trick. overall, the differences between the original version and the final one are slight, but it does incorporate more of the style while also adhering to the prompt, which was the goal.
66
+
67
+
68
+
69
+
70
+
Not Mine/khyle-2192it-novae.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd9a1352ab35245d7883570209f6feca8147bf7cf57a9fdc93951006050bf46
3
+ size 151074581
Not Mine/khyle-2192it-novae.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2192it:
2
+
3
+ 274 images
4
+ 4 repeats
5
+
6
+ 4 batchsize
7
+ 8 epochs
8
+ 2192it total
9
+
10
+ 2e-6 learning rate (default)
11
+ 5e-5 text_encoder
12
+ 1.5e-4 unet_lr
13
+ 768 res
14
+ 128 dim
15
+ 128 network alpha
16
+
17
+ wd14 vit v1 interrogator
18
+ kl-f8-anime2 vae
19
+ 0 keeptokens