yehiaserag
commited on
Commit
·
de5b2a4
1
Parent(s):
4b14fa1
Upload 2 files
Browse files- unet/config.json +8 -3
- unet/diffusion_pytorch_model.bin +2 -2
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"_name_or_path": "/app/models/dreambooth/animepencilconcept/working",
|
5 |
"act_fn": "silu",
|
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": 4,
|
@@ -26,12 +27,16 @@
|
|
26 |
"mid_block_scale_factor": 1,
|
27 |
"norm_eps": 1e-05,
|
28 |
"norm_num_groups": 32,
|
|
|
|
|
29 |
"out_channels": 4,
|
30 |
-
"sample_size":
|
31 |
"up_block_types": [
|
32 |
"UpBlock2D",
|
33 |
"CrossAttnUpBlock2D",
|
34 |
"CrossAttnUpBlock2D",
|
35 |
"CrossAttnUpBlock2D"
|
36 |
-
]
|
|
|
|
|
37 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.10.2",
|
4 |
"_name_or_path": "/app/models/dreambooth/animepencilconcept/working",
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
|
|
19 |
"DownBlock2D"
|
20 |
],
|
21 |
"downsample_padding": 1,
|
22 |
+
"dual_cross_attention": false,
|
23 |
"flip_sin_to_cos": true,
|
24 |
"freq_shift": 0,
|
25 |
"in_channels": 4,
|
|
|
27 |
"mid_block_scale_factor": 1,
|
28 |
"norm_eps": 1e-05,
|
29 |
"norm_num_groups": 32,
|
30 |
+
"num_class_embeds": null,
|
31 |
+
"only_cross_attention": false,
|
32 |
"out_channels": 4,
|
33 |
+
"sample_size": 64,
|
34 |
"up_block_types": [
|
35 |
"UpBlock2D",
|
36 |
"CrossAttnUpBlock2D",
|
37 |
"CrossAttnUpBlock2D",
|
38 |
"CrossAttnUpBlock2D"
|
39 |
+
],
|
40 |
+
"upcast_attention": false,
|
41 |
+
"use_linear_projection": false
|
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:10a5ddf86776e8348c274348d2c085896494ff4df05f7e103f6fedb88f4ef46d
|
3 |
+
size 3438375973
|