Instructions to use BadToBest/EchoMimic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BadToBest/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("BadToBest/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
Commit History
Rename denoising_unet-pose.pth to denoising_unet_pose.pth 57f81e5 verified
Upload motion_module_pose.pth ef971bf verified
add pose driven checkpoint bf013cd verified
Create LICENSE 286e142 verified
Update README.md 1bfb550 verified
Upload 18 files 76b226d verified
Upload 4 files 282e001 verified
Update README.md 982a57f verified
Update README.md 45834ec verified
Update README.md 9da016e verified
Upload whisper_tiny.pt c545d63 verified
Update README.md 2166d7d verified
SimpleAndNaive commited on
Create README.md 9831173 verified
SimpleAndNaive commited on
Upload reference_unet.pth 0a36e53 verified
dsdsdsdsd commited on
add motion module 51e1a48 verified
dsdsdsdsd commited on
Upload 2 files 9425cf8 verified
dsdsdsdsd commited on
initial commit 472b13a verified
dsdsdsdsd commited on