sandyyuan commited on
Commit
34436ed
1 Parent(s): 8b5b6e2
.ipynb_checkpoints/model_index-checkpoint.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.29.0",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
logs/train_example/events.out.tfevents.1719008333.nid002960.104824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a355dba8b14e3de13cfa14f5a73d7bb2a5556c68e4602530c162b2a7e0c2349
3
+ size 88
logs/train_example/events.out.tfevents.1719008854.nid002960.130747.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2de84e49bde369ce7e40f5f98c67afacc22510ff7e624d273278882f98918c
3
+ size 88
logs/train_example/events.out.tfevents.1719009242.nid001789.2005269.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82786fbec94ff0461ccdc312dc9a693eb5a41dbabc40a1abe5ea9be8680ec407
3
+ size 88
logs/train_example/events.out.tfevents.1719009590.nid001789.2006869.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6c27d179f8dd5403e202a24f59308ecb35709124e07b7a82b11bc234bc8b347
3
+ size 88
logs/train_example/events.out.tfevents.1719009915.nid001789.2008939.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe2ad673c8a6f206c9d127a4779c39d896da8cbe2cae4550ff079aa990fb3dc
3
+ size 88
logs/train_example/events.out.tfevents.1719010090.nid001789.2009373.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713280294d099df312f0825599854999a550141a36edb5f6ff643288325378e6
3
+ size 5423546
logs/train_example/events.out.tfevents.1719011616.nid001789.2004885.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb65a8ca9d1fdf388295d7065f8ccb1a76f383f41445bf25c41c50cd5e3d78a6
3
+ size 88
logs/train_example/events.out.tfevents.1719012265.nid001789.2019814.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44efc43c6eec979c1cb0b99b63378c42699dd6dd4fbaa45ef26cc6827b350006
3
+ size 13474
logs/train_example/events.out.tfevents.1719021242.nid001789.2018589.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beba51fc5733cc7e5abdebc012c3ada2cba0c8d1fdaddc750a51795e5a09c5ae
3
+ size 1069038
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.29.0",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
samples/.ipynb_checkpoints/0009-checkpoint.png ADDED
samples/.ipynb_checkpoints/0019-checkpoint.png ADDED
samples/.ipynb_checkpoints/0029-checkpoint.png ADDED
samples/.ipynb_checkpoints/0039-checkpoint.png ADDED
samples/.ipynb_checkpoints/0049-checkpoint.png ADDED
samples/0004.png ADDED
samples/0009.png ADDED
samples/0019.png ADDED
samples/0029.png ADDED
samples/0039.png ADDED
samples/0049.png ADDED
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.29.0",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "steps_offset": 0,
15
+ "thresholding": false,
16
+ "timestep_spacing": "leading",
17
+ "trained_betas": null,
18
+ "variance_type": "fixed_small"
19
+ }
unet/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.29.0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 128,
10
+ 128,
11
+ 256,
12
+ 256,
13
+ 512,
14
+ 512
15
+ ],
16
+ "center_input_sample": false,
17
+ "class_embed_type": null,
18
+ "down_block_types": [
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "DownBlock2D",
23
+ "AttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "downsample_type": "conv",
28
+ "dropout": 0.0,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "in_channels": 3,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "num_train_timesteps": null,
38
+ "out_channels": 3,
39
+ "resnet_time_scale_shift": "default",
40
+ "sample_size": 128,
41
+ "time_embedding_type": "positional",
42
+ "up_block_types": [
43
+ "UpBlock2D",
44
+ "AttnUpBlock2D",
45
+ "UpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D"
49
+ ],
50
+ "upsample_type": "conv"
51
+ }
unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0864a2a82dcde23d86531acefa974f4388a839991a35d3b3d1cd40c17810846
3
+ size 454741108