- Ana Sayfa
- İş Akışları
- Motion Collages
Motion Collages turns any source video into a stylized stop‑motion sequence guided by a single reference image. The workflow samples frames with VHS_SelectEveryNthImage, holds each selected frame using ImageBatchRepeatInterleaving, and then reassembles the sequence with CreateVideo and SaveVideo. Two alternative style-transfer paths are provided as grouped node blocks you can toggle: an Image‑based path that feeds your style image directly into OpenAIGPTImageNodeV2, and a VLM‑based path that first has AILab_QwenVL_Advanced describe your style image and then uses that text to prompt OpenAIGPTImageNodeV2.
Under the hood, LoadVideo and GetVideoComponents extract frames, resolution, and FPS, with Video Slice available for trimming. ImageListToImageBatch and RebatchImages handle batching so frames flow efficiently through the style stage. ResizeImageMaskNode and GetImageSize keep your style and video dimensions in sync, while ImageRemoveAlpha+ cleans transparency if your style reference has an alpha channel. StringConcatenate assembles clean prompts or filenames, and PreviewImage/PreviewAny help you inspect intermediate outputs. The result is a controllable stop‑motion look: select every Nth frame for the cadence you want, repeat frames to accentuate the hold, and choose either faithful image‑guided transfer (Image‑based) or flexible, text‑described transfer (VLM‑based).
FAQ
























