LivePortrait
talking-head
avatar
real-time
conversational-ai
4d-avatar
eden-protocol
lip-sync
tts
asr
Instructions to use AIBRUH/eden-os with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LivePortrait
How to use AIBRUH/eden-os with LivePortrait:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 316 Bytes
0f6a0eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # EDEN OS — CPU Edge/Demo Profile (No GPU)
hardware:
name: "CPU Edge/Demo"
gpu: "none"
vram_gb: 0
pipeline:
target_fps: 15
max_latency_ms: 3000
animator:
engine: "liveportrait"
target_fps: 15
voice:
tts_primary: "kokoro"
asr_fallback: "base"
brain:
primary: "anthropic"
fallback: "local"
|