Upload VOID model MLX (bf16)
Browse files- README.md +34 -0
- config.json +13 -0
- void_pass1.safetensors +3 -0
- void_pass2.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: mlx
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: netflix/void-model
|
| 5 |
+
tags:
|
| 6 |
+
- mlx
|
| 7 |
+
- mlx-forge
|
| 8 |
+
- apple-silicon
|
| 9 |
+
- safetensors
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# dgrauet/void-model-mlx
|
| 13 |
+
|
| 14 |
+
MLX format conversion of [netflix/void-model](https://huggingface.co/netflix/void-model).
|
| 15 |
+
|
| 16 |
+
Converted with [mlx-forge](https://github.com/dgrauet/mlx-forge).
|
| 17 |
+
|
| 18 |
+
## Usage
|
| 19 |
+
|
| 20 |
+
These weights can be used with [void-model-mlx](https://github.com/dgrauet/void-model-mlx).
|
| 21 |
+
|
| 22 |
+
## Related Projects
|
| 23 |
+
|
| 24 |
+
- **void-model-mlx (inference):** https://github.com/dgrauet/void-model-mlx
|
| 25 |
+
- **VideoX-Fun-mlx (engine):** https://github.com/dgrauet/VideoX-Fun-mlx
|
| 26 |
+
- **Base model weights:** https://huggingface.co/dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx
|
| 27 |
+
- **q8 variant:** https://huggingface.co/dgrauet/void-model-mlx-q8
|
| 28 |
+
- **q4 variant:** https://huggingface.co/dgrauet/void-model-mlx-q4
|
| 29 |
+
|
| 30 |
+
## Files
|
| 31 |
+
|
| 32 |
+
- `config.json` (376.00 B)
|
| 33 |
+
- `void_pass1.safetensors` (10.38 GB)
|
| 34 |
+
- `void_pass2.safetensors` (10.38 GB)
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "void-transformer",
|
| 3 |
+
"source": "netflix-void",
|
| 4 |
+
"architecture": "CogVideoXTransformer3DModel",
|
| 5 |
+
"passes": [
|
| 6 |
+
"void_pass1",
|
| 7 |
+
"void_pass2"
|
| 8 |
+
],
|
| 9 |
+
"notes": {
|
| 10 |
+
"patch_embed": "Linear with in_dim=384 (in_channels=48 [16 latent + 16 VAE-mask + 16 VAE-video] * patch_volume=8).",
|
| 11 |
+
"base_model": "Uses VAE and T5 from CogVideoX-Fun-V1.5-5b-InP."
|
| 12 |
+
}
|
| 13 |
+
}
|
void_pass1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e026422ebb71db91b3c79e59a974a1f9d5f0979eab9fe2506777920f98e272a
|
| 3 |
+
size 11143042428
|
void_pass2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eeb344cf77f8fb0b141087c9556acecc0284dc4717a7663a25776424039ae91a
|
| 3 |
+
size 11143042428
|