scarlettlin commited on
Commit
2048c4d
·
1 Parent(s): 3f5b403
.gitattributes CHANGED
@@ -52,3 +52,7 @@ checkpoint_image/80_0.png filter=lfs diff=lfs merge=lfs -text
52
  checkpoint_image/80_1.png filter=lfs diff=lfs merge=lfs -text
53
  checkpoint_image/80_2.png filter=lfs diff=lfs merge=lfs -text
54
  checkpoint_image/80_3.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
52
  checkpoint_image/80_1.png filter=lfs diff=lfs merge=lfs -text
53
  checkpoint_image/80_2.png filter=lfs diff=lfs merge=lfs -text
54
  checkpoint_image/80_3.png filter=lfs diff=lfs merge=lfs -text
55
+ checkpoint_image/100_0.png filter=lfs diff=lfs merge=lfs -text
56
+ checkpoint_image/100_1.png filter=lfs diff=lfs merge=lfs -text
57
+ checkpoint_image/100_2.png filter=lfs diff=lfs merge=lfs -text
58
+ checkpoint_image/100_3.png filter=lfs diff=lfs merge=lfs -text
checkpoint-25300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66eb5df2f24f417063eef4fac7ac87628dbac5287f885b6684e082bd3281197f
3
+ size 909763235
checkpoint-25300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c8670ee2ff0bc2a5cdc6b4fc616b111fbe5f4072f5fbaecc1b44f1c8a3236a
3
+ size 14663
checkpoint-25300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9908e73a194619e0df4a9ce6f22791e9495cc7cba15b4daed7a6857253ed43e
3
+ size 563
checkpoint-25300/unet/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "layers_per_block": 2,
30
+ "mid_block_scale_factor": 1,
31
+ "norm_eps": 1e-05,
32
+ "norm_num_groups": 32,
33
+ "num_class_embeds": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 128,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "UpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D"
45
+ ]
46
+ }
checkpoint-25300/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed9cb1269ad82b44cd274f04691d28a73f98deeae64719001c3caa5d957387c
3
+ size 454867965
checkpoint-25300/unet_ema/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "decay": 0.9999,
18
+ "down_block_types": [
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "DownBlock2D",
23
+ "AttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 3,
30
+ "inv_gamma": 1.0,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "min_decay": 0.0,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "optimization_step": 25300,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 128,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "UpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D"
50
+ ],
51
+ "update_after_step": 0,
52
+ "use_ema_warmup": true
53
+ }
checkpoint-25300/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23187d976960c25f6c27d6913691472c1a68648e4ec3b4894ef2f1a85c3ecbaa
3
+ size 454861629
checkpoint_image/100_0.png ADDED

Git LFS Details

  • SHA256: e18620932e7c091e3ac2a4d0b56f40101b3f2132f7ce30d6a01a36f150b854c2
  • Pointer size: 129 Bytes
  • Size of remote file: 8.05 kB
checkpoint_image/100_1.png ADDED

Git LFS Details

  • SHA256: 22507a4680c683e03e952ad2a7f616a214bd3aadf8bc748a6a3f05ac52308f1f
  • Pointer size: 129 Bytes
  • Size of remote file: 6.99 kB
checkpoint_image/100_2.png ADDED

Git LFS Details

  • SHA256: 9cea4d1aa7d2f58eb96d5621a47b210936d9b8672540aca5650606a45e747325
  • Pointer size: 129 Bytes
  • Size of remote file: 7.18 kB
checkpoint_image/100_3.png ADDED

Git LFS Details

  • SHA256: 0206ae201cb0bcb8550b741e16d0dc223563a8c73f9304db82b590dca2b5cdcf
  • Pointer size: 129 Bytes
  • Size of remote file: 7.69 kB
logs/train_unconditional/events.out.tfevents.1684478872.DESKTOP-H595TQ5.21288.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:575edb8d67e54285a9f6ac056f5ce4b3e409e950acfc3c34c0a744908f74105c
3
- size 10233776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099700622c6d139a5892ee05d488da38c5ec8e821c2f899f3fd4d8a6855279df
3
+ size 11496173
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cde0146fe397110548b623e93dd5c60a1ba696a634b08b1d527b0d75c32bf56e
3
  size 454867965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9aa15b47243adfef7c3e8f815ab19f09f065365a3651e6b790ae8c223be3a34
3
  size 454867965