met4citizen / TalkingHead

Talking Head (3D): A JavaScript class for real-time lip-sync using Ready Player Me full-body 3D avatars.
MIT License
349 stars 107 forks source link

Difference betweem the quality on reader player me hub and the talkinghead output #62

Closed audreytimbani closed 1 month ago

audreytimbani commented 1 month ago

Hello @met4citizen , i remark the difference of quality between the model created on reader player me hub itself (preview) and the one talking head is fetching . From rpm hub :

image image

With talking head example code :

image

Please How to fix that ?

This is the model id : 66f55316e9a27f067c0d0e04

met4citizen commented 1 month ago

I don't believe there are differences in model quality. The Ready Player Me Hub just uses different lighting and other settings.

Here is a screenshot of your model from the TalkingHead test app, with a dark background and some added lighting.

manwithhat

If you'd like to use TalkingHead's built-in lights (like I did here) you can modify the lighting using the following options: lightAmbientColor, lightAmbientIntensity, lightDirectColor, lightDirectIntensity, lightDirectPhi, lightDirectTheta, lightSpotColor, lightSpotIntensity, lightSpotPhi, lightSpotTheta, and lightSpotDispersion. You can find more details about these options in the project's Readme.

audreytimbani commented 1 month ago

Got it mika , thanks