Diffusers
ONNX
Safetensors
Transformers
English
Chinese
audio-text-to-video
audio-image-text-to-video
audio-driven-video-continuation
avatar
video-generation
Instructions to use meituan-longcat/LongCat-Video-Avatar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use meituan-longcat/LongCat-Video-Avatar 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-Avatar", 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-Avatar with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("meituan-longcat/LongCat-Video-Avatar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload assets/teaser.png with huggingface_hub
Browse files- .gitattributes +1 -0
- assets/teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ assets/postcad1.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
assets/sale1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/singer1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/singer2.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
assets/sale1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/singer1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/singer2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
assets/teaser.png filter=lfs diff=lfs merge=lfs -text
|
assets/teaser.png
ADDED
|
|
Git LFS Details
|