sophiaaez commited on
Commit
0c26033
1 Parent(s): 7c1f60f

Upload with huggingface_hub

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