Arthur commited on
Commit
482a582
1 Parent(s): 601d859
Files changed (2) hide show
  1. config.json +61 -0
  2. diffusion_model.pt +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetUnconditionalModel",
3
+ "_diffusers_version": "0.0.4",
4
+ "attention_resolutions": [
5
+ 8,
6
+ 4,
7
+ 2
8
+ ],
9
+ "attn_resolutions": [
10
+ 16
11
+ ],
12
+ "block_channels": [
13
+ 16,
14
+ 32,
15
+ 64,
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "center_input_sample": true,
23
+ "conv_resample": true,
24
+ "ddpm": false,
25
+ "down_blocks": [
26
+ "UNetResSkipDownBlock2D",
27
+ "UNetResSkipDownBlock2D",
28
+ "UNetResSkipDownBlock2D",
29
+ "UNetResSkipDownBlock2D",
30
+ "UNetResSkipDownBlock2D",
31
+ "UNetResSkipDownBlock2D",
32
+ "UNetResAttnSkipDownBlock2D",
33
+ "UNetResSkipDownBlock2D"
34
+ ],
35
+ "downsample_padding": 1,
36
+ "downscale_freq_shift": 0,
37
+ "dropout": 0.0,
38
+ "flip_sin_to_cos": true,
39
+ "image_size": 1024,
40
+ "in_channels": 3,
41
+ "ldm": false,
42
+ "mid_block_scale_factor": 1.41421356237,
43
+ "name_or_path": "fusing/ffhq_ncsnpp",
44
+ "num_head_channels": null,
45
+ "num_res_blocks": 1,
46
+ "out_channels": 3,
47
+ "resnet_eps": 1e-06,
48
+ "resnet_num_groups": null,
49
+ "sde": true,
50
+ "time_embedding_type": "fourier",
51
+ "up_blocks": [
52
+ "UNetResSkipUpBlock2D",
53
+ "UNetResAttnSkipUpBlock2D",
54
+ "UNetResSkipUpBlock2D",
55
+ "UNetResSkipUpBlock2D",
56
+ "UNetResSkipUpBlock2D",
57
+ "UNetResSkipUpBlock2D",
58
+ "UNetResSkipUpBlock2D",
59
+ "UNetResSkipUpBlock2D"
60
+ ]
61
+ }
diffusion_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6d36a6e1bfa9deb80a8bc4d5976f1c94294812ed1780c6fbb01a0c19f58f18
3
+ size 423345519