Yagorka commited on
Commit
e304c2a
·
1 Parent(s): 8307dac
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
logs/train_example/events.out.tfevents.1677840097.yagor-pc.277861.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22b302b73cbe25d4f17bf288acc1bd7b1d02fb7831026717707fefdc7fd943f7
3
+ size 1646
logs/train_example/events.out.tfevents.1677840129.yagor-pc.277861.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed9530df5861370b228fc46ef6589ee2091e5530197427aabb71d3cda472b87
3
+ size 5366
logs/train_example/events.out.tfevents.1677840173.yagor-pc.277861.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d554a91852628f1e0908c19f3e0f8957863becc530758a6b2962986f8f7649d4
3
+ size 1894
logs/train_example/events.out.tfevents.1677840204.yagor-pc.277861.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e54870b3628634869600850cc550816c91698efaed1507c04bb46c0047e322
3
+ size 10574
logs/train_example/events.out.tfevents.1677840278.yagor-pc.277861.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d5f70963c180eeb02fd418d4b0a0167dd08242c13bec9676de06a2e38814fe
3
+ size 40
logs/train_example/events.out.tfevents.1677840304.yagor-pc.277861.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59edc83093326208095909a10738c53c018077e9e1e94609afb89ef41883fdf2
3
+ size 40
logs/train_example/events.out.tfevents.1677840326.yagor-pc.277861.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db468866c870c18365e8e089c0f5f012dd5649bf540715cf5b931737a8c0e8b
3
+ size 90963
logs/train_example/events.out.tfevents.1677870809.yagor-pc.316388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c78702235e028c270ec038832a96f73a45ea9afa9ca1926629252cf341cf1f
3
+ size 323500
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.5.1",
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.5.1",
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.5.1",
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": 3,
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": 64,
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:840af37c5705fd5e023688303e935205fc577e5c22ed5bd216d7adc80eadab84
3
+ size 454859389