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

  • Log In
  • Sign Up

thucdangvan020999
/
lip_sync

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use thucdangvan020999/lip_sync with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("thucdangvan020999/lip_sync", 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
lip_sync
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
thucdangvan020999's picture
thucdangvan020999
Upload folder using huggingface_hub
3e533c6 verified 6 months ago
  • dwpose
    Upload folder using huggingface_hub 6 months ago
  • face-parse-bisent
    Upload folder using huggingface_hub 6 months ago
  • musetalk
    Upload folder using huggingface_hub 6 months ago
  • musetalkV15
    Upload folder using huggingface_hub 6 months ago
  • sd-vae
    Upload folder using huggingface_hub 6 months ago
  • syncnet
    Upload folder using huggingface_hub 6 months ago
  • whisper
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago