yeq6x commited on
Commit
77f585d
·
verified ·
1 Parent(s): 533db92

Upload SMPL_sd15_config.json

Browse files
Files changed (1) hide show
  1. SMPL_sd15_config.json +81 -0
SMPL_sd15_config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config_save_dir": "output/configs",
3
+ "mixed_precision_type": "no",
4
+ "num_processes": 12,
5
+ "num_machines": 1,
6
+ "num_cpu_threads_per_process": 4,
7
+ "dynamo_backend": "no",
8
+ "multi_gpu": false,
9
+ "gpu_ids": "",
10
+ "main_process_port": 0,
11
+ "extra_args": "",
12
+ "pretrained_model_name_or_path": "yeq6x/v1-5-pruned_pls_SMPL_LoRA_sd1.5_v1.fp16",
13
+ "pretrained_vae_model_name_or_path": "",
14
+ "controlnet_model_name_or_path": "",
15
+ "variant": "",
16
+ "revision": "",
17
+ "tokenizer_name": "",
18
+ "output_dir": "/workspace/cn_output/2025-02-19-14-08",
19
+ "cache_dir": "/workspace/cn_output/cache",
20
+ "dataset_name": "yeq6x/SynthMoCap_photo_to_smpl_512",
21
+ "train_data_dir": "",
22
+ "dataset_config_name": "",
23
+ "dataloader_num_workers": 0,
24
+ "image_column": "image",
25
+ "conditioning_image_column": "conditioning_image",
26
+ "caption_column": "text",
27
+ "max_train_samples": 50000,
28
+ "proportion_empty_prompts": 0,
29
+ "train_batch_size": 32,
30
+ "max_train_steps": 50000,
31
+ "num_train_epochs": null,
32
+ "seed": 43,
33
+ "resolution": 512,
34
+ "crops_coords_top_left_h": 0,
35
+ "crops_coords_top_left_w": 0,
36
+ "learning_rate": 0.0001,
37
+ "scale_lr": false,
38
+ "lr_scheduler": "constant",
39
+ "lr_warmup_steps": null,
40
+ "lr_num_cycles": 1,
41
+ "lr_power": 1,
42
+ "gradient_accumulation_steps": 1,
43
+ "gradient_checkpointing": false,
44
+ "use_8bit_adam": false,
45
+ "adam_beta1": 0.9,
46
+ "adam_beta2": 0.999,
47
+ "adam_weight_decay": 0.01,
48
+ "adam_epsilon": 1e-08,
49
+ "max_grad_norm": 1,
50
+ "set_grads_to_none": false,
51
+ "checkpointing_steps": 5000,
52
+ "checkpoints_total_limit": null,
53
+ "resume_from_checkpoint": "",
54
+ "num_validation_images": 2,
55
+ "validation_steps": 1000,
56
+ "validation_prompt": [
57
+ "yellow smpl, hand, black background",
58
+ "blue smpl, hand, black background",
59
+ "green smpl, hand, black background",
60
+ "orange smpl, full body, black background",
61
+ "yellow smpl, full body, black background",
62
+ "yellow smpl, full body, black background"
63
+ ],
64
+ "validation_image": [
65
+ "/workspace/test_img/image_000000.png",
66
+ "/workspace/test_img/image_000007.png",
67
+ "/workspace/test_img/image_000030.png",
68
+ "/workspace/test_img/image_030265.png",
69
+ "/workspace/test_img/image_060906.png",
70
+ "/workspace/test_img/image_076858.png"
71
+ ],
72
+ "report_to": "wandb",
73
+ "logging_dir": "logs",
74
+ "tracker_project_name": "CN_SMPL_sd15_v2",
75
+ "push_to_hub": true,
76
+ "hub_model_id": "yeq6x/CN_SMPL_sd15_v2",
77
+ "hub_token": "",
78
+ "allow_tf32": false,
79
+ "enable_xformers_memory_efficient_attention": true,
80
+ "enable_npu_flash_attention": false
81
+ }