add model
Browse files- config.json +33 -0
- diffusion_model.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNetLDMModel",
|
| 3 |
+
"_diffusers_version": "0.0.4",
|
| 4 |
+
"attention_resolutions": [
|
| 5 |
+
16
|
| 6 |
+
],
|
| 7 |
+
"channel_mult": [
|
| 8 |
+
1,
|
| 9 |
+
2
|
| 10 |
+
],
|
| 11 |
+
"context_dim": null,
|
| 12 |
+
"conv_resample": true,
|
| 13 |
+
"dims": 2,
|
| 14 |
+
"dropout": 0,
|
| 15 |
+
"image_size": 32,
|
| 16 |
+
"in_channels": 4,
|
| 17 |
+
"legacy": true,
|
| 18 |
+
"model_channels": 32,
|
| 19 |
+
"n_embed": null,
|
| 20 |
+
"num_classes": null,
|
| 21 |
+
"num_head_channels": -1,
|
| 22 |
+
"num_heads": 2,
|
| 23 |
+
"num_heads_upsample": -1,
|
| 24 |
+
"num_res_blocks": 2,
|
| 25 |
+
"out_channels": 4,
|
| 26 |
+
"resblock_updown": false,
|
| 27 |
+
"transformer_depth": 1,
|
| 28 |
+
"use_checkpoint": false,
|
| 29 |
+
"use_fp16": false,
|
| 30 |
+
"use_new_attention_order": false,
|
| 31 |
+
"use_scale_shift_norm": false,
|
| 32 |
+
"use_spatial_transformer": false
|
| 33 |
+
}
|
diffusion_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6423c29669dc4c5886870347d3d1d23d341b2be7b16556e55b05b93b8643003a
|
| 3 |
+
size 3736205
|