Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

meituan-longcat
/
LongCat-Video-Avatar

Diffusers
ONNX
Safetensors
Transformers
English
Chinese
audio-text-to-video
audio-image-text-to-video
audio-driven-video-continuation
avatar
video-generation
Model card Files Files and versions
xet
Community
5

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", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LongCat-Video-Avatar
129 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 61 commits
GFengG's picture
GFengG
Update README.md
e25e032 verified 7 months ago
  • assets
    Upload assets/teaser.png with huggingface_hub 7 months ago
  • avatar_multi
    Add files using upload-large-folder tool 7 months ago
  • avatar_single
    Add files using upload-large-folder tool 7 months ago
  • chinese-wav2vec2-base
    Add files using upload-large-folder tool 7 months ago
  • vocal_separator
    Delete vocal_separator/README.md 7 months ago
  • .gitattributes
    1.96 kB
    Upload assets/teaser.png with huggingface_hub 7 months ago
  • LICENSE
    1.06 kB
    Upload LICENSE with huggingface_hub 7 months ago
  • README.md
    11.5 kB
    Update README.md 7 months ago
  • config.json
    44 Bytes
    Add files using upload-large-folder tool 7 months ago
  • model_index.json
    44 Bytes
    Add files using upload-large-folder tool 7 months ago