Arthuerwang
commited on
Commit
•
8a7a0ec
1
Parent(s):
1735a8f
Step 100
Browse files- model_index.json +1 -1
- unet/config.json +4 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
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.23.1",
|
4 |
"unet": [
|
5 |
"diffusers",
|
6 |
"UNet2DModel"
|
unet/config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"add_attention": true,
|
6 |
"attention_head_dim": 8,
|
|
|
7 |
"block_out_channels": [
|
8 |
128,
|
9 |
128,
|
@@ -20,6 +21,7 @@
|
|
20 |
],
|
21 |
"downsample_padding": 1,
|
22 |
"downsample_type": "conv",
|
|
|
23 |
"flip_sin_to_cos": true,
|
24 |
"freq_shift": 0,
|
25 |
"in_channels": 3,
|
@@ -28,6 +30,7 @@
|
|
28 |
"norm_eps": 1e-05,
|
29 |
"norm_num_groups": 32,
|
30 |
"num_class_embeds": null,
|
|
|
31 |
"out_channels": 3,
|
32 |
"resnet_time_scale_shift": "default",
|
33 |
"sample_size": 32,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.23.1",
|
4 |
"act_fn": "silu",
|
5 |
"add_attention": true,
|
6 |
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
"block_out_channels": [
|
9 |
128,
|
10 |
128,
|
|
|
21 |
],
|
22 |
"downsample_padding": 1,
|
23 |
"downsample_type": "conv",
|
24 |
+
"dropout": 0.0,
|
25 |
"flip_sin_to_cos": true,
|
26 |
"freq_shift": 0,
|
27 |
"in_channels": 3,
|
|
|
30 |
"norm_eps": 1e-05,
|
31 |
"norm_num_groups": 32,
|
32 |
"num_class_embeds": null,
|
33 |
+
"num_train_timesteps": null,
|
34 |
"out_channels": 3,
|
35 |
"resnet_time_scale_shift": "default",
|
36 |
"sample_size": 32,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 75474516
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d76e40f94db6d71236c61b8840b9cfe46a658183589aaef39cc2fed8fd09245f
|
3 |
size 75474516
|