ppbrown commited on
Commit
44b8360
1 Parent(s): 834d5ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
6
+ I'm including EVERYTHING I used to create my onegirl200 model:
7
+ * The images
8
+ * The captions
9
+ * The OneTrainer json preset file
10
+ * And my specific method i used to get here.
11
+
12
+ I've been playing around with the thousands of images I've filtered so far from danbooro, at
13
+ https://huggingface.co/datasets/ppbrown/danbooru-cleaned
14
+ So, the images here are a strict subset of those images.
15
+ I also used the tagging ALMOST as-is: I only added one tag: "anime"
16
+
17
+ I was initially playing around with loras, to see which combination of images did best.
18
+ Previously, I spent a LOT of time experimenting with training and getting nowhere, so I decided to stick with adaptive ones.
19
+ Sadly, even a 4090 cant do a finetune of SDXL with an adaptive optimizer, which is why I was training Loras.
20
+
21
+ My results were very mixed. Eventually, I figured out that stable diffusion, while seemingly magic,
22
+ cannot TRUELY figure out "good" anime style, if you throw a whole bunch of MIXED styles at it. So I decided to
23
+ drastically change my strategy, and throw out everything that was not strictly in one style.
24
+
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,