vuongminhkhoi4 commited on
Commit
ace4558
1 Parent(s): 1bc601d

Upload train_config.toml

Browse files
Files changed (1) hide show
  1. train_config.toml +21 -0
train_config.toml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pretrained_model_name_or_path="v1-5-pruned-emaonly.safetensors"
2
+ dataset_config="ronaldo.toml"
3
+ output_dir="model"
4
+ output_name="loraronaldo"
5
+ save_model_as="safetensors"
6
+ prior_loss_weight=1.0
7
+ max_train_steps=1000
8
+ learning_rate=1e-4
9
+ optimizer_type="AdamW8bit"
10
+ mixed_precision="fp16"
11
+ save_every_n_epochs=50
12
+ network_module="networks.lora"
13
+ network_dim = 8
14
+ network_alpha = 1
15
+ xformers=true
16
+ gradient_checkpointing=true
17
+ cache_latents=true
18
+ huggingface_repo_id="vuongminhkhoi4/cr7"
19
+ huggingface_repo_type="model"
20
+ huggingface_repo_visibility="public"
21
+ huggingface_token="...."