add model
Browse files- config.json +21 -0
- diffusion_model.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.0.4",
|
| 4 |
+
"attn_resolutions": [],
|
| 5 |
+
"ch": 64,
|
| 6 |
+
"ch_mult": [
|
| 7 |
+
1
|
| 8 |
+
],
|
| 9 |
+
"double_z": true,
|
| 10 |
+
"dropout": 0.0,
|
| 11 |
+
"embed_dim": 4,
|
| 12 |
+
"give_pre_end": false,
|
| 13 |
+
"in_channels": 3,
|
| 14 |
+
"num_res_blocks": 1,
|
| 15 |
+
"out_ch": 3,
|
| 16 |
+
"remap": null,
|
| 17 |
+
"resamp_with_conv": true,
|
| 18 |
+
"resolution": 32,
|
| 19 |
+
"sane_index_shape": false,
|
| 20 |
+
"z_channels": 4
|
| 21 |
+
}
|
diffusion_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d72b31b0c7ca76cc2e6adc59bdf2473917ade400eee5a290eb23a1a23f4df1f
|
| 3 |
+
size 2384261
|