-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add node for preview 3d animation #6594
Add node for preview 3d animation #6594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I think this can be merged before the frontend code change reaches main, just for our beta frontend users to test this feature out.
@jtydhr88 Can you add a screenshot or video clip on how to use this node? |
@huchenlei sure 2025-01-24.22-49-27.mp4this is similiar to Preview 3d (which using in IF_Trellis and Hunyuan3DWrapper now) but support to play FBX/glb animation in the video, the test animation glb file provided by the user from #6583 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
made two more changes in this PR, since I move bg color/animation speed button to scene, the bg_color and animation_speed param should be removed, FE change is Comfy-Org/ComfyUI_frontend#2365 |
Add a new preview 3d - animation node to support FBX/glb animation preview, requested in #6583
FE changes is Comfy-Org/ComfyUI_frontend#2341