Aedancodes commited on
Commit
76ada45
1 Parent(s): 85e1621

End of training

Browse files
Files changed (34) hide show
  1. README.md +5 -0
  2. checkpoint-1000/optimizer.bin +3 -0
  3. checkpoint-1000/random_states_0.pkl +3 -0
  4. checkpoint-1000/scaler.pt +3 -0
  5. checkpoint-1000/scheduler.bin +3 -0
  6. checkpoint-1000/text_encoder/config.json +25 -0
  7. checkpoint-1000/text_encoder/model.safetensors +3 -0
  8. checkpoint-1000/unet/config.json +68 -0
  9. checkpoint-1000/unet/diffusion_pytorch_model.safetensors +3 -0
  10. checkpoint-200/optimizer.bin +1 -1
  11. checkpoint-200/random_states_0.pkl +2 -2
  12. checkpoint-200/text_encoder/model.safetensors +1 -1
  13. checkpoint-200/unet/diffusion_pytorch_model.safetensors +1 -1
  14. checkpoint-400/optimizer.bin +1 -1
  15. checkpoint-400/random_states_0.pkl +2 -2
  16. checkpoint-400/text_encoder/model.safetensors +1 -1
  17. checkpoint-400/unet/diffusion_pytorch_model.safetensors +1 -1
  18. checkpoint-600/optimizer.bin +1 -1
  19. checkpoint-600/random_states_0.pkl +2 -2
  20. checkpoint-600/text_encoder/model.safetensors +1 -1
  21. checkpoint-600/unet/diffusion_pytorch_model.safetensors +1 -1
  22. checkpoint-800/optimizer.bin +1 -1
  23. checkpoint-800/random_states_0.pkl +2 -2
  24. checkpoint-800/text_encoder/model.safetensors +1 -1
  25. checkpoint-800/unet/diffusion_pytorch_model.safetensors +1 -1
  26. image_0.png +0 -0
  27. image_1.png +0 -0
  28. image_2.png +0 -0
  29. image_3.png +0 -0
  30. logs/dreambooth/1720774839.1333709/events.out.tfevents.1720774839.69af630f5353.4212.1 +3 -0
  31. logs/dreambooth/1720774839.135328/hparams.yml +60 -0
  32. logs/dreambooth/events.out.tfevents.1720774839.69af630f5353.4212.0 +3 -0
  33. text_encoder/model.safetensors +1 -1
  34. unet/diffusion_pytorch_model.safetensors +1 -1
README.md CHANGED
@@ -8,6 +8,11 @@ tags:
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
 
 
 
 
 
11
  inference: true
12
  instance_prompt: An image in the style of zhr james jean
13
  ---
 
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
11
+ - text-to-image
12
+ - dreambooth
13
+ - diffusers-training
14
+ - stable-diffusion
15
+ - stable-diffusion-diffusers
16
  inference: true
17
  instance_prompt: An image in the style of zhr james jean
18
  ---
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca5f8f0935a2ff0e3ed74f2e87b92215bd8066995eb0231de45f4451a666418
3
+ size 1972598422
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1402227e7f79b8c785d93acd7da6f96ab7650c8ddcaf5510092f6e19b51edb5e
3
+ size 14472
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc9d529863b9458dbb9b91d10c2e89741ffa38f99dbc44be25770289ed29416
3
+ size 1000
checkpoint-1000/text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runwayml/stable-diffusion-v1-5",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 768,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2",
24
+ "vocab_size": 49408
25
+ }
checkpoint-1000/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637a4b5ba3eb996b2ae5f54e2d768404f05d9917bfb41d787d62b2807d82c850
3
+ size 492265168
checkpoint-1000/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "runwayml/stable-diffusion-v1-5",
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
+ "reverse_transformer_layers_per_block": null,
53
+ "sample_size": 64,
54
+ "time_cond_proj_dim": null,
55
+ "time_embedding_act_fn": null,
56
+ "time_embedding_dim": null,
57
+ "time_embedding_type": "positional",
58
+ "timestep_post_act": null,
59
+ "transformer_layers_per_block": 1,
60
+ "up_block_types": [
61
+ "UpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D",
64
+ "CrossAttnUpBlock2D"
65
+ ],
66
+ "upcast_attention": false,
67
+ "use_linear_projection": false
68
+ }
checkpoint-1000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be11a3afb96b47fe3db1a67a6d12e4f66df288d2006144d96efbb889b132fb48
3
+ size 3438167536
checkpoint-200/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1d250831101012d92e92c77c795434d7ed96a276214306651f6a7c3be2bac8a
3
  size 1972597526
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798c536fb0f00f48b2181016a19b45c13be6e8a0f6402ace6dfbf4ee54eda08b
3
  size 1972597526
checkpoint-200/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f00588420365896fbe505937ba35ab4f7f4ebb0f35c8b30d8560353add1d3f5b
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c203d9e5a22b3d5c6bc50a59b7ea4c2c343b8cd485e5e5141c977d8198fbfc0
3
+ size 14472
checkpoint-200/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44478e68f5a981ff48cba6aae0cf95c6361b7ff645b791177547910353dba7f8
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbc8c2b0b9d0c88833c0ae3fbbdf601bff08f58fd26c0525a36cbf19ce5f0ee5
3
  size 492265168
checkpoint-200/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89ad231ef56ca3b22f13152a492318d1671f0379bd7846cbb5abd1bd0992c2eb
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ab8e695b9a224e0ad751cb27a5cb3b335b596e0b464be7af800560d724fa90
3
  size 3438167536
checkpoint-400/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4188d6d2ac61bb2044066fe710a6947dc20fd2759551b0ae535605f8ad11ae50
3
  size 1972598422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324dbc122aeecd32649ad2eac4bbfbb5889e176aba4006377494d5046112f724
3
  size 1972598422
checkpoint-400/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bfafdf81ce34b8198da6f295d893f31455bfba387853ba4121dc4aa8197d22a
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ced354d7206d9189cd6cec66e38649fcd6ccf52cf3680f4c600c61bc1a4d8f
3
+ size 14472
checkpoint-400/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54898762171eeaf3af6ad320f9d25670e5d709dc85d5baae13c17afe0beb1c9e
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16941ccc07d838b5a2fb51543c00d08ce13f7c2d6651ba897136bd9e08b77494
3
  size 492265168
checkpoint-400/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f2c9c3173011761126581065e38e99599586a1c0d56ffba9b5be9cae8e318bc
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ef352b5a9e2e88e6687d48582103368a03b78fdc5df7f8cf98768ce182a87f
3
  size 3438167536
checkpoint-600/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d064c6169cec3c24565d62daecd0f906ae5fb77e5282551084da2fd6ee9e081
3
  size 1972598422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c858ff5ecd6c1f70d9daf59032bc97df2ec53033792d3e7eca3ebfb47ca65b
3
  size 1972598422
checkpoint-600/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6431c04f0f3fac2506affb0543a93f177d8c8325524cfb740037ce3bdea9c7f4
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595f8eeb630c42624448113e5f65c96622128ec8e5bc02ce6541c4b2d5ea7016
3
+ size 14472
checkpoint-600/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:567bf86f9c0699906124f18fff5e6daedbabc7e46f5a64234f3cdab90be2e0f0
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa9676694e87c5f51c699f3c7290b142b3c4b08204b29d5ef9162f88485c324
3
  size 492265168
checkpoint-600/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6054817021e98d6d1d402ebc5062669c225cddd4a4a1b9659d8cc99bd13e004c
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdcc2a691b6400136e5e3df0105df8e661ef592537809b44fea219b633d268f9
3
  size 3438167536
checkpoint-800/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b455ab74ddc25672dadab5508c51789ea4c52b8f04571dc5daf9b30dd422bb3b
3
  size 1972598422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed40fb8194d122373bd9d9b0929985bd4ec9856864580f3637427c103d1f3456
3
  size 1972598422
checkpoint-800/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4874ee6f4442be1afe72fa23250b54a99dfc7c155231fc83b39aefd1b2937d3e
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfe8d98ee2bc16bbe0f61b067440e256bc08944ee5822619103be34945680eb
3
+ size 14472
checkpoint-800/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e3dee21666b8130f24b79250294c436d9c673f3e891c52895f87df8454b2e00
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19af3405db8698047190a7252605c6c6b32361be0cbd17be7602c6dcb0401b4b
3
  size 492265168
checkpoint-800/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d15b8c38e62b67c42abb41be0e066028f18e645473babb97d0c60401fe850a53
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2c73997e3b3541d054e225bfa4e6d10cd45294a47875479d8a15fef2cd26b8
3
  size 3438167536
image_0.png CHANGED
image_1.png CHANGED
image_2.png CHANGED
image_3.png CHANGED
logs/dreambooth/1720774839.1333709/events.out.tfevents.1720774839.69af630f5353.4212.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc43bf7ed578e9e3ed70d19266645c1c7ee5ff873c2c059da8040964d82ea8d
3
+ size 3177
logs/dreambooth/1720774839.135328/hparams.yml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 200
8
+ checkpoints_total_limit: null
9
+ class_data_dir: /content/custom_dataset/class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: 'An artwork '
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: Aedancodes/jj_text_encoder_trainedv2
17
+ hub_token: null
18
+ instance_data_dir: /content/custom_dataset/instance_images
19
+ instance_prompt: An image in the style of zhr james jean
20
+ learning_rate: 1.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: 1000
29
+ mixed_precision: fp16
30
+ num_class_images: 10
31
+ num_train_epochs: 39
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: /content/outputs
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 0.6
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: fp16
44
+ sample_batch_size: 2
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ snr_gamma: null
50
+ text_encoder_use_attention_mask: false
51
+ tokenizer_max_length: null
52
+ tokenizer_name: null
53
+ train_batch_size: 1
54
+ train_text_encoder: true
55
+ use_8bit_adam: true
56
+ validation_prompt: A image in the style of zhr james jean
57
+ validation_scheduler: DPMSolverMultistepScheduler
58
+ validation_steps: 100
59
+ variant: null
60
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1720774839.69af630f5353.4212.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d5b90fb7bfbc98acf3f6ee8da3f66f15281dc37cc13f4f2a710869bf7e7f3e2
3
+ size 17787318
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e3dee21666b8130f24b79250294c436d9c673f3e891c52895f87df8454b2e00
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637a4b5ba3eb996b2ae5f54e2d768404f05d9917bfb41d787d62b2807d82c850
3
  size 492265168
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d15b8c38e62b67c42abb41be0e066028f18e645473babb97d0c60401fe850a53
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be11a3afb96b47fe3db1a67a6d12e4f66df288d2006144d96efbb889b132fb48
3
  size 3438167536