You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename V2 from Student Model to Emotion Model across all pages and docs
V2 engine now uses FiLM-conditioned emotion model (neutral, joy, anger,
sadness, surprise) instead of the previous student distillation model.
Updated all references in homepage, example pages, meta tags, structured
data, README, llms docs, and AI discovery configs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|**V2 Data**| V2 student model — 52 ARKit blendshapes direct prediction, crisp mouth. |[Try it](https://animasync.quasar.ggls.dev/examples/vanilla-avatar/)|[index.html](examples/vanilla-avatar/index.html)|
142
+
|**V2 Data**| V2 emotion model — 52 ARKit blendshapes with 5-dim FiLM conditioning. |[Try it](https://animasync.quasar.ggls.dev/examples/vanilla-avatar/)|[index.html](examples/vanilla-avatar/index.html)|
143
143
|**V1 vs V2**| Side-by-side dual avatar comparison. Same voice, two animation engines. |[Try it](https://animasync.quasar.ggls.dev/examples/vanilla-comparison/)|[index.html](examples/vanilla-comparison/index.html)|
144
144
145
145
**Run any example:**
@@ -167,7 +167,7 @@ The production site is available at **[animasync.quasar.ggls.dev](https://animas
Copy file name to clipboardExpand all lines: examples/vanilla-avatar/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Vanilla Avatar (V2)
2
2
3
-
Full 3D VRM avatar driven by AnimaSync V2 — the 52-dim student model engine. Lip sync, facial expressions, natural eye blinks, and body motion — all generated from a single audio stream via direct blendshape prediction.
3
+
Full 3D VRM avatar driven by AnimaSync V2 — the 52-dim emotion model engine with 5-dim FiLM conditioning. Lip sync, facial expressions, natural eye blinks, and body motion — all generated from a single audio stream.
4
4
5
5
## What it demonstrates
6
6
7
-
-**52-dim ARKit output**: Standard blendshape channels via student model direct prediction
7
+
-**52-dim ARKit output**: Standard blendshape channels via emotion model with FiLM conditioning
8
8
-**Lip sync**: Crisp mouth shapes with threshold-based sharpening
9
9
-**Facial expressions**: Brows and eye area respond to vocal characteristics
10
10
-**Eye animation**: Natural stochastic blinks injected by post-processing
<title>AnimaSync — V2: Student Model Animation Data (52-dim)</title>
7
-
<metaname="description" content="AnimaSync V2 demo — student model lip sync engine with 52-dim ARKit blendshapes. Direct prediction, crisp mouth animation, real-time visualization.">
6
+
<title>AnimaSync — V2: Emotion Model Animation Data (52-dim)</title>
7
+
<metaname="description" content="AnimaSync V2 demo — emotion model lip sync engine with 52-dim ARKit blendshapes. 5-dim FiLM conditioning, crisp mouth animation, real-time visualization.">
8
8
<metaname="robots" content="index, follow">
9
9
10
10
<!-- Open Graph -->
11
11
<metaproperty="og:site_name" content="AnimaSync">
12
-
<metaproperty="og:title" content="AnimaSync V2 Demo — Student Model Lip Sync">
13
-
<metaproperty="og:description" content="Upload audio and visualize 52 ARKit blendshapes from the V2 student model. Crisp mouth animation via direct prediction.">
12
+
<metaproperty="og:title" content="AnimaSync V2 Demo — Emotion Model Lip Sync">
13
+
<metaproperty="og:description" content="Upload audio and visualize 52 ARKit blendshapes from the V2 emotion model. 5-dim FiLM conditioning with crisp mouth animation.">
"description": "Student model lip sync engine demo — 52-dim ARKit blendshapes with direct prediction, running entirely in the browser via Rust/WASM.",
34
+
"description": "Emotion model lip sync engine demo — 52-dim ARKit blendshapes with 5-dim FiLM conditioning, running entirely in the browser via Rust/WASM.",
0 commit comments