Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Duplicated from  patrolli/AnimateAnyone

codingggasdfasf
/
video-animator

Diffusers
ONNX
Model card Files Files and versions
xet
Community
1

Instructions to use codingggasdfasf/video-animator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use codingggasdfasf/video-animator with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("codingggasdfasf/video-animator", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
video-animator / src /dwpose
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
root
changing paths
95a1cba almost 2 years ago
  • __pycache__
    changing paths almost 2 years ago
  • __init__.py
    3.74 kB
    muse pose almost 2 years ago
  • onnxdet.py
    4.37 kB
    muse pose almost 2 years ago
  • onnxpose.py
    11.4 kB
    muse pose almost 2 years ago
  • util.py
    11.4 kB
    muse pose almost 2 years ago
  • wholebody.py
    19.5 kB
    changing paths almost 2 years ago