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
dsdsdsdsd commited on
Upload reference_unet.pth
Browse files- reference_unet.pth +3 -0
reference_unet.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4328ffff95c910c1d058196b4023a9146a1f53c168cc090d84e1d5c4de85c376
|
| 3 |
+
size 3262322201
|