Upload model
Browse files- config.json +6 -6
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"attn_norm_num_groups": null,
|
| 8 |
"block_out_channels": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
128,
|
| 10 |
-
128
|
| 11 |
-
256,
|
| 12 |
-
256,
|
| 13 |
-
512,
|
| 14 |
-
512
|
| 15 |
],
|
| 16 |
"center_input_sample": false,
|
| 17 |
"class_embed_type": "identity",
|
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"num_train_timesteps": null,
|
| 38 |
"out_channels": 1,
|
| 39 |
"resnet_time_scale_shift": "default",
|
| 40 |
-
"sample_size":
|
| 41 |
"time_embedding_dim": null,
|
| 42 |
"time_embedding_type": "positional",
|
| 43 |
"up_block_types": [
|
|
|
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"attn_norm_num_groups": null,
|
| 8 |
"block_out_channels": [
|
| 9 |
+
32,
|
| 10 |
+
32,
|
| 11 |
+
64,
|
| 12 |
+
64,
|
| 13 |
128,
|
| 14 |
+
128
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
],
|
| 16 |
"center_input_sample": false,
|
| 17 |
"class_embed_type": "identity",
|
|
|
|
| 37 |
"num_train_timesteps": null,
|
| 38 |
"out_channels": 1,
|
| 39 |
"resnet_time_scale_shift": "default",
|
| 40 |
+
"sample_size": 32,
|
| 41 |
"time_embedding_dim": null,
|
| 42 |
"time_embedding_type": "positional",
|
| 43 |
"up_block_types": [
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77d01f6522fcbe1bca836c61be5f5c52322c6d1a7ac2a561e12befe7219a2b1c
|
| 3 |
+
size 28547396
|