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

  • Log In
  • Sign Up

RyanWW
/
KeyVID

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use RyanWW/KeyVID with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RyanWW/KeyVID", 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
KeyVID
82.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RyanWW's picture
RyanWW
Upload folder using huggingface_hub
d31d787 verified 2 months ago
  • KeyVID
    Upload folder using huggingface_hub 2 months ago
  • RAFT_models
    Upload folder using huggingface_hub 2 months ago
  • avsync
    Upload folder using huggingface_hub 2 months ago
  • interpolation
    Upload KeyVID model files 3 months ago
  • keyframe_generation
    Upload KeyVID model files 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.42 kB
    Upload folder using huggingface_hub 2 months ago
  • UPLOAD_GUIDE.md
    3.33 kB
    Upload KeyVID model files 3 months ago
  • upload.py
    7.22 kB
    Upload folder using huggingface_hub 2 months ago
  • upload_fast.py
    3.16 kB
    Upload KeyVID model files 3 months ago