maver1chh commited on
Commit
3825b3e
·
verified ·
1 Parent(s): bb79d5d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +47 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "--resume_from_checkpoint": "latest",
3
+ "--data_backend_config": "config/multidatabackend_0501.json",
4
+ "--aspect_bucket_rounding": 2,
5
+ "--seed": 42,
6
+ "--minimum_image_size": 0,
7
+ "--output_dir": "output/lofi0401",
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/lofi0401",
20
+ "--push_to_hub": "true",
21
+ "--push_checkpoints_to_hub": "true",
22
+ "--tracker_project_name": "lora-flux-lofi",
23
+ "--tracker_run_name": "jazzy0401",
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": "1920x1080",
36
+ "--validation_guidance": 3.0,
37
+ "--validation_guidance_rescale": "0.0",
38
+ "--validation_num_inference_steps": "20",
39
+ "--validation_prompt": "A peaceful Japanese-inspired scene unfolds, showcasing a cozy retreat nestled in the heart of nature. Towering mountains rise in the distance, framing a serene environment filled with vibrant plants and lush greenery. A calm pond reflects the bright sunlight, its surface adorned with delicate ripples and blooming lotus flowers. Nearby, a rose garden adds a touch of romance, its soft petals contrasting beautifully with the earthy tones of the surroundings. The setting exudes tranquility, inviting you to pause, breathe, and connect with the harmony of nature. It's a perfect haven where the natural beauty of Japan's landscapes meets cozy serenity.",
40
+ "--mixed_precision": "bf16",
41
+ "--optimizer": "adamw_bf16",
42
+ "--learning_rate": "4e-4",
43
+ "--lr_scheduler": "polynomial",
44
+ "--lr_warmup_steps": 1000,
45
+ "--validation_torch_compile": "false",
46
+ "--disable_benchmark": "false"
47
+ }