alkzar90 commited on
Commit
ef3701b
1 Parent(s): bd2bdca

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +45 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.11.1",
4
+ "_name_or_path": "/root/.cache/huggingface/diffusers/models--google--ddpm-celebahq-256/snapshots/cd5c944777ea2668051904ead6cc120739b86c4d",
5
+ "act_fn": "silu",
6
+ "add_attention": true,
7
+ "attention_head_dim": null,
8
+ "block_out_channels": [
9
+ 128,
10
+ 128,
11
+ 256,
12
+ 256,
13
+ 512,
14
+ 512
15
+ ],
16
+ "center_input_sample": false,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 0,
26
+ "flip_sin_to_cos": false,
27
+ "freq_shift": 1,
28
+ "in_channels": 3,
29
+ "layers_per_block": 2,
30
+ "mid_block_scale_factor": 1,
31
+ "norm_eps": 1e-06,
32
+ "norm_num_groups": 32,
33
+ "out_channels": 3,
34
+ "resnet_time_scale_shift": "default",
35
+ "sample_size": 256,
36
+ "time_embedding_type": "positional",
37
+ "up_block_types": [
38
+ "UpBlock2D",
39
+ "AttnUpBlock2D",
40
+ "UpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D"
44
+ ]
45
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7a22c7df2e07b71c6ad2f5653ba05ad7ea86d795f5df175f68532d391c5792
3
+ size 454867325