Seedance 2.0 - Viral Freeze Frame Effect turns a single character image into a short, punchy freeze‑frame video. The workflow anchors the character from your uploaded image and generates camera and scene motion around it for that viral "pause-then-burst" look. It is built around ByteDance's Seedance 2.0 via the ByteDance2ReferenceNode, with LoadImage handling your reference frame, PreviewAny for quick checks, and SaveVideo for one‑click export.
Technically, the pipeline lets you steer motion two ways: leave it fully automatic, or provide a brief motion idea in the User Prompt (PrimitiveStringMultiline). If you use the prompt, GeminiNode reformulates it into a concise, Seedance‑friendly instruction and RegexReplace cleans up any extra wording before it reaches ByteDance2ReferenceNode. To improve identity stability and reduce facial artifacts, the workflow includes face‑region processing controlled by blur_face (amount of pre‑blur inside the face region) and blur_mask_radius (how softly the pasted face blends back). PrimitiveInt nodes expose key numeric controls, while auxiliary custom nodes (including the UUID‑labeled operators) handle orchestration and video assembly. You preview results with PreviewAny and finalize with SaveVideo.