CoolFace
Apppublic

augustolucasg/audio2face-3d

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes
38 commits on main
2a1b33b5mo ago

Amplify Cooper morph deltas 25x

augustolucasg
8ea0a1f5mo ago

Strip skin from Cooper (render as static mesh)

augustolucasg
821e5035mo ago

Add Cooper MetaHuman avatar (34MB compact)

augustolucasg
5dfa5365mo ago

Tame mouthClose: reduce PP/FF/nn intensities, slower decay, hard cap 0.35

augustolucasg
6b78cde5mo ago

Hold-with-decay between CTC phoneme spikes → dense viseme curves

augustolucasg
86a8aab5mo ago

Switch to xlsr-53 multilingual phoneme model (supports Portuguese)

augustolucasg
53623da5mo ago

Lower CONF_THRESH 0.30->0.10, surface top phonemes in summary

augustolucasg
6414e9e5mo ago

duration 90->60s for tight quota

augustolucasg
f4ecee95mo ago

Argmax visemes + confidence threshold + zero NVIDIA mouthShrug/Roll/Press

augustolucasg
64b4f005mo ago

Reduce GPU duration 120→90s (quota constraint)

augustolucasg
acf3b675mo ago

Bypass Wav2Vec2PhonemeCTCTokenizer (espeak-ng dep) — use FeatureExtractor + raw vocab

augustolucasg
3d452555mo ago

Propagate viseme error via module-level global

augustolucasg
a83a1475mo ago

Capture visemes import/inference error in summary

augustolucasg
097f7705mo ago

Pin transformers<5 (v5.x has breaking API changes)

augustolucasg
ef01ca85mo ago

Real lipsync: wav2vec2 phoneme model + IPA visemes + ARKit mapping

augustolucasg
97ba5465mo ago

Bump Face Cap weight scale to 2.8x (match iPhone capture peak range)

augustolucasg
212e84c5mo ago

Per-avatar weight scale (1.8x for Face Cap to compensate subtler morphs)

augustolucasg
7c0e2f65mo ago

Camera: pull back 2.5x, scale zoom bounds to mesh size, prevent wheel leak

augustolucasg
e48fbeb5mo ago

Add KTX2Loader + MeshoptDecoder for Face Cap textures

augustolucasg
84096485mo ago

Add Face Cap photoreal avatar + dropdown selector + name aliasing

augustolucasg
e77311f5mo ago

Vowel shapes (spectral centroid) + idle blinks

augustolucasg
b50abc35mo ago

Tighter envelope: peak amp + 2-frame lead + attack/release + no jawOpen smoothing

augustolucasg
7112ce75mo ago

Hybrid solver: envelope-driven jawOpen + suppress mouthClose/Shrug during open

augustolucasg
560f9165mo ago

LASSO coord descent + active-poses mask for proper sparse decomp

augustolucasg
481408d5mo ago

Silence-baseline subtraction to kill spurious mouthClose drift

augustolucasg
7a56a345mo ago

Fix camera framing + stronger solver (L2=0.1, thresh=0.04, EMA smoothing)

augustolucasg
8e1f4ee5mo ago

Bundle brunette.glb; embed inline base64; switch to librosa.load for any audio fmt

augustolucasg
68ed53f5mo ago

ARKit blendshape solver + RPM avatar viewer

augustolucasg
f3cdb925mo ago

Add three.js point-cloud viewer with audio sync

augustolucasg
1ef78415mo ago

Fix duration: keep 15 frames/call (no overlap) + trim tail to audio length

augustolucasg
6018aec5mo ago

Fix ONNX input shapes (window=16000, emotion=[B,30,10], stride=8000)

augustolucasg
55e375a5mo ago

Bump to gradio 5.x to escape 4.44.1 dependency hell

augustolucasg
18f91825mo ago

Patch gradio_client.utils for bool-schema bug

augustolucasg
7dac5325mo ago

Disable show_api (sidesteps gradio 4.44.1 schema bug)

augustolucasg
57687f45mo ago

Pin huggingface_hub<1.0 — gradio 4.44 needs HfFolder

augustolucasg
6b89b765mo ago

Fix hardware slug in YAML frontmatter

augustolucasg
f97a9975mo ago

Initial Audio2Face-3D v3.0 ZeroGPU wrapper

augustolucasg
9c2a1335mo ago

initial commit

augustolucasg