Upload latent/model_info.json with huggingface_hub
Browse files- latent/model_info.json +23 -0
latent/model_info.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "latent_diffusion",
|
| 3 |
+
"denoiser": {
|
| 4 |
+
"C": 4,
|
| 5 |
+
"H": 64,
|
| 6 |
+
"W": 64,
|
| 7 |
+
"T": 4,
|
| 8 |
+
"num_actions": 7
|
| 9 |
+
},
|
| 10 |
+
"decoder": {
|
| 11 |
+
"L": 4,
|
| 12 |
+
"H_in": 64,
|
| 13 |
+
"W_in": 64,
|
| 14 |
+
"H_out": 256,
|
| 15 |
+
"W_out": 256,
|
| 16 |
+
"factor": 4
|
| 17 |
+
},
|
| 18 |
+
"diffusion": {
|
| 19 |
+
"sigma_min": 0.002,
|
| 20 |
+
"sigma_max": 5.0,
|
| 21 |
+
"num_steps": 1
|
| 22 |
+
}
|
| 23 |
+
}
|