Add frontend JS for TweenConcatVideos video preview

The gifs ui dict requires custom JS to render — ComfyUI doesn't
handle it natively. Adds a minimal video preview widget that uses
ComfyUI's /view endpoint to play the concatenated video on the node.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-12 23:54:29 +01:00
parent 769da2586e
commit a67b5b62ae
2 changed files with 74 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ from .nodes import (
LoadSGMVFIModel, SGMVFIInterpolate, SGMVFISegmentInterpolate,
)
WEB_DIRECTORY = "./web"
NODE_CLASS_MAPPINGS = {
"LoadBIMVFIModel": LoadBIMVFIModel,
"BIMVFIInterpolate": BIMVFIInterpolate,