markury commited on
Commit
66df5ec
1 Parent(s): 32eee71

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +46 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
7
+ "--disable_benchmark": false,
8
+ "--output_dir": "output/models",
9
+ "--lora_type": "lycoris",
10
+ "--lycoris_config": "config/lycoris_config.json",
11
+ "--max_train_steps": 10000,
12
+ "--num_train_epochs": 0,
13
+ "--checkpointing_steps": 100,
14
+ "--checkpoints_total_limit": 5,
15
+ "--hub_model_id": "sd35-spirited-away-lokr",
16
+ "--push_to_hub": "true",
17
+ "--push_checkpoints_to_hub": "true",
18
+ "--model_card_safe_for_work": "true",
19
+ "--tracker_project_name": "sd35-sa-lokr",
20
+ "--tracker_run_name": "2",
21
+ "--report_to": "wandb",
22
+ "--model_type": "lora",
23
+ "--pretrained_model_name_or_path": "stabilityai/stable-diffusion-3.5-large",
24
+ "--model_family": "sd3",
25
+ "--train_batch_size": 4,
26
+ "--gradient_checkpointing": "true",
27
+ "--caption_dropout_probability": 0.1,
28
+ "--resolution_type": "pixel_area",
29
+ "--resolution": 1024,
30
+ "--validation_seed": 42,
31
+ "--validation_steps": 100,
32
+ "--validation_resolution": "1024x1024",
33
+ "--validation_guidance": "4",
34
+ "--validation_guidance_rescale": "0.0",
35
+ "--validation_num_inference_steps": "20",
36
+ "--validation_prompt": "A photo-realistic image of a cat",
37
+ "--mixed_precision": "bf16",
38
+ "--optimizer": "adamw_bf16",
39
+ "--learning_rate": "1e-5",
40
+ "--lr_scheduler": "constant_with_warmup",
41
+ "--lr_warmup_steps": 100,
42
+ "--validation_torch_compile": "true",
43
+ "--max_grad_norm": 0.01,
44
+ "--webhook_config": "config/sfw_webhook.json",
45
+ "--user_prompt_library": "config/user_prompt_library.json"
46
+ }