patrickvonplaten commited on
Commit
4f025a1
·
1 Parent(s): 5df876d
Files changed (2) hide show
  1. config.json +42 -0
  2. diffusion_model.pt +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "NCSNpp",
3
+ "_diffusers_version": "0.0.4",
4
+ "attention_type": "ddpm",
5
+ "attn_resolutions": [
6
+ 16
7
+ ],
8
+ "centered": false,
9
+ "ch_mult": [
10
+ 1,
11
+ 2,
12
+ 2,
13
+ 2
14
+ ],
15
+ "conditional": true,
16
+ "continuous": true,
17
+ "conv_size": 3,
18
+ "dropout": 0.0,
19
+ "embedding_type": "fourier",
20
+ "fir": true,
21
+ "fir_kernel": [
22
+ 1,
23
+ 3,
24
+ 3,
25
+ 1
26
+ ],
27
+ "fourier_scale": 16,
28
+ "image_size": 32,
29
+ "init_scale": 0.0,
30
+ "nf": 32,
31
+ "nonlinearity": "swish",
32
+ "normalization": "GroupNorm",
33
+ "num_channels": 3,
34
+ "num_res_blocks": 1,
35
+ "progressive": "output_skip",
36
+ "progressive_combine": "sum",
37
+ "progressive_input": "input_skip",
38
+ "resamp_with_conv": true,
39
+ "resblock_type": "biggan",
40
+ "scale_by_sigma": true,
41
+ "skip_rescale": true
42
+ }
diffusion_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39602603c07d8f2770da739f717e529244287b7974d88d5ec2f65f4e19129018
3
+ size 7226431