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
| { | |
| "_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" | |
| ] | |
| } | |