Push model using huggingface_hub.
Browse files- config.json +4 -4
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"input_shape": [
|
| 3 |
-
60,
|
| 4 |
-
80
|
| 5 |
-
],
|
| 6 |
"num_components": 4,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"unet_cond_dim": 768,
|
| 8 |
"unet_n_freeze_layers": 1,
|
| 9 |
"unet_pretrained": true
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"num_components": 4,
|
| 3 |
+
"resize_shape": [
|
| 4 |
+
240,
|
| 5 |
+
320
|
| 6 |
+
],
|
| 7 |
"unet_cond_dim": 768,
|
| 8 |
"unet_n_freeze_layers": 1,
|
| 9 |
"unet_pretrained": true
|
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:366461a68f175b3e4588f33ff14e66a723f4d73b57490d38e036f7af55e0d77c
|
| 3 |
+
size 74428160
|