X-LANCE / AniTalker

[ACM MM 2024] This is the official code for "AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding"
https://x-lance.github.io/AniTalker/
Apache License 2.0
1.35k stars 125 forks source link

What is the basic requirement of GPU and memory? #5

Open qkxie opened 3 months ago

qkxie commented 3 months ago

Which kind of GPU should I use? 4090 or just mac M1?

nyck33 commented 3 months ago

I'm also wondering with my Nvidia Geforce GTX 1650 (4GB VRAM) and 20 GB main memory. But also wondering approximately how long it would take on Colab Pro or Kaggle's GPU's.

liutaocode commented 1 month ago

We have only tested on the 3060 Ti as the minimum hardware. Our method doesn't require a large number of parameters like Stable Diffusion, so the GPU requirements are not high.

nitinmukesh commented 1 month ago

@qkxie @nyck33

The GPU requirment is very less. I have tested on 8 GB VRAM and still a lot of memory available. Should definitely work on 6 GB VRAM and maybe for short audio 4 GB should be enough.

qkxie commented 1 month ago

how about a macbook air M2? @nitinmukesh

nitinmukesh commented 1 month ago

@qkxie

I am not sure about Mac, never used so no idea. If this can be installed on Mac I guess it should work. Please give it a try and let us know the results.