Instructions to use dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx 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 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 dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 411 Bytes
1478473 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"_class_name": "CogVideoXPipeline",
"_diffusers_version": "0.32.0.dev0",
"scheduler": [
"diffusers",
"CogVideoXDDIMScheduler"
],
"text_encoder": [
"transformers",
"T5EncoderModel"
],
"tokenizer": [
"transformers",
"T5Tokenizer"
],
"transformer": [
"diffusers",
"CogVideoXTransformer3DModel"
],
"vae": [
"diffusers",
"AutoencoderKLCogVideoX"
]
}
|