omersen commited on
Commit
7d4d880
1 Parent(s): 19bb360

End of training

Browse files
Files changed (26) hide show
  1. README.md +2 -2
  2. checkpoint-1000/optimizer.bin +3 -0
  3. checkpoint-1000/random_states_0.pkl +3 -0
  4. checkpoint-1000/scheduler.bin +3 -0
  5. checkpoint-1000/unet/config.json +65 -0
  6. checkpoint-1000/unet/diffusion_pytorch_model.bin +3 -0
  7. checkpoint-500/optimizer.bin +1 -1
  8. checkpoint-500/random_states_0.pkl +1 -1
  9. checkpoint-500/scheduler.bin +1 -1
  10. checkpoint-500/unet/diffusion_pytorch_model.bin +1 -1
  11. logs/dreambooth/1691699855.9284518/events.out.tfevents.1691699855.edc195726086.26105.1 +3 -0
  12. logs/dreambooth/1691699855.938768/hparams.yml +57 -0
  13. logs/dreambooth/1691700077.2375724/events.out.tfevents.1691700077.edc195726086.31501.1 +3 -0
  14. logs/dreambooth/1691700077.2460907/hparams.yml +57 -0
  15. logs/dreambooth/1691700157.1582053/events.out.tfevents.1691700157.edc195726086.31844.1 +3 -0
  16. logs/dreambooth/1691700157.1656325/hparams.yml +57 -0
  17. logs/dreambooth/1691700779.7844265/events.out.tfevents.1691700779.edc195726086.34454.1 +3 -0
  18. logs/dreambooth/1691700779.7967334/hparams.yml +57 -0
  19. logs/dreambooth/1691702258.1947205/events.out.tfevents.1691702258.edc195726086.36147.1 +3 -0
  20. logs/dreambooth/1691702258.2069654/hparams.yml +57 -0
  21. logs/dreambooth/events.out.tfevents.1691699855.edc195726086.26105.0 +3 -0
  22. logs/dreambooth/events.out.tfevents.1691700077.edc195726086.31501.0 +3 -0
  23. logs/dreambooth/events.out.tfevents.1691700157.edc195726086.31844.0 +3 -0
  24. logs/dreambooth/events.out.tfevents.1691700779.edc195726086.34454.0 +3 -0
  25. logs/dreambooth/events.out.tfevents.1691702258.edc195726086.36147.0 +3 -0
  26. unet/diffusion_pytorch_model.bin +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  ---
3
  license: creativeml-openrail-m
4
  base_model: CompVis/stable-diffusion-v1-4
5
- instance_prompt: a photo of person Omer
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
@@ -14,7 +14,7 @@ inference: true
14
 
15
  # DreamBooth - omersen/omer-model
16
 
17
- This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of person Omer using [DreamBooth](https://dreambooth.github.io/).
18
  You can find some example images in the following.
19
 
20
 
 
2
  ---
3
  license: creativeml-openrail-m
4
  base_model: CompVis/stable-diffusion-v1-4
5
+ instance_prompt: a photo of person omer
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
 
14
 
15
  # DreamBooth - omersen/omer-model
16
 
17
+ This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of person omer using [DreamBooth](https://dreambooth.github.io/).
18
  You can find some example images in the following.
19
 
20
 
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4220870443285dd23cf35233c22021b3bd2cf11613f89af9195b76251265fef2
3
+ size 1725109957
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374a33ae91057d7e6182b778505443927c29eca335d6654981b67dfe9299909f
3
+ size 14727
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8830559ab171cd874e82f050b76fb65bbc856afae8205880f7b2afac6849b09
3
+ size 563
checkpoint-1000/unet/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.20.0.dev0",
4
+ "_name_or_path": "CompVis/stable-diffusion-v1-4",
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
+ "block_out_channels": [
11
+ 320,
12
+ 640,
13
+ 1280,
14
+ 1280
15
+ ],
16
+ "center_input_sample": false,
17
+ "class_embed_type": null,
18
+ "class_embeddings_concat": false,
19
+ "conv_in_kernel": 3,
20
+ "conv_out_kernel": 3,
21
+ "cross_attention_dim": 768,
22
+ "cross_attention_norm": null,
23
+ "down_block_types": [
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "DownBlock2D"
28
+ ],
29
+ "downsample_padding": 1,
30
+ "dual_cross_attention": false,
31
+ "encoder_hid_dim": null,
32
+ "encoder_hid_dim_type": null,
33
+ "flip_sin_to_cos": true,
34
+ "freq_shift": 0,
35
+ "in_channels": 4,
36
+ "layers_per_block": 2,
37
+ "mid_block_only_cross_attention": null,
38
+ "mid_block_scale_factor": 1,
39
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
+ "num_class_embeds": null,
44
+ "only_cross_attention": false,
45
+ "out_channels": 4,
46
+ "projection_class_embeddings_input_dim": null,
47
+ "resnet_out_scale_factor": 1.0,
48
+ "resnet_skip_time_act": false,
49
+ "resnet_time_scale_shift": "default",
50
+ "sample_size": 64,
51
+ "time_cond_proj_dim": null,
52
+ "time_embedding_act_fn": null,
53
+ "time_embedding_dim": null,
54
+ "time_embedding_type": "positional",
55
+ "timestep_post_act": null,
56
+ "transformer_layers_per_block": 1,
57
+ "up_block_types": [
58
+ "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
+ "CrossAttnUpBlock2D"
62
+ ],
63
+ "upcast_attention": false,
64
+ "use_linear_projection": false
65
+ }
checkpoint-1000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71306ec6959006df7b5a3c3baa41c29354bb4a3a7e376f3ea6305f7ac1bc1363
3
+ size 3438375973
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e3bf9a84241bbe2673996e7697d18e8313761b74fc793e32486a6cc2be3a4b9
3
  size 1725109957
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9951f8e48fbc5a775202ae9466516baa67736300ed8f24a39fdc8426c8d4953c
3
  size 1725109957
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b04925535659edf5acfea4c94f2584616129123a51a42e8ee75f1567f93b4cf0
3
  size 14727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3856271ac3661301073045c1418a845dc7ca16aadf24d7a874e7bc7cf4d6ec95
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:f86d1f18eb9c3519789dd022870fca925dee131f3e73e8a3e37fd52f259592f4
3
  size 563
checkpoint-500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7d7d740b16369cb924568ab0f91c995bf7026cf495f4a02a9b767f89f7c7197
3
  size 3438375973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac0c725db34de17f5b55eabbf95c89c18cc5cc478975cc99ad922da408e6fc8b
3
  size 3438375973
logs/dreambooth/1691699855.9284518/events.out.tfevents.1691699855.edc195726086.26105.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565851e1ce81af478eb8bd866d0e8ea0a369f33ef35838189bd796500d9de40f
3
+ size 2783
logs/dreambooth/1691699855.938768/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: ./class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of person
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 2
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./omer
19
+ instance_prompt: a photo of person Omer
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 2000
29
+ mixed_precision: null
30
+ num_class_images: 500
31
+ num_train_epochs: 8
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: ./omer-model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: false
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: false
54
+ use_8bit_adam: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/1691700077.2375724/events.out.tfevents.1691700077.edc195726086.31501.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba3b63b4f972feb7bcb9f6bc89c4770d01a56ffa75e0dfcf485969859b128eb
3
+ size 2783
logs/dreambooth/1691700077.2460907/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: ./class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of person
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 2
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./omer
19
+ instance_prompt: a photo of person Omer
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 8000
29
+ mixed_precision: null
30
+ num_class_images: 500
31
+ num_train_epochs: 32
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: ./omer-model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: false
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: false
54
+ use_8bit_adam: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/1691700157.1582053/events.out.tfevents.1691700157.edc195726086.31844.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf6f37aa77f23160f751d054072badd70e7385a12ed54f581fbac323207c9ad2
3
+ size 2783
logs/dreambooth/1691700157.1656325/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: ./class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of person
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 2
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./omer
19
+ instance_prompt: a photo of person Omer
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 800
29
+ mixed_precision: null
30
+ num_class_images: 500
31
+ num_train_epochs: 4
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: ./omer-model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: false
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: false
54
+ use_8bit_adam: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/1691700779.7844265/events.out.tfevents.1691700779.edc195726086.34454.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5981871a941e4302ddff1105cd2c31a4731cf50221fdd0faa55ae296da82e4
3
+ size 2788
logs/dreambooth/1691700779.7967334/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: ./class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of male person
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./omer
19
+ instance_prompt: a photo of person omer
20
+ learning_rate: 2.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 1400
29
+ mixed_precision: null
30
+ num_class_images: 500
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: ./omer-model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: false
54
+ use_8bit_adam: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/1691702258.1947205/events.out.tfevents.1691702258.edc195726086.36147.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4eed04aa124d3ad3df1bde39339654554fff7cdfcb4a8e38ea8afb0da3acb0c
3
+ size 2788
logs/dreambooth/1691702258.2069654/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: ./class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of male person
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./omer
19
+ instance_prompt: a photo of person omer
20
+ learning_rate: 2.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 1400
29
+ mixed_precision: null
30
+ num_class_images: 500
31
+ num_train_epochs: 3
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: ./omer-model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: false
54
+ use_8bit_adam: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1691699855.edc195726086.26105.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5428bca3ca20368bde79920b22463fb4f3ec5290a4e96f6eeb37dcb6c019bfe0
3
+ size 248
logs/dreambooth/events.out.tfevents.1691700077.edc195726086.31501.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd80dd610e2bd360e20cb28c6f1481731903b29c4a1080e9278100cbe0761700
3
+ size 248
logs/dreambooth/events.out.tfevents.1691700157.edc195726086.31844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a4ea2ce166cc87a159d1be7707eaed75bcbad5831401282982ac2e04a5bb34
3
+ size 248
logs/dreambooth/events.out.tfevents.1691700779.edc195726086.34454.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845bac60769e9268f1dba2431da402c48c5fac31b8c241cd46732cf88d607761
3
+ size 1072
logs/dreambooth/events.out.tfevents.1691702258.edc195726086.36147.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3139ac7fb57a1182d2fa23830b259ef91d7ff396a1e3cd5fdba1f54d93cbdad2
3
+ size 117434
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50beabd4d82d4f87e2fd4fd5ec9c1eef3c133436bba830b4a1ed3825f3a8dfaf
3
  size 3438375973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49fc47d9a60ec6cb6ec8c9def26ffd548eba7887dd3e593f0c0d9598b4ea303
3
  size 3438375973