patrickvonplaten commited on
Commit
cc7ffff
·
1 Parent(s): 4be41b2
Files changed (2) hide show
  1. config.json +46 -0
  2. diffusion_model.pt +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 1,
12
+ 2,
13
+ 2,
14
+ 2,
15
+ 2,
16
+ 2
17
+ ],
18
+ "conditional": true,
19
+ "continuous": true,
20
+ "conv_size": 3,
21
+ "dropout": 0.0,
22
+ "embedding_type": "fourier",
23
+ "fir": true,
24
+ "fir_kernel": [
25
+ 1,
26
+ 3,
27
+ 3,
28
+ 1
29
+ ],
30
+ "fourier_scale": 16,
31
+ "image_size": 256,
32
+ "init_scale": 0.0,
33
+ "name_or_path": "./",
34
+ "nf": 128,
35
+ "nonlinearity": "swish",
36
+ "normalization": "GroupNorm",
37
+ "num_channels": 3,
38
+ "num_res_blocks": 2,
39
+ "progressive": "output_skip",
40
+ "progressive_combine": "sum",
41
+ "progressive_input": "input_skip",
42
+ "resamp_with_conv": true,
43
+ "resblock_type": "biggan",
44
+ "scale_by_sigma": true,
45
+ "skip_rescale": true
46
+ }
diffusion_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dad823e69586ea978df11bfef18f44c844cd992faaa5d16ce0d9aeb6186d67
3
+ size 262516471