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 /models /__pycache__
138 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
root
setting up model
dd31ccf almost 2 years ago
  • attention.cpython-310.pyc
    9.21 kB
    setting up model almost 2 years ago
  • motion_module.cpython-310.pyc
    8.66 kB
    setting up model almost 2 years ago
  • mutual_self_attention.cpython-310.pyc
    7.25 kB
    setting up model almost 2 years ago
  • pose_guider.cpython-310.pyc
    1.61 kB
    setting up model almost 2 years ago
  • resnet.cpython-310.pyc
    5.31 kB
    setting up model almost 2 years ago
  • src_models_pose_guider.cpython-310.pyc
    1.62 kB
    setting up model almost 2 years ago
  • transformer_2d.cpython-310.pyc
    12.4 kB
    setting up model almost 2 years ago
  • transformer_3d.cpython-310.pyc
    4.06 kB
    setting up model almost 2 years ago
  • unet_2d_blocks.cpython-310.pyc
    21.8 kB
    setting up model almost 2 years ago
  • unet_2d_condition.cpython-310.pyc
    37.4 kB
    setting up model almost 2 years ago
  • unet_3d.cpython-310.pyc
    16.2 kB
    setting up model almost 2 years ago
  • unet_3d_blocks.cpython-310.pyc
    12.9 kB
    setting up model almost 2 years ago