Text-to-Video
Diffusers
Safetensors
Transformers
English
Chinese
image-to-video
video-continuation
Eval Results
Instructions to use meituan-longcat/LongCat-Video with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use meituan-longcat/LongCat-Video with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("meituan-longcat/LongCat-Video", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Transformers
How to use meituan-longcat/LongCat-Video with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("meituan-longcat/LongCat-Video", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ce638f673c48d69c51d7ee8a5e80ccd716e9025f399d8f44d4386031e9857f98
- Size of remote file:
- 9.93 GB
- SHA256:
- f3e7ef21120757e658d501fa70fa8db2af3ff95945de72c4904fbe5ccbe0050b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.