ACCC1380 commited on
Commit
e5e0c8d
1 Parent(s): 7350d99

Upload lora5/config_lora-20240605-204639.toml with huggingface_hub

Browse files
lora5/config_lora-20240605-204639.toml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ bucket_reso_steps = 32
2
+ cache_latents = true
3
+ cache_latents_to_disk = true
4
+ caption_extension = ".txt"
5
+ clip_skip = 2
6
+ dynamo_backend = "no"
7
+ enable_bucket = true
8
+ epoch = 10
9
+ gradient_accumulation_steps = 1
10
+ gradient_checkpointing = true
11
+ huber_c = 0.1
12
+ huber_schedule = "snr"
13
+ learning_rate = 0.0002
14
+ log_with = "wandb"
15
+ logging_dir = "/root/autodl-tmp/logs/example"
16
+ loss_type = "l2"
17
+ lr_scheduler = "constant"
18
+ lr_scheduler_args = []
19
+ lr_scheduler_num_cycles = 1
20
+ lr_scheduler_power = 1
21
+ max_bucket_reso = 2176
22
+ max_data_loader_n_workers = 0
23
+ max_grad_norm = 1
24
+ max_timestep = 1000
25
+ max_token_length = 75
26
+ max_train_epochs = 10
27
+ max_train_steps = 22511
28
+ min_bucket_reso = 384
29
+ mixed_precision = "fp16"
30
+ network_alpha = 16
31
+ network_args = []
32
+ network_dim = 32
33
+ network_module = "networks.lora"
34
+ network_weights = "/root/kohya_ss/sd-models/arknight_all_v2.safetensors"
35
+ no_half_vae = true
36
+ noise_offset = 0.035
37
+ noise_offset_type = "Original"
38
+ optimizer_args = []
39
+ optimizer_type = "AdamW"
40
+ output_dir = "/root/kohya_ss/output5"
41
+ output_name = "arknight_all_v2_pro"
42
+ pretrained_model_name_or_path = "/root/kohya_ss/sd-models/pony-v6.safetensors"
43
+ prior_loss_weight = 1
44
+ resolution = "1024,1024"
45
+ sample_every_n_steps = 1000
46
+ sample_prompts = "/root/kohya_ss/output5/prompt.txt"
47
+ sample_sampler = "euler_a"
48
+ save_every_n_epochs = 1
49
+ save_last_n_steps_state = 1
50
+ save_model_as = "safetensors"
51
+ save_precision = "fp16"
52
+ seed = 12345
53
+ text_encoder_lr = 0.0001
54
+ train_batch_size = 50
55
+ train_data_dir = "/arkinghts_v2"
56
+ training_comment = "example"
57
+ unet_lr = 0.0001
58
+ wandb_api_key = "6cdd066d56acd416b1c1680133e37589511d81f7"
59
+ wandb_run_name = "GPU-使用率-温度检测"
60
+ xformers = true