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

  • Log In
  • Sign Up

jstep750
/
animatediff_v2v

Diffusers
Safetensors
AnimateDiffVideoToVideoPipeline
Model card Files Files and versions
xet
Community

Instructions to use jstep750/animatediff_v2v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jstep750/animatediff_v2v with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jstep750/animatediff_v2v", 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
animatediff_v2v
3.81 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
hyejin.shin
update lora weight
b4e0c02 over 1 year ago
  • feature_extractor
    add models over 1 year ago
  • motion_adapter
    add models over 1 year ago
  • scheduler
    update lora weight over 1 year ago
  • text_encoder
    add models over 1 year ago
  • tokenizer
    add models over 1 year ago
  • unet
    update lora weight over 1 year ago
  • vae
    add models over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.12 kB
    update lora weight over 1 year ago
  • model_index.json
    568 Bytes
    update lora weight over 1 year ago