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

urikxx
/
EchoMimic

Diffusers
LiteRT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use urikxx/EchoMimic with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("urikxx/EchoMimic", 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
EchoMimic / src /models
3.11 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
urikxx's picture
urikxx
Upload folder using huggingface_hub
82c4169 verified almost 2 years ago
  • whisper
    Upload folder using huggingface_hub almost 2 years ago
  • attention.py
    13.4 kB
    Upload folder using huggingface_hub almost 2 years ago
  • face_locator.py
    1.68 kB
    Upload folder using huggingface_hub almost 2 years ago
  • motion_module.py
    13.1 kB
    Upload folder using huggingface_hub almost 2 years ago
  • mutual_self_attention.py
    13 kB
    Upload folder using huggingface_hub almost 2 years ago
  • resnet.py
    8.15 kB
    Upload folder using huggingface_hub almost 2 years ago
  • transformer_2d.py
    18.9 kB
    Upload folder using huggingface_hub almost 2 years ago
  • transformer_3d.py
    6.11 kB
    Upload folder using huggingface_hub almost 2 years ago
  • unet_2d_blocks.py
    41.4 kB
    Upload folder using huggingface_hub almost 2 years ago
  • unet_2d_condition.py
    63.6 kB
    Upload folder using huggingface_hub almost 2 years ago
  • unet_3d.py
    28 kB
    Upload folder using huggingface_hub almost 2 years ago
  • unet_3d_blocks.py
    31.6 kB
    Upload folder using huggingface_hub almost 2 years ago
  • unet_3d_echo.py
    28.8 kB
    Upload folder using huggingface_hub almost 2 years ago