Upload folder using huggingface_hub
Browse files- tube_runner/decoder.onnx +3 -0
- tube_runner/denoiser.onnx +3 -0
- tube_runner/init_state.json +0 -0
- tube_runner/model_info.json +23 -0
tube_runner/decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:070ce6a6c57bef996b1c7888b013b47e4910c61c86abc69890c1e75343370aef
|
| 3 |
+
size 9072602
|
tube_runner/denoiser.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc53901a340d251d1bdc6d062fe8f23f5c1d5b1c164d3cbc2b45cd3302edab33
|
| 3 |
+
size 84702285
|
tube_runner/init_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tube_runner/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": 2
|
| 9 |
+
},
|
| 10 |
+
"decoder": {
|
| 11 |
+
"L": 4,
|
| 12 |
+
"H_in": 64,
|
| 13 |
+
"W_in": 64,
|
| 14 |
+
"H_out": 512,
|
| 15 |
+
"W_out": 512,
|
| 16 |
+
"factor": 8
|
| 17 |
+
},
|
| 18 |
+
"diffusion": {
|
| 19 |
+
"sigma_min": 0.002,
|
| 20 |
+
"sigma_max": 5.0,
|
| 21 |
+
"num_steps": 1
|
| 22 |
+
}
|
| 23 |
+
}
|