Koolchh commited on
Commit
0bc917e
1 Parent(s): 7dff6df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -152,3 +152,9 @@ The following tags are attached to the training data to make it easier to steer
152
  - 8e-6 for U-Net
153
  - 5.2e-6 for text encoder 1 (CLIP ViT-L)
154
  - 4.8e-6 for text encoder 2 (OpenCLIP ViT-bigG)
 
 
 
 
 
 
 
152
  - 8e-6 for U-Net
153
  - 5.2e-6 for text encoder 1 (CLIP ViT-L)
154
  - 4.8e-6 for text encoder 2 (OpenCLIP ViT-bigG)
155
+
156
+ ### Changes from v1.0
157
+ - Train with tag ordering.
158
+ - Add `sfw` rating tag.
159
+ - More epochs on the questionable and explicit rating subset.
160
+ - FP16 mixed-precision training for final epochs.