patrickvonplaten commited on
Commit
0698a65
·
1 Parent(s): 1c0f5e1

upload ffhq model

Browse files
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
+ 2,
12
+ 4,
13
+ 8,
14
+ 16,
15
+ 32,
16
+ 32,
17
+ 32
18
+ ],
19
+ "conditional": true,
20
+ "continuous": true,
21
+ "conv_size": 3,
22
+ "dropout": 0.0,
23
+ "embedding_type": "fourier",
24
+ "fir": true,
25
+ "fir_kernel": [
26
+ 1,
27
+ 3,
28
+ 3,
29
+ 1
30
+ ],
31
+ "fourier_scale": 16,
32
+ "image_size": 1024,
33
+ "init_scale": 0.0,
34
+ "nf": 16,
35
+ "nonlinearity": "swish",
36
+ "normalization": "GroupNorm",
37
+ "num_channels": 3,
38
+ "num_res_blocks": 1,
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
+ }
ffhq_1024_ncsnpp_continuous_ema.pt → diffusion_model.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42eb595f6f6de842bc6ab129788fa0da071057ec3b03f3926fb2aa5950ba1955
3
- size 423360557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6138f0a62dbae22e2f3d0946ef87c13b5a38031d99eac777e45a69e02afb42
3
+ size 423337455
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "NCSNppPipeline",
3
+ "_diffusers_version": "0.0.4",
4
+ "model": [
5
+ "diffusers",
6
+ "NCSNpp"
7
+ ],
8
+ "scheduler": [
9
+ "diffusers",
10
+ "VeSdeScheduler"
11
+ ]
12
+ }
scheduler_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VeSdeScheduler",
3
+ "_diffusers_version": "0.0.4",
4
+ "sampling_eps": 1e-05,
5
+ "sigma_max": 1348,
6
+ "sigma_min": 0.01,
7
+ "snr": 0.15
8
+ }