Step 100
Browse files- model_index.json +1 -1
- unet/config.json +4 -2
- unet/diffusion_pytorch_model.bin +2 -2
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "ConsistencyPipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"unet": [
|
| 5 |
"diffusers",
|
| 6 |
"UNet2DModel"
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "ConsistencyPipeline",
|
| 3 |
+
"_diffusers_version": "0.18.2",
|
| 4 |
"unet": [
|
| 5 |
"diffusers",
|
| 6 |
"UNet2DModel"
|
unet/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"act_fn": "silu",
|
| 5 |
"add_attention": true,
|
| 6 |
"attention_head_dim": 8,
|
|
@@ -19,6 +19,7 @@
|
|
| 19 |
"DownBlock2D"
|
| 20 |
],
|
| 21 |
"downsample_padding": 1,
|
|
|
|
| 22 |
"flip_sin_to_cos": true,
|
| 23 |
"freq_shift": 0,
|
| 24 |
"in_channels": 3,
|
|
@@ -36,5 +37,6 @@
|
|
| 36 |
"UpBlock2D",
|
| 37 |
"AttnUpBlock2D",
|
| 38 |
"UpBlock2D"
|
| 39 |
-
]
|
|
|
|
| 40 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.18.2",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"add_attention": true,
|
| 6 |
"attention_head_dim": 8,
|
|
|
|
| 19 |
"DownBlock2D"
|
| 20 |
],
|
| 21 |
"downsample_padding": 1,
|
| 22 |
+
"downsample_type": "conv",
|
| 23 |
"flip_sin_to_cos": true,
|
| 24 |
"freq_shift": 0,
|
| 25 |
"in_channels": 3,
|
|
|
|
| 37 |
"UpBlock2D",
|
| 38 |
"AttnUpBlock2D",
|
| 39 |
"UpBlock2D"
|
| 40 |
+
],
|
| 41 |
+
"upsample_type": "conv"
|
| 42 |
}
|
unet/diffusion_pytorch_model.bin
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:a3d61bfa06d65295b122837667d98c6e3e720da88cb120d2c7b3933f010c5ee4
|
| 3 |
+
size 75536937
|