zhangshushu15 commited on
Commit
89086c5
1 Parent(s): 767e7d9

End of training

Browse files
Files changed (39) hide show
  1. README.md +38 -0
  2. checkpoint-5000/controlnet/config.json +56 -0
  3. checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors +3 -0
  4. checkpoint-5000/optimizer.bin +3 -0
  5. checkpoint-5000/random_states_0.pkl +3 -0
  6. checkpoint-5000/scaler.pt +3 -0
  7. checkpoint-5000/scheduler.bin +3 -0
  8. config.json +57 -0
  9. diffusion_pytorch_model.safetensors +3 -0
  10. logs/controlnet/1708321706.931934/events.out.tfevents.1708321706.wide.536542.1 +3 -0
  11. logs/controlnet/1708321706.9338307/hparams.yml +50 -0
  12. logs/controlnet/1708357867.2393363/events.out.tfevents.1708357867.wide.57919.1 +3 -0
  13. logs/controlnet/1708357867.2414749/hparams.yml +50 -0
  14. logs/controlnet/1708358003.830039/events.out.tfevents.1708358003.wide.58464.1 +3 -0
  15. logs/controlnet/1708358003.8321893/hparams.yml +50 -0
  16. logs/controlnet/1708358119.9072566/events.out.tfevents.1708358119.wide.58970.1 +3 -0
  17. logs/controlnet/1708358119.9093032/hparams.yml +50 -0
  18. logs/controlnet/1708358161.4357738/events.out.tfevents.1708358161.wide.59319.1 +3 -0
  19. logs/controlnet/1708358161.438008/hparams.yml +50 -0
  20. logs/controlnet/1708358350.2173905/events.out.tfevents.1708358350.wide.59736.1 +3 -0
  21. logs/controlnet/1708358350.2193782/hparams.yml +50 -0
  22. logs/controlnet/1708359488.0739117/events.out.tfevents.1708359488.wide.27974.1 +3 -0
  23. logs/controlnet/1708359488.0757785/hparams.yml +50 -0
  24. logs/controlnet/1708359572.2498882/events.out.tfevents.1708359572.wide.31724.1 +3 -0
  25. logs/controlnet/1708359572.252156/hparams.yml +50 -0
  26. logs/controlnet/1708360311.39787/events.out.tfevents.1708360311.wide.56516.1 +3 -0
  27. logs/controlnet/1708360311.4002402/hparams.yml +50 -0
  28. logs/controlnet/1708369576.75438/events.out.tfevents.1708369576.wide.335413.1 +3 -0
  29. logs/controlnet/1708369576.757132/hparams.yml +50 -0
  30. logs/controlnet/events.out.tfevents.1708321706.wide.536542.0 +3 -0
  31. logs/controlnet/events.out.tfevents.1708357867.wide.57919.0 +3 -0
  32. logs/controlnet/events.out.tfevents.1708358003.wide.58464.0 +3 -0
  33. logs/controlnet/events.out.tfevents.1708358119.wide.58970.0 +3 -0
  34. logs/controlnet/events.out.tfevents.1708358161.wide.59319.0 +3 -0
  35. logs/controlnet/events.out.tfevents.1708358350.wide.59736.0 +3 -0
  36. logs/controlnet/events.out.tfevents.1708359488.wide.27974.0 +3 -0
  37. logs/controlnet/events.out.tfevents.1708359572.wide.31724.0 +3 -0
  38. logs/controlnet/events.out.tfevents.1708360311.wide.56516.0 +3 -0
  39. logs/controlnet/events.out.tfevents.1708369576.wide.335413.0 +3 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - controlnet
10
+ inference: true
11
+ base_model: stabilityai/stable-diffusion-2-1-base
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+
18
+ # controlnet-zhangshushu15/model_out
19
+
20
+ These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
21
+
22
+
23
+
24
+ ## Intended uses & limitations
25
+
26
+ #### How to use
27
+
28
+ ```python
29
+ # TODO: add an example code snippet for running this diffusion pipeline
30
+ ```
31
+
32
+ #### Limitations and bias
33
+
34
+ [TODO: provide examples of latent issues and potential remediations]
35
+
36
+ ## Training details
37
+
38
+ [TODO: describe the data used to train the model]
checkpoint-5000/controlnet/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "class_embed_type": null,
21
+ "conditioning_channels": 3,
22
+ "conditioning_embedding_out_channels": [
23
+ 16,
24
+ 32,
25
+ 96,
26
+ 256
27
+ ],
28
+ "controlnet_conditioning_channel_order": "rgb",
29
+ "cross_attention_dim": 1024,
30
+ "down_block_types": [
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "DownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "encoder_hid_dim": null,
38
+ "encoder_hid_dim_type": null,
39
+ "flip_sin_to_cos": true,
40
+ "freq_shift": 0,
41
+ "global_pool_conditions": false,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_scale_factor": 1,
45
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
46
+ "norm_eps": 1e-05,
47
+ "norm_num_groups": 32,
48
+ "num_attention_heads": null,
49
+ "num_class_embeds": null,
50
+ "only_cross_attention": false,
51
+ "projection_class_embeddings_input_dim": null,
52
+ "resnet_time_scale_shift": "default",
53
+ "transformer_layers_per_block": 1,
54
+ "upcast_attention": false,
55
+ "use_linear_projection": true
56
+ }
checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d777c8edd6618f46f0de4659773c324295d2708b8c9506f180c8b7522186bd29
3
+ size 1456953560
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c2ca95baf4c41d0e6f18e2013c41f5223b88dfcb0ceb55d360529eddfeb0e62
3
+ size 2914111182
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d4b5d9a83b17f72d340391ef2191be02c6b04547329b0096953b6df8f9bcef0
3
+ size 16036
checkpoint-5000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41216328ab75de937007afb04d76156949bedb908461001a451c8991c2ba8cca
3
+ size 988
checkpoint-5000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "_name_or_path": "model_out/checkpoint-5000",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20,
13
+ 20
14
+ ],
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280,
19
+ 1280
20
+ ],
21
+ "class_embed_type": null,
22
+ "conditioning_channels": 3,
23
+ "conditioning_embedding_out_channels": [
24
+ 16,
25
+ 32,
26
+ 96,
27
+ 256
28
+ ],
29
+ "controlnet_conditioning_channel_order": "rgb",
30
+ "cross_attention_dim": 1024,
31
+ "down_block_types": [
32
+ "CrossAttnDownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "CrossAttnDownBlock2D",
35
+ "DownBlock2D"
36
+ ],
37
+ "downsample_padding": 1,
38
+ "encoder_hid_dim": null,
39
+ "encoder_hid_dim_type": null,
40
+ "flip_sin_to_cos": true,
41
+ "freq_shift": 0,
42
+ "global_pool_conditions": false,
43
+ "in_channels": 4,
44
+ "layers_per_block": 2,
45
+ "mid_block_scale_factor": 1,
46
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
47
+ "norm_eps": 1e-05,
48
+ "norm_num_groups": 32,
49
+ "num_attention_heads": null,
50
+ "num_class_embeds": null,
51
+ "only_cross_attention": false,
52
+ "projection_class_embeddings_input_dim": null,
53
+ "resnet_time_scale_shift": "default",
54
+ "transformer_layers_per_block": 1,
55
+ "upcast_attention": false,
56
+ "use_linear_projection": true
57
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0a5180c10167c6643b0fd41759b931befd84363297691303f3a2b7f7c2b038
3
+ size 1456953560
logs/controlnet/1708321706.931934/events.out.tfevents.1708321706.wide.536542.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c412a24edfdd830203f8fe8f6f13b5a8a46d51375bb74e3e36256741404b02
3
+ size 2302
logs/controlnet/1708321706.9338307/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 75000
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: false
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 4
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708357867.2393363/events.out.tfevents.1708357867.wide.57919.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe1939709b96e5c7224e3ccb381fa19e282cf85a23980034ff354381e9f3d9b
3
+ size 2302
logs/controlnet/1708357867.2414749/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 25002
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 4
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708358003.830039/events.out.tfevents.1708358003.wide.58464.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3fde9ecefbb411df3735cc88c482c4ce65e45b0300a6df4c41f29f1cb0c193c
3
+ size 2302
logs/controlnet/1708358003.8321893/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 6252
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708358119.9072566/events.out.tfevents.1708358119.wide.58970.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4f0b4c95de81580d05642c528d169d3705ca90a53f19ef846e97b426e77725
3
+ size 2302
logs/controlnet/1708358119.9093032/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 6252
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708358161.4357738/events.out.tfevents.1708358161.wide.59319.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a26b5a4cdcdf16713c8c357da89d259275daee0a7b2e0759a62b7a10e48deb4
3
+ size 2302
logs/controlnet/1708358161.438008/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 12501
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708358350.2173905/events.out.tfevents.1708358350.wide.59736.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d80272c9f0c29cddfa8f11be7a3685a28615ea136c67f1f262e13bbbb95049
3
+ size 2302
logs/controlnet/1708358350.2193782/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 12501
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708359488.0739117/events.out.tfevents.1708359488.wide.27974.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb640f4acb04c054f21ec1738ae28ca0a8ba83be4ab807beaf84f16ef86d6030
3
+ size 2302
logs/controlnet/1708359488.0757785/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 4689
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708359572.2498882/events.out.tfevents.1708359572.wide.31724.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5e27ad109612b04fb14723b6a1c47b31d88310b9dc5d30872239be442a5101
3
+ size 2302
logs/controlnet/1708359572.252156/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 12501
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708360311.39787/events.out.tfevents.1708360311.wide.56516.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39828b54d73bd62b68b4223570b1d8a938e79f9b2e7e4411bad9f4d2de14f2df
3
+ size 2302
logs/controlnet/1708360311.4002402/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 6252
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/1708369576.75438/events.out.tfevents.1708369576.wide.335413.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d679a33cabfb185042f5cbf13f6bc3361d1f0ea1dde930869f2b2f1c9416dc
3
+ size 2366
logs/controlnet/1708369576.757132/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: image_caption
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: spiga_seg
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: multimodalart/facesyntheticsspigacaptioned
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 6252
30
+ mixed_precision: null
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ output_dir: model_out
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: latest
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 5000
50
+ variant: null
logs/controlnet/events.out.tfevents.1708321706.wide.536542.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a83dccc1c5c32680e07584d0924b849661c8824c4282677e7a1918c3d9819ec
3
+ size 8452
logs/controlnet/events.out.tfevents.1708357867.wide.57919.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f9f791dd605d52d646c4816504c5c24bbed72492c8de8a214b10cba4276635
3
+ size 9834
logs/controlnet/events.out.tfevents.1708358003.wide.58464.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4388efdaed179656e7b214f448006d1827c03d5a663634319b76bebc8d887553
3
+ size 3848
logs/controlnet/events.out.tfevents.1708358119.wide.58970.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c355f4ed55c0021330e92a147850a8b6b65c5f75afb12661ef5f324b428f6ad
3
+ size 88
logs/controlnet/events.out.tfevents.1708358161.wide.59319.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51464ecadd1785050203a2e0aa0ddf4e961daae0289bb927dc6c3028975ccf7d
3
+ size 4516
logs/controlnet/events.out.tfevents.1708358350.wide.59736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7d7f1eaa0e005ac62b65d1418e5aae5c032e6f741cfa4caf5f59cc998a228b
3
+ size 2864
logs/controlnet/events.out.tfevents.1708359488.wide.27974.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c325f0220bc32218aad72007dec9cf18aea3c48d1996983647de595ab353ae20
3
+ size 2056
logs/controlnet/events.out.tfevents.1708359572.wide.31724.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7feba16d3c5d4c086fb7e431050e583e036fddabf753d82d1f02e3dbe66973
3
+ size 3286
logs/controlnet/events.out.tfevents.1708360311.wide.56516.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85df81bffa3cc04c765bc952477a70d97f078e54c1f5ee9665b761cf7e6a76d2
3
+ size 419750
logs/controlnet/events.out.tfevents.1708369576.wide.335413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e68488e1e84b2e488f247653e15f62c066be0a629a1e46d14756078cb188c435
3
+ size 105256