Lawrence-cj
commited on
Commit
•
27d16d9
1
Parent(s):
04f365f
Upload files with `sana-upload`.
Browse filesUpload config.json
Upload diffusion_pytorch_model.safetensors
- config.json +61 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DCAE",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"decoder_act": "silu",
|
5 |
+
"decoder_block_type": [
|
6 |
+
"ResBlock",
|
7 |
+
"ResBlock",
|
8 |
+
"ResBlock",
|
9 |
+
"EViTS5GLU",
|
10 |
+
"EViTS5GLU",
|
11 |
+
"EViTS5GLU"
|
12 |
+
],
|
13 |
+
"decoder_depth_list": [
|
14 |
+
3,
|
15 |
+
3,
|
16 |
+
3,
|
17 |
+
3,
|
18 |
+
3,
|
19 |
+
3
|
20 |
+
],
|
21 |
+
"decoder_norm": "rms2d",
|
22 |
+
"decoder_width_list": [
|
23 |
+
128,
|
24 |
+
256,
|
25 |
+
512,
|
26 |
+
512,
|
27 |
+
1024,
|
28 |
+
1024
|
29 |
+
],
|
30 |
+
"downsample_block_type": "Conv",
|
31 |
+
"encoder_act": "silu",
|
32 |
+
"encoder_block_type": [
|
33 |
+
"ResBlock",
|
34 |
+
"ResBlock",
|
35 |
+
"ResBlock",
|
36 |
+
"EViTS5GLU",
|
37 |
+
"EViTS5GLU",
|
38 |
+
"EViTS5GLU"
|
39 |
+
],
|
40 |
+
"encoder_depth_list": [
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2,
|
44 |
+
3,
|
45 |
+
3,
|
46 |
+
3
|
47 |
+
],
|
48 |
+
"encoder_norm": "rms2d",
|
49 |
+
"encoder_width_list": [
|
50 |
+
128,
|
51 |
+
256,
|
52 |
+
512,
|
53 |
+
512,
|
54 |
+
1024,
|
55 |
+
1024
|
56 |
+
],
|
57 |
+
"in_channels": 3,
|
58 |
+
"latent_channels": 32,
|
59 |
+
"scaling_factor": null,
|
60 |
+
"upsample_block_type": "InterpolateConv"
|
61 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5196d0a2331830f4b7ecfb5e3c6d19d0f3d06e6c8b8e1677e3ae7a7ddc83ab73
|
3 |
+
size 624541118
|