Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ameerazam08
/
Ani_Live

Diffusers
LiteRT
ONNX
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ameerazam08/Ani_Live with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ameerazam08/Ani_Live", 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
Ani_Live / LivePortrait /src /utils
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ameerazam08's picture
ameerazam08
Upload folder using huggingface_hub
9339a2b verified almost 2 years ago
  • __pycache__
    Upload folder using huggingface_hub almost 2 years ago
  • dependencies
    Upload folder using huggingface_hub almost 2 years ago
  • resources
    Upload folder using huggingface_hub almost 2 years ago
  • __init__.py
    0 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • camera.py
    1.86 kB
    Upload folder using huggingface_hub almost 2 years ago
  • crop.py
    13.5 kB
    Upload folder using huggingface_hub almost 2 years ago
  • cropper.py
    6.04 kB
    Upload folder using huggingface_hub almost 2 years ago
  • face_analysis_diy.py
    3.07 kB
    Upload folder using huggingface_hub almost 2 years ago
  • helper.py
    4.92 kB
    Upload folder using huggingface_hub almost 2 years ago
  • io.py
    2.97 kB
    Upload folder using huggingface_hub almost 2 years ago
  • landmark_runner.py
    2.78 kB
    Upload folder using huggingface_hub almost 2 years ago
  • retargeting_utils.py
    1.81 kB
    Upload folder using huggingface_hub almost 2 years ago
  • rprint.py
    248 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • timer.py
    606 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • video.py
    4.98 kB
    Upload folder using huggingface_hub almost 2 years ago