lauluCas commited on
Commit
b72078f
·
verified ·
1 Parent(s): afd46fb

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "sample_size": 32,
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "layers_per_block": 2,
7
+ "block_out_channels": [
8
+ 64,
9
+ 128,
10
+ 128,
11
+ 256
12
+ ],
13
+ "down_block_types": [
14
+ "DownBlock2D",
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "AttnDownBlock2D"
18
+ ],
19
+ "up_block_types": [
20
+ "AttnUpBlock2D",
21
+ "AttnUpBlock2D",
22
+ "UpBlock2D",
23
+ "UpBlock2D"
24
+ ],
25
+ "act_fn": "silu",
26
+ "attention_head_dim": 8,
27
+ "norm_num_groups": 32
28
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf74c5c1f8bf6e1408ead6d56f902dabceb31ae4091185942e6c6eb1c4e56e05
3
+ size 74293050
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaacdb4668e78156d6832b8f254fd97c253eb1e32c03e4ee3d9bf22335087ab8
3
+ size 74185252