patrickvonplaten commited on
Commit
ea69e6f
1 Parent(s): 1e80c0c
Files changed (3) hide show
  1. config.json +12 -9
  2. diffusion_model.pt +2 -2
  3. sampler_config.json +0 -9
config.json CHANGED
@@ -1,14 +1,17 @@
1
  {
2
- "_model_class": "UNetModel",
3
- "channels": 3,
4
- "dim": 8,
5
- "dim_mults": [
 
 
6
  1,
7
  2
8
  ],
9
- "init_dim": null,
10
- "learned_variance": false,
11
- "out_dim": null,
12
- "resnet_block_groups": 2,
13
- "with_time_emb": true
 
14
  }
1
  {
2
+ "_class_name": "UNetModel",
3
+ "attn_resolutions": [
4
+ 16
5
+ ],
6
+ "ch": 32,
7
+ "ch_mult": [
8
  1,
9
  2
10
  ],
11
+ "dropout": 0.0,
12
+ "in_channels": 3,
13
+ "num_res_blocks": 2,
14
+ "out_ch": 3,
15
+ "resamp_with_conv": true,
16
+ "resolution": 32
17
  }
diffusion_model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d284c6f43acade4655fcc7042d8974074bb66c5a8090ef61e9076c06da9e879c
3
- size 286841
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef275c749edcecd52e9b4a6215591b9516417ba77f4c5e595a3f9a7d3caf776
3
+ size 4079329
sampler_config.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "_class_name": "GaussianDiffusion",
3
- "beta_schedule": "cosine",
4
- "channels": 3,
5
- "image_size": 128,
6
- "loss_type": "l1",
7
- "objective": "pred_noise",
8
- "timesteps": 3
9
- }