Update README.md
Browse files
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.
|