kawaimasa commited on
Commit
0c59db7
1 Parent(s): 9149666

Create test_edm2_weighting/test_edm2_weighting.toml

Browse files
test_edm2_weighting/test_edm2_weighting.toml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ bucket_reso_steps = 32
2
+ cache_latents = true
3
+ cache_latents_to_disk = true
4
+ caption_extension = ".txt"
5
+ no_half_vae = true
6
+ clip_skip = 1
7
+ dynamo_backend = "no"
8
+ enable_bucket = true
9
+ batch_size = 8
10
+ gradient_accumulation_steps = 4
11
+ gradient_checkpointing = true
12
+ learning_rate = 3e-6
13
+ learning_rate_te1 = 0
14
+ learning_rate_te2 = 0
15
+ lr_scheduler = "constant_with_warmup"
16
+ lr_warmup_steps = 500
17
+ max_bucket_reso = 4096
18
+ max_data_loader_n_workers = 4
19
+ max_timestep = 1000
20
+ max_token_length = 225
21
+ min_bucket_reso = 256
22
+ mixed_precision = "bf16"
23
+ optimizer_args = [ "scale_parameter=False", "relative_step=False", "warmup_init=False",]
24
+ optimizer_type = "Adafactor"
25
+ max_grad_norm = 0.0
26
+ output_dir = "F:\\kohya_ss\\outputs\\test_new_weight"
27
+ output_name = "test_edm2_weighting"
28
+ pretrained_model_name_or_path = "F:\\kohya_ss\\sozai\\kawai_ill_2st\\noobaiXLNAIXL_epsilonPred10Version.safetensors"
29
+ save_every_n_steps = 5000
30
+ save_last_n_steps = 15000
31
+ save_last_n_steps_state = 15000
32
+ save_every_n_epochs = 1
33
+ save_model_as = "safetensors"
34
+ save_precision = "bf16"
35
+ save_state = false
36
+ save_state_on_train_end = true
37
+ seed = 1117
38
+ shuffle_caption = true
39
+ train_text_encoder = false
40
+ xformers = true
41
+ keep_tokens_separator = "|||"
42
+ caption_tag_dropout_rate = 0.15
43
+ logging_dir = 'F:\\kohya_ss\\outputs\\test_new_weight\\logs'
44
+ log_prefix = "test_edm2_weighting"
45
+ max_train_epochs = 3
46
+ persistent_data_loader_workers = true
47
+ fused_backward_pass = false
48
+ dataset_config = "E:\\kawaiXL_1st\\test\\dataset_config_test.toml"
49
+ v_parameterization = true
50
+ zero_terminal_snr = true
51
+ full_bf16 = true