End of training
Browse files- model_index.json +3 -3
- unet/config.json +15 -9
- unet/diffusion_pytorch_model.safetensors +2 -2
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UTTIPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"scheduler": [
|
5 |
null,
|
6 |
null
|
@@ -10,8 +10,8 @@
|
|
10 |
"CLIPTextModel"
|
11 |
],
|
12 |
"tokenizer": [
|
13 |
-
|
14 |
-
|
15 |
],
|
16 |
"unet": [
|
17 |
"diffusers",
|
|
|
1 |
{
|
2 |
"_class_name": "UTTIPipeline",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
"scheduler": [
|
5 |
null,
|
6 |
null
|
|
|
10 |
"CLIPTextModel"
|
11 |
],
|
12 |
"tokenizer": [
|
13 |
+
"transformers",
|
14 |
+
"CLIPTokenizer"
|
15 |
],
|
16 |
"unet": [
|
17 |
"diffusers",
|
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
@@ -8,10 +8,12 @@
|
|
8 |
"attention_head_dim": 8,
|
9 |
"attention_type": "default",
|
10 |
"block_out_channels": [
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
],
|
16 |
"center_input_sample": false,
|
17 |
"class_embed_type": null,
|
@@ -21,8 +23,10 @@
|
|
21 |
"cross_attention_dim": 768,
|
22 |
"cross_attention_norm": null,
|
23 |
"down_block_types": [
|
24 |
-
"
|
25 |
-
"
|
|
|
|
|
26 |
"CrossAttnDownBlock2D",
|
27 |
"DownBlock2D"
|
28 |
],
|
@@ -59,8 +63,10 @@
|
|
59 |
"up_block_types": [
|
60 |
"UpBlock2D",
|
61 |
"CrossAttnUpBlock2D",
|
62 |
-
"
|
63 |
-
"
|
|
|
|
|
64 |
],
|
65 |
"upcast_attention": false,
|
66 |
"use_linear_projection": false
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.25.0.dev0",
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
|
|
8 |
"attention_head_dim": 8,
|
9 |
"attention_type": "default",
|
10 |
"block_out_channels": [
|
11 |
+
128,
|
12 |
+
128,
|
13 |
+
256,
|
14 |
+
256,
|
15 |
+
512,
|
16 |
+
512
|
17 |
],
|
18 |
"center_input_sample": false,
|
19 |
"class_embed_type": null,
|
|
|
23 |
"cross_attention_dim": 768,
|
24 |
"cross_attention_norm": null,
|
25 |
"down_block_types": [
|
26 |
+
"DownBlock2D",
|
27 |
+
"DownBlock2D",
|
28 |
+
"DownBlock2D",
|
29 |
+
"DownBlock2D",
|
30 |
"CrossAttnDownBlock2D",
|
31 |
"DownBlock2D"
|
32 |
],
|
|
|
63 |
"up_block_types": [
|
64 |
"UpBlock2D",
|
65 |
"CrossAttnUpBlock2D",
|
66 |
+
"UpBlock2D",
|
67 |
+
"UpBlock2D",
|
68 |
+
"UpBlock2D",
|
69 |
+
"UpBlock2D"
|
70 |
],
|
71 |
"upcast_attention": false,
|
72 |
"use_linear_projection": false
|
unet/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:ce72cfc1d976c37ae091e52bad58e19cdf34776eccc05611252c0bc8ab339e7f
|
3 |
+
size 574476604
|