lauluCas commited on
Commit
d3789a3
·
verified ·
1 Parent(s): 89da1ba

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:e7d14c47699b69c6fc4e01bcbb39df5ff03edba299db44a3fc1efa0299650d9a
3
+ size 74293050
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8793dd3d44fc7b9393cd5e23fd101d8620dba8803dd03d411a1a00a01345e1a
3
+ size 74185252