Instructions to use dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q8 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir CogVideoX-Fun-V1.5-5b-InP-mlx-q8 dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q8
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 129 Bytes
8599bd4 | 1 2 3 4 5 6 7 8 9 10 | {
"quantization": {
"bits": 8,
"group_size": 64,
"skip_components": [
"text_encoder",
"vae"
]
}
} |