Upload v7/config.json with huggingface_hub
Browse files- v7/config.json +44 -0
v7/config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"--resume_from_checkpoint": "latest",
|
3 |
+
"--data_backend_config": "config/multidatabackend.json",
|
4 |
+
"--aspect_bucket_rounding": 2,
|
5 |
+
"--seed": 42,
|
6 |
+
"--minimum_image_size": 512,
|
7 |
+
"--output_dir": "/home/ubuntu/sv-training/simpletuner-models/rita-v7",
|
8 |
+
"--lora_type": "standard",
|
9 |
+
"--max_train_steps": 1250,
|
10 |
+
"--num_train_epochs": 0,
|
11 |
+
"--checkpointing_steps": 250,
|
12 |
+
"--checkpoints_total_limit": 10,
|
13 |
+
"--push_to_hub": "true",
|
14 |
+
"--model_type": "lora",
|
15 |
+
"--pretrained_model_name_or_path": "/home/ubuntu/sv-training/models-cache/flux",
|
16 |
+
"--model_family": "flux",
|
17 |
+
"--train_batch_size": 2,
|
18 |
+
"--gradient_checkpointing": "true",
|
19 |
+
"--caption_dropout_probability": 0.1,
|
20 |
+
"--resolution_type": "pixel_area",
|
21 |
+
"--resolution": 512,
|
22 |
+
"--validation_seed": 42,
|
23 |
+
"--validation_steps": 250,
|
24 |
+
"--validation_resolution": "576x1024",
|
25 |
+
"--validation_guidance": 3.5,
|
26 |
+
"--validation_guidance_rescale": "0.0",
|
27 |
+
"--validation_num_inference_steps": "35",
|
28 |
+
"--validation_prompt": "professional headshot of smiling TOK woman wearing professional clothes posing for headshot. blurry indoor office background. The overall vibe of the image is one of professionalism, likely intended for a formal or business-related setting, such as a corporate headshot or a professional profile picture.",
|
29 |
+
"--mixed_precision": "bf16",
|
30 |
+
"--base_model_precision": "no_change",
|
31 |
+
"--optimizer": "bnb-adamw8bit",
|
32 |
+
"--learning_rate": "5e-4",
|
33 |
+
"--lr_scheduler": "constant",
|
34 |
+
"--validation_torch_compile": "true",
|
35 |
+
"--validation_noise_scheduler": "euler",
|
36 |
+
"--disable_benchmark": "false",
|
37 |
+
"--lora_rank": 16,
|
38 |
+
"--lora_alpha": 16,
|
39 |
+
"--flux_lora_target": "all+ffs",
|
40 |
+
"--max_grad_norm": "0.01",
|
41 |
+
"--flux_guidance_mode": "constant",
|
42 |
+
"--flux_guidance_value": 1.0,
|
43 |
+
"--allow_tf32": "true"
|
44 |
+
}
|