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
@ltzheng
When manually updating the audio_emotion variable in inference.py (line 142) to set it to a specific emotion (e.g., disgusted with value 1), the output does not reflect the updated emotion.
The preview model we released may not effectively generalize emotion offset to all reference images, so this function was not explicitly included. However, as a workaround, you can manually input a reference image with a different emotion to adjust the emotion in the generated video.
@ltzheng
When manually updating the audio_emotion variable in inference.py (line 142) to set it to a specific emotion (e.g., disgusted with value 1), the output does not reflect the updated emotion.
Modify inference.py at line 142:
This sets the audio_emotion to 1 (disgusted) for all embeddings.
Run the inference pipeline.
Expected Behavior
The output should correctly reflect the manually set audio_emotion value.
Observed Behavior
Observe that the output does not reflect the manually assigned emotion (disgusted).
The text was updated successfully, but these errors were encountered: