jonathan.mamou
commited on
Commit
•
a6c9e1f
1
Parent(s):
e56ad7e
Update from jmamou
Browse files- README.md +1 -0
- logs/train_distil_unconditional/events.out.tfevents.1664436391.distil-p5ngl-6kw8d.7.0 +3 -0
- logs/train_distil_unconditional/events.out.tfevents.1664436437.distil-p5ngl-dvncq.7.0 +3 -0
- model_index.json +12 -0
- scheduler/scheduler_config.json +11 -0
- unet/config.json +36 -0
- unet/diffusion_pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
hello
|
logs/train_distil_unconditional/events.out.tfevents.1664436391.distil-p5ngl-6kw8d.7.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8c6c948ff7e86859dca8fd7e535f09f2a0a4b46d80e4b447af24bbb71050009
|
3 |
+
size 40
|
logs/train_distil_unconditional/events.out.tfevents.1664436437.distil-p5ngl-dvncq.7.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e46fb9f33ccf8b0eb5709a87172c2590f23a34d968fa1274c8b02e676d18d56
|
3 |
+
size 10519688
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.3.0",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"DDPMScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"diffusers",
|
10 |
+
"UNet2DModel"
|
11 |
+
]
|
12 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMScheduler",
|
3 |
+
"_diffusers_version": "0.3.0",
|
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,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.3.0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"attention_head_dim": 8,
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
128,
|
9 |
+
256,
|
10 |
+
256
|
11 |
+
],
|
12 |
+
"center_input_sample": false,
|
13 |
+
"down_block_types": [
|
14 |
+
"DownBlock2D",
|
15 |
+
"DownBlock2D",
|
16 |
+
"AttnDownBlock2D",
|
17 |
+
"DownBlock2D"
|
18 |
+
],
|
19 |
+
"downsample_padding": 1,
|
20 |
+
"flip_sin_to_cos": true,
|
21 |
+
"freq_shift": 0,
|
22 |
+
"in_channels": 3,
|
23 |
+
"layers_per_block": 2,
|
24 |
+
"mid_block_scale_factor": 1,
|
25 |
+
"norm_eps": 1e-05,
|
26 |
+
"norm_num_groups": 32,
|
27 |
+
"out_channels": 3,
|
28 |
+
"sample_size": 64,
|
29 |
+
"time_embedding_type": "positional",
|
30 |
+
"up_block_types": [
|
31 |
+
"UpBlock2D",
|
32 |
+
"AttnUpBlock2D",
|
33 |
+
"UpBlock2D",
|
34 |
+
"UpBlock2D"
|
35 |
+
]
|
36 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c4a5af85f1827ede03ebe269d9545586e0ba406279a735a092d4b99ddc9310c
|
3 |
+
size 114049969
|