LuC4 test3
Browse files
LuC4_config/config_file.toml
CHANGED
@@ -15,7 +15,7 @@ in_json = "/content/fine_tune/meta_lat.json"
|
|
15 |
train_data_dir = "/content/fine_tune/train_data"
|
16 |
dataset_repeats = 1
|
17 |
keep_tokens = 0
|
18 |
-
resolution = "
|
19 |
caption_dropout_rate = 0
|
20 |
caption_tag_dropout_rate = 0
|
21 |
caption_dropout_every_n_epochs = 0
|
|
|
15 |
train_data_dir = "/content/fine_tune/train_data"
|
16 |
dataset_repeats = 1
|
17 |
keep_tokens = 0
|
18 |
+
resolution = "1024,1024"
|
19 |
caption_dropout_rate = 0
|
20 |
caption_tag_dropout_rate = 0
|
21 |
caption_dropout_every_n_epochs = 0
|
LuC4_config/sample_prompt.toml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
[prompt]
|
2 |
-
width =
|
3 |
-
height =
|
4 |
scale = 7
|
5 |
sample_steps = 28
|
6 |
[[prompt.subset]]
|
7 |
-
prompt = "
|
8 |
|
|
|
1 |
[prompt]
|
2 |
+
width = 1024
|
3 |
+
height = 1024
|
4 |
scale = 7
|
5 |
sample_steps = 28
|
6 |
[[prompt.subset]]
|
7 |
+
prompt = "1boy, aqua eyes, baseball cap, red hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt"
|
8 |
|