empbetty commited on
Commit
3d5ba52
1 Parent(s): 0bc58b8

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +26 -0
  2. checkpoint-1200/optimizer.bin +3 -0
  3. checkpoint-1200/random_states_0.pkl +3 -0
  4. checkpoint-1200/scaler.pt +3 -0
  5. checkpoint-1200/scheduler.bin +3 -0
  6. checkpoint-1200/unet/config.json +68 -0
  7. checkpoint-1200/unet/diffusion_pytorch_model.safetensors +3 -0
  8. checkpoint-400/optimizer.bin +3 -0
  9. checkpoint-400/random_states_0.pkl +3 -0
  10. checkpoint-400/scaler.pt +3 -0
  11. checkpoint-400/scheduler.bin +3 -0
  12. checkpoint-400/unet/config.json +68 -0
  13. checkpoint-400/unet/diffusion_pytorch_model.safetensors +3 -0
  14. checkpoint-800/optimizer.bin +3 -0
  15. checkpoint-800/random_states_0.pkl +3 -0
  16. checkpoint-800/scaler.pt +3 -0
  17. checkpoint-800/scheduler.bin +3 -0
  18. checkpoint-800/unet/config.json +68 -0
  19. checkpoint-800/unet/diffusion_pytorch_model.safetensors +3 -0
  20. class/0-dc7dcf0ec5d320e524a4110b8fd7284a38c7ca73.jpg +0 -0
  21. class/1-64d107e354feffedb1e8394b68865268f30750f7.jpg +0 -0
  22. class/10-e2f387d271b2c74c71a74d8454ffa44c075fa3df.jpg +0 -0
  23. class/100-4d2d726ac3aa005880436285980dc9f2ef77c028.jpg +0 -0
  24. class/101-94d926b779d48b255cd1f58fcbd68ece45daba63.jpg +0 -0
  25. class/102-74b081684ddd3d0095d1ef3d4f6a2b3a0d20c114.jpg +0 -0
  26. class/103-7b8f421c9a03d9acdb662cace4fce814c1b88582.jpg +0 -0
  27. class/104-df6b143d0f96ee14e6f52b79ace9f08c9b8c12ee.jpg +0 -0
  28. class/105-5573ee600d95fea5f475c91047a25d3456ce115f.jpg +0 -0
  29. class/106-fd4626a9c71a655726567908ecacf07a5063b24a.jpg +0 -0
  30. class/107-d2a0903db845ea76b2de75d604f7f81a25d21f8c.jpg +0 -0
  31. class/108-408a5c66b56f7c17b8d2d826d67f9f1dc8489443.jpg +0 -0
  32. class/109-829f7b0a8f4cdcf3b4d27ceea61c8da05c8824a2.jpg +0 -0
  33. class/11-2713dabe5d60b1f86586f30c157c90d50d2d09c1.jpg +0 -0
  34. class/110-c3e40f798cc20c59028e7f6650638122097e2085.jpg +0 -0
  35. class/111-13e42d66bbef4b89a8fb3a8ca01970e9426ea92a.jpg +0 -0
  36. class/112-51f25abb085afa59b14c26517bba17581ae64cc1.jpg +0 -0
  37. class/113-2fdc3e97d2391a35bbfc4d9b6e9a84eaf0c3ed5e.jpg +0 -0
  38. class/114-22cabd2100ef1bdde754ada00021a72611d60472.jpg +0 -0
  39. class/115-1e30daf4a7147312781b2427cdb6dafd6df02c83.jpg +0 -0
  40. class/116-06db84ed83d5a2c296ed611f9538f7fdcc45c7c7.jpg +0 -0
  41. class/117-62399ad912c5f855b95e8995442a09565cf59ed8.jpg +0 -0
  42. class/118-f2594d4ef9376f2e41ce6ea1272ded915e952eac.jpg +0 -0
  43. class/119-39c957860ff454d535801714f6e53d5566b3bc5a.jpg +0 -0
  44. class/12-cbadee545bd751bd07e3a91c5a8667fb741e0d14.jpg +0 -0
  45. class/120-fff46b4eb71d471cc3e2a8d1ab29dcf2cafc69f8.jpg +0 -0
  46. class/121-623beac56d7009eb9bdccaf0b48e1eaffb550c3f.jpg +0 -0
  47. class/122-b95b906a88ee9f8320e1f0144c044bbc97040f57.jpg +0 -0
  48. class/123-e86bb9ab4a7dab4e44f1c0ea9090d27e5f85d1b8.jpg +0 -0
  49. class/124-b8700bc50ed7177b7caf1710fb08ce55212a18e5.jpg +0 -0
  50. class/125-fec7931c3ad80852c618bda5602950327e6487bf.jpg +0 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: runwayml/stable-diffusion-v1-5
5
+ instance_prompt: a photo of sks dog
6
+ tags:
7
+ - stable-diffusion
8
+ - stable-diffusion-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - dreambooth
12
+ inference: true
13
+ ---
14
+
15
+ # DreamBooth - empbetty/tangyuan-dreambooth-5
16
+
17
+ This is a dreambooth model derived from runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/).
18
+ You can find some example images in the following.
19
+
20
+ ![img_0](./image_0.png)
21
+ ![img_1](./image_1.png)
22
+ ![img_2](./image_2.png)
23
+ ![img_3](./image_3.png)
24
+
25
+
26
+ DreamBooth for the text encoder was enabled: False.
checkpoint-1200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d879411d56e7a0abe849eabc912d590d41c96df9c47d4952aed5561b6865eaa
3
+ size 1725871501
checkpoint-1200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff7f1c44f913142025c51db0e32ec6d8fdc3e48791765c0afc3ee510d631cbaa
3
+ size 14663
checkpoint-1200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741cefeca9ef427f92406d2d10b81996655e2a9d50eb7aaa9614e6fdd1c9f529
3
+ size 557
checkpoint-1200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929cfd7829c67ceeb8aff49b6027f9733be426c8c8fbfa156b6d52349f054170
3
+ size 563
checkpoint-1200/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "_name_or_path": "project/sddata/finetune/dreambooth/tangyuan-background-removed/checkpoint-800",
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-1200/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d1975a9b94c5c7f4cf789a6fce71f26df516fc5f10bb41433b96c2b0e88318
3
+ size 3438167536
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1d6b1cb7a6804bd1a2d21c6552c82bc64df7de79c079c16b1e09e8be2433ea
3
+ size 1725109957
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5c467709a8324dbf780a1851253db935d3c4e184ba6161fa36ce6916df9a24
3
+ size 14663
checkpoint-400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc40a4be6a52cee4d7658df4041e660ffa02b0d8b5bd143bb8bb397f7b71b1a5
3
+ size 557
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff74eb4719a4c8b63a602855e45ba7e4b91ff73ee4bbd5ae88fa2eee11867fc
3
+ size 563
checkpoint-400/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.24.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-400/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d787c86845201ff6d08b737db585a46ea73ccd33261a2a376a9d8fbb5975d506
3
+ size 3438167536
checkpoint-800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b720b5dc7ef2f85149ca53f5783ab05272838cc0448abd1977f01ed1c74b30f
3
+ size 1725109957
checkpoint-800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322863718d6da5a92b5d3c1b29f7c16bf624739ed6c596c52ced46a2e7b700c4
3
+ size 14663
checkpoint-800/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ec07a12731ae6f9765d05fe7c8495505f1d0f90b4cc6255a0853fec3970808
3
+ size 557
checkpoint-800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a02959f98446b8a079aa8050bf167f6e712488dec537d754f2220c31213d4ee2
3
+ size 563
checkpoint-800/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.24.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-800/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e355313717e646a473e34487ac1493f4092c79db1cacb12b1d99d671f1ff6cb0
3
+ size 3438167536
class/0-dc7dcf0ec5d320e524a4110b8fd7284a38c7ca73.jpg ADDED
class/1-64d107e354feffedb1e8394b68865268f30750f7.jpg ADDED
class/10-e2f387d271b2c74c71a74d8454ffa44c075fa3df.jpg ADDED
class/100-4d2d726ac3aa005880436285980dc9f2ef77c028.jpg ADDED
class/101-94d926b779d48b255cd1f58fcbd68ece45daba63.jpg ADDED
class/102-74b081684ddd3d0095d1ef3d4f6a2b3a0d20c114.jpg ADDED
class/103-7b8f421c9a03d9acdb662cace4fce814c1b88582.jpg ADDED
class/104-df6b143d0f96ee14e6f52b79ace9f08c9b8c12ee.jpg ADDED
class/105-5573ee600d95fea5f475c91047a25d3456ce115f.jpg ADDED
class/106-fd4626a9c71a655726567908ecacf07a5063b24a.jpg ADDED
class/107-d2a0903db845ea76b2de75d604f7f81a25d21f8c.jpg ADDED
class/108-408a5c66b56f7c17b8d2d826d67f9f1dc8489443.jpg ADDED
class/109-829f7b0a8f4cdcf3b4d27ceea61c8da05c8824a2.jpg ADDED
class/11-2713dabe5d60b1f86586f30c157c90d50d2d09c1.jpg ADDED
class/110-c3e40f798cc20c59028e7f6650638122097e2085.jpg ADDED
class/111-13e42d66bbef4b89a8fb3a8ca01970e9426ea92a.jpg ADDED
class/112-51f25abb085afa59b14c26517bba17581ae64cc1.jpg ADDED
class/113-2fdc3e97d2391a35bbfc4d9b6e9a84eaf0c3ed5e.jpg ADDED
class/114-22cabd2100ef1bdde754ada00021a72611d60472.jpg ADDED
class/115-1e30daf4a7147312781b2427cdb6dafd6df02c83.jpg ADDED
class/116-06db84ed83d5a2c296ed611f9538f7fdcc45c7c7.jpg ADDED
class/117-62399ad912c5f855b95e8995442a09565cf59ed8.jpg ADDED
class/118-f2594d4ef9376f2e41ce6ea1272ded915e952eac.jpg ADDED
class/119-39c957860ff454d535801714f6e53d5566b3bc5a.jpg ADDED
class/12-cbadee545bd751bd07e3a91c5a8667fb741e0d14.jpg ADDED
class/120-fff46b4eb71d471cc3e2a8d1ab29dcf2cafc69f8.jpg ADDED
class/121-623beac56d7009eb9bdccaf0b48e1eaffb550c3f.jpg ADDED
class/122-b95b906a88ee9f8320e1f0144c044bbc97040f57.jpg ADDED
class/123-e86bb9ab4a7dab4e44f1c0ea9090d27e5f85d1b8.jpg ADDED
class/124-b8700bc50ed7177b7caf1710fb08ce55212a18e5.jpg ADDED
class/125-fec7931c3ad80852c618bda5602950327e6487bf.jpg ADDED