iamkaikai commited on
Commit
91ae1a1
1 Parent(s): c18c966

End of training

Browse files
Files changed (33) hide show
  1. .gitattributes +1 -0
  2. README.md +1 -1
  3. checkpoint-6080000/optimizer.bin +3 -0
  4. checkpoint-6080000/random_states_0.pkl +3 -0
  5. checkpoint-6080000/scaler.pt +3 -0
  6. checkpoint-6080000/scheduler.bin +3 -0
  7. checkpoint-6080000/unet/config.json +67 -0
  8. checkpoint-6080000/unet/diffusion_pytorch_model.safetensors +3 -0
  9. checkpoint-6160000/optimizer.bin +3 -0
  10. checkpoint-6160000/random_states_0.pkl +3 -0
  11. checkpoint-6160000/scaler.pt +3 -0
  12. checkpoint-6160000/scheduler.bin +3 -0
  13. checkpoint-6160000/unet/config.json +67 -0
  14. checkpoint-6160000/unet/diffusion_pytorch_model.safetensors +3 -0
  15. checkpoint-6240000/optimizer.bin +3 -0
  16. checkpoint-6240000/random_states_0.pkl +3 -0
  17. checkpoint-6240000/scaler.pt +3 -0
  18. checkpoint-6240000/scheduler.bin +3 -0
  19. checkpoint-6240000/unet/config.json +67 -0
  20. checkpoint-6240000/unet/diffusion_pytorch_model.safetensors +3 -0
  21. checkpoint-6320000/optimizer.bin +3 -0
  22. checkpoint-6320000/random_states_0.pkl +3 -0
  23. checkpoint-6320000/scaler.pt +3 -0
  24. checkpoint-6320000/scheduler.bin +3 -0
  25. checkpoint-6320000/unet/config.json +67 -0
  26. checkpoint-6320000/unet/diffusion_pytorch_model.safetensors +3 -0
  27. logs/text2image-fine-tune/1700978644.2121406/events.out.tfevents.1700978644.DESKTOP-TNN0PMP.3860.1 +3 -0
  28. logs/text2image-fine-tune/1700978644.2141414/hparams.yml +50 -0
  29. logs/text2image-fine-tune/events.out.tfevents.1700978644.DESKTOP-TNN0PMP.3860.0 +3 -0
  30. unet/config.json +1 -1
  31. unet/diffusion_pytorch_model.safetensors +1 -1
  32. val_imgs_grid.png +2 -2
  33. val_imgs_grid2.png +3 -0
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  val_imgs_grid.png filter=lfs diff=lfs merge=lfs -text
37
  val_imgs_grid0.png filter=lfs diff=lfs merge=lfs -text
38
  val_imgs_grid1.png filter=lfs diff=lfs merge=lfs -text
 
 
36
  val_imgs_grid.png filter=lfs diff=lfs merge=lfs -text
37
  val_imgs_grid0.png filter=lfs diff=lfs merge=lfs -text
38
  val_imgs_grid1.png filter=lfs diff=lfs merge=lfs -text
39
+ val_imgs_grid2.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -37,7 +37,7 @@ image.save("my_image.png")
37
 
38
  These are the key hyperparameters used during training:
39
 
40
- * Epochs: 15
41
  * Learning rate: 1e-08
42
  * Batch size: 1
43
  * Gradient accumulation steps: 1
 
37
 
38
  These are the key hyperparameters used during training:
39
 
40
+ * Epochs: 16
41
  * Learning rate: 1e-08
42
  * Batch size: 1
43
  * Gradient accumulation steps: 1
checkpoint-6080000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1d7579c728127b951d017a99d688b0da597083a9cdbdee15cdad1649e07489
3
+ size 6876750164
checkpoint-6080000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0d15c99e6e85f9d8f236f4e98fd07b9eea65bdedd3dfed498871a67b60160c
3
+ size 14408
checkpoint-6080000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9614fc3bb15486a994b87df26974c3e0912a1b96a08ad4d72395df43880215df
3
+ size 988
checkpoint-6080000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c8323326ff30bb1ff835f59bcaab099ff0c9b7b48623ebe64112c58a65ef7e
3
+ size 1000
checkpoint-6080000/unet/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "amazing-logos-v5\\checkpoint-5920000",
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": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "sample_size": 64,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false
67
+ }
checkpoint-6080000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd85b3b44a40448520c3060d6818abeb771924298a47e5fd45f86784d048d68
3
+ size 3438167536
checkpoint-6160000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3349e90d9a2409366e16b0b24d4518323be58dc9043ac39482d154dfbf0672f8
3
+ size 6876750164
checkpoint-6160000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a902a4d2094fc673db29e5dec0189410a46022a3b7f69efbba8cfa5b589eb2
3
+ size 14408
checkpoint-6160000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de15ce827ee522909a86cb4bae1c33401ce030b1c5f557ac8e2abfdd49432066
3
+ size 988
checkpoint-6160000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5617993ba11efdbebac9ed2e390478c12b60697259ff051e5a3001313e1e4c7d
3
+ size 1000
checkpoint-6160000/unet/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "amazing-logos-v5\\checkpoint-5920000",
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": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "sample_size": 64,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false
67
+ }
checkpoint-6160000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962c097e7fd1ce3237adf767db7131ec10a63c9675058c7e54db1ee7a9782235
3
+ size 3438167536
checkpoint-6240000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b36b02e04174bc6990c06aa162f5f238fdbb0a6116b61c270aa4e4e290e881
3
+ size 6876750164
checkpoint-6240000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6406af85fc0dded8509d9d491cad2bfe581bb33175cb88b5c815ff2bedd8af
3
+ size 14408
checkpoint-6240000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c21cd998eb350690f9e4b5360decf523ce118190391c0ee217153f66fc316ab
3
+ size 988
checkpoint-6240000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e525d2166a19c83f4a56552a31934324117a2a0fefa0b8aacd49dab1cc5d7c
3
+ size 1000
checkpoint-6240000/unet/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "amazing-logos-v5\\checkpoint-5920000",
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": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "sample_size": 64,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false
67
+ }
checkpoint-6240000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c42816d335d8e1552a2e7d34b6f8d86b2df0574a07ea050140281bf0f4fb85
3
+ size 3438167536
checkpoint-6320000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae359fc62f217e3705a151d829e52fb2e81a26025402e9a0e276f4cf49ceef11
3
+ size 6876750164
checkpoint-6320000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f41e00504b13743edd61640dfa8964c4e287f845e91a830d78826093589b997
3
+ size 14408
checkpoint-6320000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2512c8bea158ff7dd1af051bab450bd5faf5fd0606111711d961439a7c6a25e1
3
+ size 988
checkpoint-6320000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0de2f23ed2353b2d092f7495093d249e80aae1fa036a49a0ce200102b399e75
3
+ size 1000
checkpoint-6320000/unet/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "amazing-logos-v5\\checkpoint-5920000",
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": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "sample_size": 64,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false
67
+ }
checkpoint-6320000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:248a09fd44c28c78b2b1d81adbcaf64ed38c8a17289d965fda024811da40d02e
3
+ size 3438167536
logs/text2image-fine-tune/1700978644.2121406/events.out.tfevents.1700978644.DESKTOP-TNN0PMP.3860.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc45166c97f120849e83cbad982bb08f5d4db2cc5512f45c70dcda33d83c0d81
3
+ size 2416
logs/text2image-fine-tune/1700978644.2141414/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: true
6
+ cache_dir: null
7
+ caption_column: text
8
+ center_crop: true
9
+ checkpointing_steps: 80000
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: iamkaikai/amazing_logos_v4
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hub_model_id: amazing-logos-v5
18
+ hub_token: null
19
+ image_column: image
20
+ input_perturbation: 0
21
+ learning_rate: 1.0e-08
22
+ local_rank: -1
23
+ logging_dir: logs
24
+ lr_scheduler: constant
25
+ lr_warmup_steps: 400000
26
+ max_grad_norm: 1.0
27
+ max_train_samples: null
28
+ max_train_steps: 6356016
29
+ mixed_precision: fp16
30
+ noise_offset: 0
31
+ non_ema_revision: null
32
+ num_train_epochs: 16
33
+ output_dir: amazing-logos-v5
34
+ prediction_type: null
35
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
36
+ push_to_hub: true
37
+ random_flip: false
38
+ report_to: tensorboard
39
+ resolution: 512
40
+ resume_from_checkpoint: checkpoint-5920000
41
+ revision: null
42
+ scale_lr: false
43
+ seed: 6666
44
+ snr_gamma: null
45
+ tracker_project_name: text2image-fine-tune
46
+ train_batch_size: 1
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ use_ema: false
50
+ validation_epochs: 1
logs/text2image-fine-tune/events.out.tfevents.1700978644.DESKTOP-TNN0PMP.3860.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0877a825e4e73686fb7d4166b6c2ce70eaec247ecb311038261b2d65a0b2a4f
3
+ size 35973766
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "amazing-logos-v5\\checkpoint-5640000",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "amazing-logos-v5\\checkpoint-5920000",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d594424a9844bcab646cb39bb838aede1deb80d17ceea269f5f6f9f992d90a30
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ce4899e71c01f7d825bf58e9eb459b82f50956e7f465bc027a69e13481130b
3
  size 3438167536
val_imgs_grid.png CHANGED

Git LFS Details

  • SHA256: b9ac5e4004e7e9fc3f33bff80ddb04f10e56233ac2aa8c774bd644643a74a346
  • Pointer size: 132 Bytes
  • Size of remote file: 7.04 MB

Git LFS Details

  • SHA256: a6d8fd63a36d6ef567d96c3b591526a820f47defe2168e8c52dc4c7a734cda01
  • Pointer size: 132 Bytes
  • Size of remote file: 6.86 MB
val_imgs_grid2.png ADDED

Git LFS Details

  • SHA256: b9ac5e4004e7e9fc3f33bff80ddb04f10e56233ac2aa8c774bd644643a74a346
  • Pointer size: 132 Bytes
  • Size of remote file: 7.04 MB