sukaka commited on
Commit
be4d541
·
1 Parent(s): 6906c46

Upload Portrait_of_a_girl/Portrait_of_a_girl.toml with huggingface_hub

Browse files
Portrait_of_a_girl/Portrait_of_a_girl.toml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pretrained_model_name_or_path = "sd-models/animefull-final-pruned.safetensors"
2
+ train_data_dir = "/kaggle/input/lora-train-picture/Portrait_of_a_girl/Portrait_of_a_girl"
3
+ shuffle_caption = true
4
+ caption_extension = ".txt"
5
+ keep_tokens = 5
6
+ resolution = "512,512"
7
+ enable_bucket = true
8
+ output_dir = "/kaggle/working/output"
9
+ output_name = "Portrait_of_a_girl"
10
+ save_precision = "fp16"
11
+ save_every_n_epochs = 1
12
+ train_batch_size = 2
13
+ max_token_length = 225
14
+ xformers = true
15
+ max_train_epochs = 12
16
+ seed = 1337
17
+ gradient_accumulation_steps = 64
18
+ mixed_precision = "fp16"
19
+ clip_skip = 2
20
+ logging_dir = "/kaggle/working/logs"
21
+ log_with = "wandb"
22
+ log_prefix = "Portrait_of_a_girl"
23
+ log_tracker_name = "Portrait_of_a_girl"
24
+ multires_noise_iterations = 6
25
+ multires_noise_discount = 0.1
26
+ lowram = true
27
+ sample_every_n_epochs = 1
28
+ sample_prompts = "/kaggle/input/lora-train-picture/Portrait_of_a_girl/test-picture.txt"
29
+ sample_sampler = "euler_a"
30
+ optimizer_type = "Lion"
31
+ learning_rate = 7e-5
32
+ optimizer_args = [ "betas=.95,.98",]
33
+ lr_scheduler = "cosine_with_restarts"
34
+ min_snr_gamma = 5.0
35
+ unet_lr = 7e-5
36
+ text_encoder_lr = 8e-6
37
+ network_module = "networks.lora"
38
+ network_dim = 128
39
+ network_alpha = 64.0
40
+ training_comment = "Portrait_of_a_girl-sukaka"