ppbrown commited on
Commit
86a9e88
1 Parent(s): b39e7aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: openrail
 
 
3
  ---
4
  This is my attempt at creating a truely open source SDXL model that people might be interested in using....
5
  and perhaps copying the spirit and creating other open source models.
@@ -25,10 +27,20 @@ drastically change my strategy, and throw out everything that was not strictly i
25
  Once I got down to <200 images images, and had a reasonable lora, I decided to give a full finetune a try, "the hard way"
26
  (ie: no adaptive optimizer)
27
 
28
- So, I played with the learning rate a little, and.. that was it?
29
  Nope!
30
 
31
  I was training with 100 epoch, and having onetrainer do an image sample every few epochs. But, due to disk space,
32
  I was only doing saves every 20 or so.
33
 
34
- When I looked back at the images,
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
+ tags:
4
+ - sdxl
5
  ---
6
  This is my attempt at creating a truely open source SDXL model that people might be interested in using....
7
  and perhaps copying the spirit and creating other open source models.
 
27
  Once I got down to <200 images images, and had a reasonable lora, I decided to give a full finetune a try, "the hard way"
28
  (ie: no adaptive optimizer)
29
 
30
+ So, I set EMA=CPU (because not enough VRAM to fit in GPU) played with the learning rate a little, and.. that was it?
31
  Nope!
32
 
33
  I was training with 100 epoch, and having onetrainer do an image sample every few epochs. But, due to disk space,
34
  I was only doing saves every 20 or so.
35
 
36
+ When I looked back at the image samples, I noticed that the one I liked best, was actually around epoch 72..
37
+ I didnt know what e71,72, or 73 looked like... and I didnt even have a save for 72 either!
38
+
39
+ What I did have, was a save at 70. So I configured OneTrainer to do a new run, starting with my saved model at 70.
40
+ This time, however, I disabled warmup, and also EMA.
41
+ I then set OneTrainer to make a save every epoch, and a preview every epoch.
42
+
43
+ The previews looked kind of like my original series!
44
+ Thus encouraged, I decided to try out all 10 of the models, just in case.
45
+ It turns out that I liked epoch 78/100 the best.. so here we are :)
46
+