Kaveh-Workstation
commited on
Commit
•
0254ca7
1
Parent(s):
5ac910f
added files after epoch 0
Browse files- logs/train_unconditional/events.out.tfevents.1686267540.pop-os.1761736.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686306546.pop-os.1764098.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686576615.pop-os.130847.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686586569.pop-os.516982.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686586693.pop-os.522458.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686586743.pop-os.524900.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686587009.pop-os.536476.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1686587081.pop-os.539870.0 +3 -0
- model_index.json +12 -0
- scheduler/scheduler_config.json +16 -0
- unet/config.json +46 -0
- unet/diffusion_pytorch_model.bin +3 -0
logs/train_unconditional/events.out.tfevents.1686267540.pop-os.1761736.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:261c297b4e612ceac57e239555c7057b24614f970ab687ec966e20f6cac39e3d
|
3 |
+
size 4662995
|
logs/train_unconditional/events.out.tfevents.1686306546.pop-os.1764098.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8debf0a57953bdccafcab30f4e8e6a1ee2afba592e7176d6d72c41699812a277
|
3 |
+
size 4198228
|
logs/train_unconditional/events.out.tfevents.1686576615.pop-os.130847.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e025b3989f7ba1043baadfa0e19090aa26ca2c74ed649fcd6d0010757f846bd
|
3 |
+
size 2833396
|
logs/train_unconditional/events.out.tfevents.1686586569.pop-os.516982.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad20d44baba0ffdabe05acfa15a1501299a97658bed2d26dd21ed53aeb9a7dc
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1686586693.pop-os.522458.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea1ff17ebfd218042303556176dc411feee9ab923f43c79b2f0ee3b3560810f2
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1686586743.pop-os.524900.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3271bd64098b98f166a5f7f48eb475939a16054a0a5ade42de2a1fa8efa786d
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1686587009.pop-os.536476.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acdfdb1ba955fca9be9717d552113d311f7c03763931f33a38e9872c3aafff53
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1686587081.pop-os.539870.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d93593c474684c18805c5813e2dc306e5adcd687a83eb64e6c5e07043fc0fb3f
|
3 |
+
size 875780
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.18.0.dev0",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"DDPMScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"diffusers",
|
10 |
+
"UNet2DModel"
|
11 |
+
]
|
12 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMScheduler",
|
3 |
+
"_diffusers_version": "0.18.0.dev0",
|
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 |
+
"sample_max_value": 1.0,
|
13 |
+
"thresholding": false,
|
14 |
+
"trained_betas": null,
|
15 |
+
"variance_type": "fixed_small"
|
16 |
+
}
|
unet/config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.18.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": 256,
|
37 |
+
"time_embedding_type": "positional",
|
38 |
+
"up_block_types": [
|
39 |
+
"UpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D",
|
44 |
+
"UpBlock2D"
|
45 |
+
]
|
46 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4881bf496d911801b5c85d8e363381b99de0cc18b2ccbb08dbd45adc4259198
|
3 |
+
size 454867965
|