satani commited on
Commit
0e55ccb
1 Parent(s): 5d5cd2f

End of training

Browse files
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1b289d89fc6ad576098a5c6dbb1c5215d832d0fe9394315a3e6801193542bac
3
  size 1972598422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b5a4db75f7c833f64ce66af6945ec587765aa89f3ddd14bb95d222b1b0630d
3
  size 1972598422
checkpoint-1000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a257517b190e04462e195bf12db4ba4cf13d953c6cf60e24c389f32adccc4ce0
3
  size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42eb80702539854f01c18d100b6536facd920c27502e2efc8bf1582ef1a5f58b
3
  size 14408
checkpoint-1000/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9eca3d47d362cb941df8b4d6a0b09315a8a0a8f38960d4615546266541c624e7
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54789b657e3d9398e5888eb65de7876677e598d3ced13c41bb53b005c8db4242
3
  size 492265168
checkpoint-1000/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65c7a62392a1394e4cfb1645d033de1125611941e3f81b93b8bbc8c9839e2661
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026c63d3bdff5e5396043cc0da9aa06c0f15570cdeb06c53e0ebcf7f826e7eb6
3
  size 3438167536
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d77460a09d49b5d14e60c7b534a64f122896c1f6ff7a2f0f41e91065c2111ed1
3
+ size 1972598422
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212766c51c9bed5aec90d027ec960baf7dd2ec88cf0971773951d9a970d5fdfd
3
+ size 14408
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8108c9f3ee073c12b3784e0f4fdb33e21478fc1e37ff98e67bf025cabaa140
3
+ size 1000
checkpoint-1500/text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "anitoon",
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.36.2",
24
+ "vocab_size": 49408
25
+ }
checkpoint-1500/text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f37f7dac864dcadc4164a45620733077c8e2dfdf326d992907c8803d7f36152
3
+ size 492265168
checkpoint-1500/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.25.0.dev0",
4
+ "_name_or_path": "anitoon",
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-1500/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebbef0cf53c1476351f46c637096ee5140d66e2d91079bdd786a9a9b4e459da
3
+ size 3438167536
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4893545da8f78a0ac677bc9f86eb5f40e2b23e50c6a70cb1305a7227a91d85e4
3
  size 1972598422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7afd0a6d0e1d13444950a395c6bb58817de15f06c3cd8c8b4e0921c5295d4aa
3
  size 1972598422
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8941b4efe26caaa58d2df7873b6660ddbec9f3b3d2f2b42ad56d97f14cd1222d
3
  size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30be778e07999f51bbe0f5f0bf568f20c583bfb0c61f9760c7a89f29d2e29c7d
3
  size 14408
checkpoint-500/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:741cd0a7a0aa5a2935be5639fe06dbd5868e72177547638ea9b78c2603a7a4c8
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5483a36cfbaeafe1d32e07c88d1817bd6f54821f49da085af6e75eb9bd202c31
3
  size 492265168
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11362ec8471abd02e40b72477d4a77c48962864b8fb1e12cf87e1d1e52c64cec
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b530016f0bd9e079928b4dae4d76489d00fd283f364d61b5be2e1918b37f1546
3
  size 3438167536
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d04ef3d5e7797babd1297d95da4e41718aab892060057c39dfe1803d39bd555
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f37f7dac864dcadc4164a45620733077c8e2dfdf326d992907c8803d7f36152
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:0481e3492546ac7e8b62c2fa41169f4c3a98ddc95bd3380dc2139a3dc758792e
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebbef0cf53c1476351f46c637096ee5140d66e2d91079bdd786a9a9b4e459da
3
  size 3438167536