saquiboye commited on
Commit
65a3148
1 Parent(s): 0768b66

End of training

Browse files
Files changed (44) hide show
  1. .gitattributes +1 -0
  2. .ipynb_checkpoints/images_2-checkpoint.png +3 -0
  3. checkpoint-1000/controlnet/config.json +44 -0
  4. checkpoint-1000/controlnet/diffusion_pytorch_model.bin +3 -0
  5. checkpoint-1000/optimizer.bin +3 -0
  6. checkpoint-1000/random_states_0.pkl +3 -0
  7. checkpoint-1000/scaler.pt +3 -0
  8. checkpoint-1000/scheduler.bin +3 -0
  9. checkpoint-1500/controlnet/config.json +44 -0
  10. checkpoint-1500/controlnet/diffusion_pytorch_model.bin +3 -0
  11. checkpoint-1500/optimizer.bin +3 -0
  12. checkpoint-1500/random_states_0.pkl +3 -0
  13. checkpoint-1500/scaler.pt +3 -0
  14. checkpoint-1500/scheduler.bin +3 -0
  15. checkpoint-500/controlnet/diffusion_pytorch_model.bin +1 -1
  16. checkpoint-500/optimizer.bin +1 -1
  17. checkpoint-500/random_states_0.pkl +1 -1
  18. checkpoint-500/scheduler.bin +1 -1
  19. diffusion_pytorch_model.bin +1 -1
  20. image_control.png +0 -0
  21. images_0.png +2 -2
  22. images_1.png +2 -2
  23. images_2.png +2 -2
  24. logs/train_controlnet/1688166273.4022322/events.out.tfevents.1688166273.zust.7706.1 +3 -0
  25. logs/train_controlnet/1688166273.4040673/hparams.yml +49 -0
  26. logs/train_controlnet/1688166384.2200835/events.out.tfevents.1688166384.zust.8153.1 +3 -0
  27. logs/train_controlnet/1688166384.2221417/hparams.yml +49 -0
  28. logs/train_controlnet/1688166468.074233/events.out.tfevents.1688166468.zust.8340.1 +3 -0
  29. logs/train_controlnet/1688166468.0762827/hparams.yml +49 -0
  30. logs/train_controlnet/1688167047.8753796/events.out.tfevents.1688167047.zust.1792.1 +3 -0
  31. logs/train_controlnet/1688167047.8770008/hparams.yml +49 -0
  32. logs/train_controlnet/1688167226.6922333/events.out.tfevents.1688167226.zust.3796.1 +3 -0
  33. logs/train_controlnet/1688167226.6946864/hparams.yml +49 -0
  34. logs/train_controlnet/1688168051.722884/events.out.tfevents.1688168051.zust.7825.1 +3 -0
  35. logs/train_controlnet/1688168051.7250607/hparams.yml +49 -0
  36. logs/train_controlnet/1688175065.048383/events.out.tfevents.1688175065.zust.33892.1 +3 -0
  37. logs/train_controlnet/1688175065.0499523/hparams.yml +49 -0
  38. logs/train_controlnet/events.out.tfevents.1688166273.zust.7706.0 +3 -0
  39. logs/train_controlnet/events.out.tfevents.1688166384.zust.8153.0 +3 -0
  40. logs/train_controlnet/events.out.tfevents.1688166468.zust.8340.0 +3 -0
  41. logs/train_controlnet/events.out.tfevents.1688167047.zust.1792.0 +3 -0
  42. logs/train_controlnet/events.out.tfevents.1688167226.zust.3796.0 +3 -0
  43. logs/train_controlnet/events.out.tfevents.1688168051.zust.7825.0 +3 -0
  44. logs/train_controlnet/events.out.tfevents.1688175065.zust.33892.0 +3 -0
.gitattributes CHANGED
@@ -38,3 +38,4 @@ images_1.png filter=lfs diff=lfs merge=lfs -text
38
  .ipynb_checkpoints/images_0-checkpoint.png filter=lfs diff=lfs merge=lfs -text
39
  .ipynb_checkpoints/images_1-checkpoint.png filter=lfs diff=lfs merge=lfs -text
40
  images_2.png filter=lfs diff=lfs merge=lfs -text
 
 
38
  .ipynb_checkpoints/images_0-checkpoint.png filter=lfs diff=lfs merge=lfs -text
39
  .ipynb_checkpoints/images_1-checkpoint.png filter=lfs diff=lfs merge=lfs -text
40
  images_2.png filter=lfs diff=lfs merge=lfs -text
41
+ .ipynb_checkpoints/images_2-checkpoint.png filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/images_2-checkpoint.png ADDED

Git LFS Details

  • SHA256: 13c44a8ea7e9b9fa0a3654cdbf46ee84b28ffd33267b3741137efe362c306ca2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
checkpoint-1000/controlnet/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "class_embed_type": null,
13
+ "conditioning_channels": 3,
14
+ "conditioning_embedding_out_channels": [
15
+ 16,
16
+ 32,
17
+ 96,
18
+ 256
19
+ ],
20
+ "controlnet_conditioning_channel_order": "rgb",
21
+ "cross_attention_dim": 768,
22
+ "down_block_types": [
23
+ "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "global_pool_conditions": false,
32
+ "in_channels": 4,
33
+ "layers_per_block": 2,
34
+ "mid_block_scale_factor": 1,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_attention_heads": null,
38
+ "num_class_embeds": null,
39
+ "only_cross_attention": false,
40
+ "projection_class_embeddings_input_dim": null,
41
+ "resnet_time_scale_shift": "default",
42
+ "upcast_attention": false,
43
+ "use_linear_projection": false
44
+ }
checkpoint-1000/controlnet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba18a137816918ebbe525016c8fd592ac3c03d203df38ebfe2e5461346a39c31
3
+ size 1445259705
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023fefe097724b9634577ea6ced4c81e8485a8a0f890f6bd90c65ec6b8afa466
3
+ size 2890518041
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e266ab101b5fb2b6ca36713ace8e6cc4005c05a74e3e56ffa837ddd83c7b59eb
3
+ size 14663
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
3
+ size 557
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f34912fa092355c5a950e4967ea28cbb3556238a7857baa5999d228cde0ae4c3
3
+ size 563
checkpoint-1500/controlnet/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "class_embed_type": null,
13
+ "conditioning_channels": 3,
14
+ "conditioning_embedding_out_channels": [
15
+ 16,
16
+ 32,
17
+ 96,
18
+ 256
19
+ ],
20
+ "controlnet_conditioning_channel_order": "rgb",
21
+ "cross_attention_dim": 768,
22
+ "down_block_types": [
23
+ "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "global_pool_conditions": false,
32
+ "in_channels": 4,
33
+ "layers_per_block": 2,
34
+ "mid_block_scale_factor": 1,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_attention_heads": null,
38
+ "num_class_embeds": null,
39
+ "only_cross_attention": false,
40
+ "projection_class_embeddings_input_dim": null,
41
+ "resnet_time_scale_shift": "default",
42
+ "upcast_attention": false,
43
+ "use_linear_projection": false
44
+ }
checkpoint-1500/controlnet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249ca69a24f8dfe9f80af7f705f84a8413ce3340a73e80336ed9d2f3c2a6ac6e
3
+ size 1445259705
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e7c8ac171ac179dc91ee7fffbf3c6fdfd078d014fe4bffc021c93a0db9b5be
3
+ size 2890518041
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7689f38a8f6e557b0f517cd614de522caf4ccae9841ea5e6e57b9484d9ff4011
3
+ size 14727
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6
3
+ size 557
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab8983b1117c68e4e9a600eacf54bed4c3ac40f58cbf8864e53243107b904fb
3
+ size 563
checkpoint-500/controlnet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d31a8cce2febd63701f04523a888bacb244c43fc0b967f7e51ad8a7496ed9866
3
  size 1445259705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e362276bbcf332906a50fc49e717e7fc9a88de50d3fdccaf48640c9bab0e31aa
3
  size 1445259705
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ea427d238f32c4dc835c1a84d0ef342f74d517c48173292d70267c1e8198d42
3
  size 2890518041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b68fd16f16fbcdff7519ff82dce72867ad67224ec6892be305b601f5daba1661
3
  size 2890518041
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f76f64904e3fb08e2a916dec31acf01eef9ac2d98aaf72bff29836466c169cd6
3
  size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d34d195c671a504cf71462197f346f2db0ae787222fe1f38e5c899451238789
3
  size 14727
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6be622d51c3bcf8a1991c02b9778f31d7e3a79a8b22e03e81a36e25205ef4c5b
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab20ead000e6ae60e9a32d69fb1fb976d10dba2a065da680293a8202053a1975
3
  size 563
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:220e3e69886a40379f066b865d0c15201bcc0991a5bd48c32bf1446c615f96e2
3
  size 1445259705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2ef3c4848a6c8d9427821399e6e7ad7c8495a67484a300bcce6c4284aafd7b
3
  size 1445259705
image_control.png CHANGED
images_0.png CHANGED

Git LFS Details

  • SHA256: 723b33b7c5aa4967e133c3553e391c4c3c23cf18a43c82573d4eae88ca6f4b1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB

Git LFS Details

  • SHA256: 172aa3db12c3b858125b088a718585a08b335e2b28491f51ff2152a22f6abef7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images_1.png CHANGED

Git LFS Details

  • SHA256: aaf8b949c69d715c6ef6b3849bac7d93428127170603f04b82d6265f5107951d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB

Git LFS Details

  • SHA256: 10d0088ad4a6a8908cc7496f03e445fc2b2435c87c718a7a9f7ff434cb195853
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images_2.png CHANGED

Git LFS Details

  • SHA256: 13c44a8ea7e9b9fa0a3654cdbf46ee84b28ffd33267b3741137efe362c306ca2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB

Git LFS Details

  • SHA256: 13e3b1861859e85106552916362d8a1fd639a35233a2b0558b6b1ecdfae260a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
logs/train_controlnet/1688166273.4022322/events.out.tfevents.1688166273.zust.7706.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a6bcefe0ab7e0a8825145376f323d67edce70982c506cb202addf7dfe60bed
3
+ size 2317
logs/train_controlnet/1688166273.4040673/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 2430
30
+ mixed_precision: fp16
31
+ num_train_epochs: 30
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688166384.2200835/events.out.tfevents.1688166384.zust.8153.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce95557c0940a557839a7423fc49bed0bd852017fdea788f7304525daa71871c
3
+ size 2317
logs/train_controlnet/1688166384.2221417/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 24300
30
+ mixed_precision: fp16
31
+ num_train_epochs: 300
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688166468.074233/events.out.tfevents.1688166468.zust.8340.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05c2192355154110c6a320a92b47a2bde6873fe15bcc494bf561d72abaac1dc
3
+ size 2317
logs/train_controlnet/1688166468.0762827/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 24300
30
+ mixed_precision: fp16
31
+ num_train_epochs: 300
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688167047.8753796/events.out.tfevents.1688167047.zust.1792.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd04acc00ab6b38edf07cfe2bbe2123ef219af452a9ced3b780fc07cd0bad2ea
3
+ size 2317
logs/train_controlnet/1688167047.8770008/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 24300
30
+ mixed_precision: fp16
31
+ num_train_epochs: 300
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 16
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688167226.6922333/events.out.tfevents.1688167226.zust.3796.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5726ca371974b734b022c4c8ae312580b791d05f40eed71ae968c3ca0834b0
3
+ size 2317
logs/train_controlnet/1688167226.6946864/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 96900
30
+ mixed_precision: fp16
31
+ num_train_epochs: 300
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 4
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688168051.722884/events.out.tfevents.1688168051.zust.7825.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86a552867313668f0125eba979d50fb76320028bff2b3cbdadf58b2369e4d9bb
3
+ size 2317
logs/train_controlnet/1688168051.7250607/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 4860
30
+ mixed_precision: fp16
31
+ num_train_epochs: 30
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1688175065.048383/events.out.tfevents.1688175065.zust.33892.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a6eaceff7b3b759b2e3a92cc0f748afb90884905451455ac00c670e8008236
3
+ size 2317
logs/train_controlnet/1688175065.0499523/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
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: 810
30
+ mixed_precision: fp16
31
+ num_train_epochs: 5
32
+ num_validation_images: 4
33
+ output_dir: ./model
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
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: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 8
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/events.out.tfevents.1688166273.zust.7706.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbdd860f1e22d0b241f7a35e4501da674389333818f1328caaf066708b5a9de
3
+ size 88
logs/train_controlnet/events.out.tfevents.1688166384.zust.8153.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f083fc12cfc3f4664163e55fd9e38a974c8427888494f28a63c3d76cb48d2656
3
+ size 88
logs/train_controlnet/events.out.tfevents.1688166468.zust.8340.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:465a9c29a7c36b8e8e6ed6cbf83996c3b2ade671ea2475be88fe022cd780b1b3
3
+ size 88
logs/train_controlnet/events.out.tfevents.1688167047.zust.1792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1af0824ab5a91936eeec9aa28d27ef07ae957df2d654c351ec2857991ec1e2
3
+ size 88
logs/train_controlnet/events.out.tfevents.1688167226.zust.3796.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e03cb6eb06a49490c08b66a633600bdaa58132659b41962f29ab892871f00c
3
+ size 9715450
logs/train_controlnet/events.out.tfevents.1688168051.zust.7825.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e45ead9f42600aec2beb491e7f755682cedeaa1d5a1837a51080dac8c41b37
3
+ size 76002498
logs/train_controlnet/events.out.tfevents.1688175065.zust.33892.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7941602ad0f87aeff66dab7a2350c8f87a53f956eb35db6189a916308dafbdc6
3
+ size 36925042