WiNE-iNEFF
commited on
Commit
•
dcc1942
1
Parent(s):
78a069e
Upload folder using huggingface_hub
Browse files- config.json +5 -3
- diffusion_pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--WiNE-iNEFF--Minecraft-Skin-Diffusion-V2/snapshots/
|
5 |
"act_fn": "silu",
|
6 |
"add_attention": true,
|
7 |
"attention_head_dim": 8,
|
@@ -22,6 +22,7 @@
|
|
22 |
"AttnDownBlock2D"
|
23 |
],
|
24 |
"downsample_padding": 1,
|
|
|
25 |
"flip_sin_to_cos": true,
|
26 |
"freq_shift": 0,
|
27 |
"in_channels": 4,
|
@@ -40,5 +41,6 @@
|
|
40 |
"AttnUpBlock2D",
|
41 |
"UpBlock2D",
|
42 |
"UpBlock2D"
|
43 |
-
]
|
|
|
44 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.18.1",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--WiNE-iNEFF--Minecraft-Skin-Diffusion-V2/snapshots/6a870b3892d762d135cd151f880820afab973723",
|
5 |
"act_fn": "silu",
|
6 |
"add_attention": true,
|
7 |
"attention_head_dim": 8,
|
|
|
22 |
"AttnDownBlock2D"
|
23 |
],
|
24 |
"downsample_padding": 1,
|
25 |
+
"downsample_type": "conv",
|
26 |
"flip_sin_to_cos": true,
|
27 |
"freq_shift": 0,
|
28 |
"in_channels": 4,
|
|
|
41 |
"AttnUpBlock2D",
|
42 |
"UpBlock2D",
|
43 |
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"upsample_type": "conv"
|
46 |
}
|
diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 264046217
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccf633d35a9bbeb85db51aac2e85c3554aa8305b5c1de62bf10d2141a024e7da
|
3 |
size 264046217
|