Epoch 29
Browse files- .gitattributes +30 -0
- .gitignore +1 -0
- logs/train_example/events.out.tfevents.1662904005.7c51321c01bf.70.0 +3 -0
- logs/train_example/events.out.tfevents.1662904723.7c51321c01bf.70.1 +3 -0
- logs/train_example/events.out.tfevents.1662904865.7c51321c01bf.70.2 +3 -0
- logs/train_example/events.out.tfevents.1662905653.7c51321c01bf.70.3 +3 -0
- logs/train_example/events.out.tfevents.1662905881.7c51321c01bf.70.4 +3 -0
- logs/train_example/events.out.tfevents.1662906065.7c51321c01bf.70.5 +3 -0
- logs/train_example/events.out.tfevents.1662906170.7c51321c01bf.70.6 +3 -0
- logs/train_example/events.out.tfevents.1662906295.7c51321c01bf.70.7 +3 -0
- logs/train_example/events.out.tfevents.1662906385.7c51321c01bf.70.8 +3 -0
- model_index.json +12 -0
- samples/0000.png +3 -0
- samples/0001.png +3 -0
- samples/0002.png +3 -0
- samples/0003.png +3 -0
- samples/0004.png +3 -0
- samples/0005.png +3 -0
- samples/0006.png +3 -0
- samples/0007.png +3 -0
- samples/0008.png +3 -0
- samples/0009.png +3 -0
- samples/0010.png +3 -0
- samples/0011.png +3 -0
- samples/0012.png +3 -0
- samples/0013.png +3 -0
- samples/0014.png +3 -0
- samples/0015.png +3 -0
- samples/0016.png +3 -0
- samples/0017.png +3 -0
- samples/0018.png +3 -0
- samples/0019.png +3 -0
- samples/0020.png +3 -0
- samples/0021.png +3 -0
- samples/0022.png +3 -0
- samples/0023.png +3 -0
- samples/0024.png +3 -0
- samples/0025.png +3 -0
- samples/0026.png +3 -0
- samples/0027.png +3 -0
- samples/0028.png +3 -0
- samples/0029.png +3 -0
- scheduler/scheduler_config.json +11 -0
- unet/config.json +42 -0
- unet/diffusion_pytorch_model.bin +3 -0
.gitattributes
CHANGED
@@ -30,3 +30,33 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
31 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
33 |
+
samples/0000.png filter=lfs diff=lfs merge=lfs -text
|
34 |
+
samples/0001.png filter=lfs diff=lfs merge=lfs -text
|
35 |
+
samples/0002.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/0003.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/0004.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
samples/0005.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
samples/0006.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
samples/0007.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
samples/0008.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
samples/0009.png filter=lfs diff=lfs merge=lfs -text
|
43 |
+
samples/0010.png filter=lfs diff=lfs merge=lfs -text
|
44 |
+
samples/0011.png filter=lfs diff=lfs merge=lfs -text
|
45 |
+
samples/0012.png filter=lfs diff=lfs merge=lfs -text
|
46 |
+
samples/0013.png filter=lfs diff=lfs merge=lfs -text
|
47 |
+
samples/0014.png filter=lfs diff=lfs merge=lfs -text
|
48 |
+
samples/0015.png filter=lfs diff=lfs merge=lfs -text
|
49 |
+
samples/0016.png filter=lfs diff=lfs merge=lfs -text
|
50 |
+
samples/0017.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
samples/0018.png filter=lfs diff=lfs merge=lfs -text
|
52 |
+
samples/0019.png filter=lfs diff=lfs merge=lfs -text
|
53 |
+
samples/0020.png filter=lfs diff=lfs merge=lfs -text
|
54 |
+
samples/0021.png filter=lfs diff=lfs merge=lfs -text
|
55 |
+
samples/0022.png filter=lfs diff=lfs merge=lfs -text
|
56 |
+
samples/0023.png filter=lfs diff=lfs merge=lfs -text
|
57 |
+
samples/0024.png filter=lfs diff=lfs merge=lfs -text
|
58 |
+
samples/0025.png filter=lfs diff=lfs merge=lfs -text
|
59 |
+
samples/0026.png filter=lfs diff=lfs merge=lfs -text
|
60 |
+
samples/0027.png filter=lfs diff=lfs merge=lfs -text
|
61 |
+
samples/0028.png filter=lfs diff=lfs merge=lfs -text
|
62 |
+
samples/0029.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
logs/train_example/events.out.tfevents.1662904005.7c51321c01bf.70.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7f946b8ecc3d2e1412480a20f6bd8164d532e125aca64bc56dd6b612b00b26d
|
3 |
+
size 79660
|
logs/train_example/events.out.tfevents.1662904723.7c51321c01bf.70.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b73f6f84d70fcc38a84b4a34a98a5cc72429da23a79e14d4ce49adc1dc1967b
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662904865.7c51321c01bf.70.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95a7b8d77695fbfaa6c7b1bcb690f9571b4659f5a6393129b13d4017e49e785f
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662905653.7c51321c01bf.70.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:027bbfca58fea391c0a88ddaf8c16b6f502b96cbf99d48243e05640f2f0bbfd5
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662905881.7c51321c01bf.70.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:040cc4bd60ffd2265e8bdfd9973229948b1faa8a2661376fb61ef6e74a1998fa
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662906065.7c51321c01bf.70.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8a49f464ccc5c8a364a2ddcb6606c16af240703d0fbdbceb7a2ad8e2b125d48
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662906170.7c51321c01bf.70.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eff650fe4a7ea9e8c0d4191c82f6d0714af0ada24d3a5fdbe689f070dcb9c4e4
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662906295.7c51321c01bf.70.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9411e306d8251cbdd692f918472ea44aca1580b36416d2262d498145b5913bce
|
3 |
+
size 7846
|
logs/train_example/events.out.tfevents.1662906385.7c51321c01bf.70.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:895fe8a9bd2d4c7b89acb0ea50f44b86a2fc11ea4e4ee9598755fc5390a99e38
|
3 |
+
size 239680
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.2.3",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"DDPMScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"diffusers",
|
10 |
+
"UNet2DModel"
|
11 |
+
]
|
12 |
+
}
|
samples/0000.png
ADDED
![]() |
Git LFS Details
|
samples/0001.png
ADDED
![]() |
Git LFS Details
|
samples/0002.png
ADDED
![]() |
Git LFS Details
|
samples/0003.png
ADDED
![]() |
Git LFS Details
|
samples/0004.png
ADDED
![]() |
Git LFS Details
|
samples/0005.png
ADDED
![]() |
Git LFS Details
|
samples/0006.png
ADDED
![]() |
Git LFS Details
|
samples/0007.png
ADDED
![]() |
Git LFS Details
|
samples/0008.png
ADDED
![]() |
Git LFS Details
|
samples/0009.png
ADDED
![]() |
Git LFS Details
|
samples/0010.png
ADDED
![]() |
Git LFS Details
|
samples/0011.png
ADDED
![]() |
Git LFS Details
|
samples/0012.png
ADDED
![]() |
Git LFS Details
|
samples/0013.png
ADDED
![]() |
Git LFS Details
|
samples/0014.png
ADDED
![]() |
Git LFS Details
|
samples/0015.png
ADDED
![]() |
Git LFS Details
|
samples/0016.png
ADDED
![]() |
Git LFS Details
|
samples/0017.png
ADDED
![]() |
Git LFS Details
|
samples/0018.png
ADDED
![]() |
Git LFS Details
|
samples/0019.png
ADDED
![]() |
Git LFS Details
|
samples/0020.png
ADDED
![]() |
Git LFS Details
|
samples/0021.png
ADDED
![]() |
Git LFS Details
|
samples/0022.png
ADDED
![]() |
Git LFS Details
|
samples/0023.png
ADDED
![]() |
Git LFS Details
|
samples/0024.png
ADDED
![]() |
Git LFS Details
|
samples/0025.png
ADDED
![]() |
Git LFS Details
|
samples/0026.png
ADDED
![]() |
Git LFS Details
|
samples/0027.png
ADDED
![]() |
Git LFS Details
|
samples/0028.png
ADDED
![]() |
Git LFS Details
|
samples/0029.png
ADDED
![]() |
Git LFS Details
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMScheduler",
|
3 |
+
"_diffusers_version": "0.2.3",
|
4 |
+
"beta_end": 0.02,
|
5 |
+
"beta_schedule": "linear",
|
6 |
+
"beta_start": 0.0001,
|
7 |
+
"clip_sample": true,
|
8 |
+
"num_train_timesteps": 1000,
|
9 |
+
"trained_betas": null,
|
10 |
+
"variance_type": "fixed_small"
|
11 |
+
}
|
unet/config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.2.3",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"attention_head_dim": 8,
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
128,
|
9 |
+
256,
|
10 |
+
256,
|
11 |
+
512,
|
12 |
+
512
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D",
|
21 |
+
"DownBlock2D"
|
22 |
+
],
|
23 |
+
"downsample_padding": 1,
|
24 |
+
"flip_sin_to_cos": true,
|
25 |
+
"freq_shift": 0,
|
26 |
+
"in_channels": 6,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"norm_eps": 1e-05,
|
30 |
+
"norm_num_groups": 32,
|
31 |
+
"out_channels": 3,
|
32 |
+
"sample_size": 128,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"UpBlock2D",
|
36 |
+
"AttnUpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D",
|
39 |
+
"UpBlock2D",
|
40 |
+
"UpBlock2D"
|
41 |
+
]
|
42 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4447124a88c7e95c649b761d2fd45c71b3b7e9e9e4fef14f23d6d92354b778d2
|
3 |
+
size 454873213
|