Text-to-Image
Diffusers
flux
flux-diffusers
simpletuner
Not-For-All-Audiences
lora
template:sd-lora
standard
Create config.json
Browse files- config.json +49 -0
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"--resume_from_checkpoint": "latest",
|
3 |
+
"--data_backend_config": "config/multidatabackend_0401.json",
|
4 |
+
"--aspect_bucket_rounding": 2,
|
5 |
+
"--seed": 42,
|
6 |
+
"--minimum_image_size": 0,
|
7 |
+
"--output_dir": "output/jazzy0401",
|
8 |
+
"--lora_type": "standard",
|
9 |
+
"--max_grad_norm": 1.0,
|
10 |
+
"--lora_rank": 16,
|
11 |
+
"--lora_alpha": 16,
|
12 |
+
"base_model_precision": "int8-quanto",
|
13 |
+
"text_encoder_1_precision": "no_change",
|
14 |
+
"text_encoder_2_precision": "no_change",
|
15 |
+
"--max_train_steps": 10000,
|
16 |
+
"--num_train_epochs": 0,
|
17 |
+
"--checkpointing_steps": 500,
|
18 |
+
"--checkpoints_total_limit": 8,
|
19 |
+
"--hub_model_id": "maver1chh/jazzy0401",
|
20 |
+
"--push_to_hub": "true",
|
21 |
+
"--push_checkpoints_to_hub": "true",
|
22 |
+
"--tracker_project_name": "lora-flux-jazzy",
|
23 |
+
"--tracker_run_name": "jazzy0401_3",
|
24 |
+
"--report_to": "wandb",
|
25 |
+
"--model_type": "lora",
|
26 |
+
"--pretrained_model_name_or_path": "black-forest-labs/FLUX.1-dev",
|
27 |
+
"--model_family": "flux",
|
28 |
+
"--train_batch_size": 1,
|
29 |
+
"--gradient_checkpointing": "true",
|
30 |
+
"--caption_dropout_probability": 0.1,
|
31 |
+
"--resolution_type": "pixel_area",
|
32 |
+
"--resolution": 1024,
|
33 |
+
"--validation_seed": 42,
|
34 |
+
"--validation_steps": 500,
|
35 |
+
"--validation_resolution": "1080x1980",
|
36 |
+
"--validation_guidance": 3.0,
|
37 |
+
"--validation_guidance_rescale": "0.0",
|
38 |
+
"--validation_num_inference_steps": "20",
|
39 |
+
"--validation_prompt": "An illustration of the beach in Malibu, California with palm trees and ocean view during sunset. A classic car is parked on an empty street next to two palm trees near a stop sign. There is a yellow line drawn across the road leading towards the beach. The sky casts long shadows over the scene, creating a warm glow that highlights the serene beauty of the landscape, illustration in classic vibes.",
|
40 |
+
"--mixed_precision": "bf16",
|
41 |
+
"--optimizer": "adamw_bf16",
|
42 |
+
"--learning_rate": "4e-4",
|
43 |
+
"--lr_scheduler": "sine",
|
44 |
+
"--lr_warmup_steps": 1000,
|
45 |
+
"--validation_torch_compile": "false",
|
46 |
+
"--disable_benchmark": "false",
|
47 |
+
"--use_ema":"true",
|
48 |
+
"--ema_device":"accelerator"
|
49 |
+
}
|