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 / model /__pycache__
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
root
fixing python and stuff
136be26 almost 2 years ago
  • loss.cpython-310.pyc
    5.62 kB
    fixing python and stuff almost 2 years ago
  • warplayer.cpython-310.pyc
    1.04 kB
    fixing python and stuff almost 2 years ago