rdruce commited on
Commit
f314a77
·
1 Parent(s): 3365408

Checkpoint

Browse files
.gitattributes CHANGED
@@ -30,3 +30,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
  *.zstandard filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
32
  samples/0009.png filter=lfs diff=lfs merge=lfs -text
 
 
 
30
  *.zstandard filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
32
  samples/0009.png filter=lfs diff=lfs merge=lfs -text
33
+ samples/0000.png filter=lfs diff=lfs merge=lfs -text
34
+ samples/0019.png filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.1.3",
4
+ "_name_or_path": "ddpm-flowers-128-2",
5
+ "act_fn": "silu",
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
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "AttnDownBlock2D",
22
+ "DownBlock2D"
23
+ ],
24
+ "downsample_padding": 1,
25
+ "flip_sin_to_cos": true,
26
+ "freq_shift": 0,
27
+ "in_channels": 3,
28
+ "layers_per_block": 2,
29
+ "mid_block_scale_factor": 1,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "out_channels": 3,
33
+ "sample_size": 128,
34
+ "time_embedding_type": "positional",
35
+ "up_block_types": [
36
+ "UpBlock2D",
37
+ "AttnUpBlock2D",
38
+ "UpBlock2D",
39
+ "UpBlock2D",
40
+ "UpBlock2D",
41
+ "UpBlock2D"
42
+ ]
43
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30649f044d9da6a2957c05c141a78c8d22f7b16e3a1e73a863cba89e21baeae
3
+ size 454859389
samples/0000.png ADDED

Git LFS Details

  • SHA256: ce06956f676441b7b33df1cc0954377b961ec116492a1b2ce6b815af9c7701ff
  • Pointer size: 131 Bytes
  • Size of remote file: 657 kB
samples/0009.png CHANGED

Git LFS Details

  • SHA256: 05fb70f8127199b55c183a4aadcd67192ba29699d9ac5b3e25ce2e23289f6051
  • Pointer size: 131 Bytes
  • Size of remote file: 408 kB

Git LFS Details

  • SHA256: bac7f1a176ff77c132d41331dcc274508bec43ed1c351f979859d5325a31a57c
  • Pointer size: 131 Bytes
  • Size of remote file: 405 kB
samples/0019.png ADDED

Git LFS Details

  • SHA256: 1dd773f27420f2804235fb462fcd6934f6cc5cff04b7fd65ca1844e4c4e2afa9
  • Pointer size: 131 Bytes
  • Size of remote file: 404 kB