madebyollin
commited on
Commit
•
f2feb02
1
Parent(s):
451ebf0
Upload 3 files
Browse files- config.json +44 -0
- diffusion_pytorch_model.bin +3 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderTiny",
|
3 |
+
"_diffusers_version": "0.29.0",
|
4 |
+
"act_fn": "relu",
|
5 |
+
"block_out_channels": [
|
6 |
+
64,
|
7 |
+
64,
|
8 |
+
64,
|
9 |
+
64
|
10 |
+
],
|
11 |
+
"decoder_block_out_channels": [
|
12 |
+
64,
|
13 |
+
64,
|
14 |
+
64,
|
15 |
+
64
|
16 |
+
],
|
17 |
+
"encoder_block_out_channels": [
|
18 |
+
64,
|
19 |
+
64,
|
20 |
+
64,
|
21 |
+
64
|
22 |
+
],
|
23 |
+
"force_upcast": false,
|
24 |
+
"in_channels": 3,
|
25 |
+
"latent_channels": 16,
|
26 |
+
"latent_magnitude": 3,
|
27 |
+
"latent_shift": 0.5,
|
28 |
+
"num_decoder_blocks": [
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
1
|
33 |
+
],
|
34 |
+
"num_encoder_blocks": [
|
35 |
+
1,
|
36 |
+
3,
|
37 |
+
3,
|
38 |
+
3
|
39 |
+
],
|
40 |
+
"out_channels": 3,
|
41 |
+
"scaling_factor": 1.0,
|
42 |
+
"upsample_fn": "nearest",
|
43 |
+
"upsampling_scaling_factor": 2
|
44 |
+
}
|
diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff650616d15b05148cd301c662fff6fb1763397461c09764ab698d36532ebb40
|
3 |
+
size 9878773
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f79c1397cb9ce1dac363722dbe70147aee0ccca75e28338f8482fe515891399
|
3 |
+
size 9848636
|