Update README.md
Browse files
README.md
CHANGED
@@ -30,3 +30,55 @@ widget:
|
|
30 |
url: images/example_1zu0awc7s.png
|
31 |
|
32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
url: images/example_1zu0awc7s.png
|
31 |
|
32 |
---
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
The text encoder **was not** trained.
|
37 |
+
You may reuse the base model text encoder for inference.
|
38 |
+
|
39 |
+
## Training settings
|
40 |
+
|
41 |
+
- Training epochs: 1000
|
42 |
+
- Training steps: TBD (depends on dataset size)
|
43 |
+
- Learning rate: Automagic (adaptive)
|
44 |
+
- Learning rate schedule: Automagic optimizer
|
45 |
+
- Warmup steps: 0 (commented out: 100)
|
46 |
+
- Max grad value: 1.0
|
47 |
+
- Effective batch size: 4
|
48 |
+
- Micro-batch size: 4
|
49 |
+
- Gradient accumulation steps: 1
|
50 |
+
- Number of GPUs: 1
|
51 |
+
- Gradient checkpointing: True (unsloth)
|
52 |
+
- Prediction type: logit_normal
|
53 |
+
- Optimizer: automagic
|
54 |
+
- Trainable parameter precision: Pure BF16
|
55 |
+
- Base model precision: Pure BF16
|
56 |
+
- Caption dropout probability: 0.0% (not specified)
|
57 |
+
|
58 |
+
- LoRA Rank: 32
|
59 |
+
- LoRA Alpha: 32 (auto-set to rank)
|
60 |
+
- LoRA Dropout: 0.0
|
61 |
+
- LoRA initialisation style: default
|
62 |
+
- LoRA mode: Standard
|
63 |
+
|
64 |
+
## Datasets
|
65 |
+
|
66 |
+
### henri_rousseau-768
|
67 |
+
- Repeats: 8
|
68 |
+
- Total number of images: TBD
|
69 |
+
- Total number of aspect buckets: 12 (from ar_buckets config)
|
70 |
+
- Resolution: 640 px
|
71 |
+
- Cropped: False
|
72 |
+
- Crop style: aspect ratio bucketing
|
73 |
+
- Crop aspect: [0.70, 0.74, 0.77, 0.79, 0.81, 0.83, 1.18, 1.23, 1.34, 1.38, 1.44, 1.47]
|
74 |
+
- Used for regularisation data: No
|
75 |
+
|
76 |
+
### henri_rousseau-1024
|
77 |
+
- Repeats: 4
|
78 |
+
- Total number of images: TBD
|
79 |
+
- Total number of aspect buckets: 12 (from ar_buckets config)
|
80 |
+
- Resolution: 1328 px
|
81 |
+
- Cropped: False
|
82 |
+
- Crop style: aspect ratio bucketing
|
83 |
+
- Crop aspect: [0.70, 0.74, 0.77, 0.79, 0.81, 0.83, 1.18, 1.23, 1.34, 1.38, 1.44, 1.47]
|
84 |
+
- Used for regularisation data: No
|