aha
Browse filesSigned-off-by: Balazs Horvath <[email protected]>
- config.toml +35 -0
config.toml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[general]
|
2 |
+
flip_aug = true
|
3 |
+
color_aug = false
|
4 |
+
keep_tokens_separator= "|||"
|
5 |
+
shuffle_caption = false
|
6 |
+
caption_tag_dropout_rate = 0
|
7 |
+
caption_extension = ".txt"
|
8 |
+
|
9 |
+
[[datasets]]
|
10 |
+
batch_size = 2
|
11 |
+
enable_bucket = true
|
12 |
+
resolution = [1024, 1024]
|
13 |
+
|
14 |
+
[[datasets.subsets]]
|
15 |
+
image_dir = "/home/kade/datasets/eldritch/1_eldritch"
|
16 |
+
num_repeats = 1
|
17 |
+
|
18 |
+
[[datasets]]
|
19 |
+
batch_size = 3
|
20 |
+
enable_bucket = true
|
21 |
+
resolution = [768, 768]
|
22 |
+
|
23 |
+
[[datasets.subsets]]
|
24 |
+
image_dir = "/home/kade/datasets/eldritch/1_eldritch"
|
25 |
+
num_repeats = 1
|
26 |
+
|
27 |
+
[[datasets]]
|
28 |
+
batch_size = 4
|
29 |
+
enable_bucket = true
|
30 |
+
resolution = [512, 512]
|
31 |
+
|
32 |
+
[[datasets.subsets]]
|
33 |
+
image_dir = "/home/kade/datasets/eldritch/1_eldritch"
|
34 |
+
num_repeats = 1
|
35 |
+
|