Upload folder using huggingface_hub
Browse files- best.pt +3 -0
- config.json +18 -0
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a52c1ac38a261a502d47cc8462fde55115e14fe244701bf4b74cc59e36e45b
|
| 3 |
+
size 1279545622
|
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "autoencoder_kl",
|
| 3 |
+
"sample_size": 256,
|
| 4 |
+
"in_channels": 3,
|
| 5 |
+
"out_channels": 3,
|
| 6 |
+
"latent_channels": 8,
|
| 7 |
+
"base_channels": 128,
|
| 8 |
+
"channel_multipliers": [1, 2, 4, 4],
|
| 9 |
+
"num_res_blocks": 3,
|
| 10 |
+
"dropout": 0.0,
|
| 11 |
+
"use_attention": true,
|
| 12 |
+
"attention_resolutions": [32],
|
| 13 |
+
"attention_heads": 4,
|
| 14 |
+
"scaling_factor": 1.0,
|
| 15 |
+
"recon_loss_type": "l1",
|
| 16 |
+
"trained_on": "coco_captions",
|
| 17 |
+
"resolution": 256
|
| 18 |
+
}
|