Image-to-Video
VideoX Fun
Diffusers
Safetensors
English
cogvideox-fun
video-generation
alibaba-pai
text-to-video
Instructions to use alibaba-pai/CogVideoX-Fun-2b-InP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- VideoX Fun
How to use alibaba-pai/CogVideoX-Fun-2b-InP with VideoX Fun:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "AutoencoderKLCogVideoX", | |
| "_diffusers_version": "0.30.0.dev0", | |
| "act_fn": "silu", | |
| "block_out_channels": [ | |
| 128, | |
| 256, | |
| 256, | |
| 512 | |
| ], | |
| "down_block_types": [ | |
| "CogVideoXDownBlock3D", | |
| "CogVideoXDownBlock3D", | |
| "CogVideoXDownBlock3D", | |
| "CogVideoXDownBlock3D" | |
| ], | |
| "force_upcast": true, | |
| "in_channels": 3, | |
| "latent_channels": 16, | |
| "latents_mean": null, | |
| "latents_std": null, | |
| "layers_per_block": 3, | |
| "mid_block_add_attention": true, | |
| "norm_eps": 1e-06, | |
| "norm_num_groups": 32, | |
| "out_channels": 3, | |
| "sample_size": 256, | |
| "scaling_factor": 1.15258426, | |
| "shift_factor": null, | |
| "temporal_compression_ratio": 4, | |
| "up_block_types": [ | |
| "CogVideoXUpBlock3D", | |
| "CogVideoXUpBlock3D", | |
| "CogVideoXUpBlock3D", | |
| "CogVideoXUpBlock3D" | |
| ], | |
| "use_post_quant_conv": false, | |
| "use_quant_conv": false | |
| } | |