Prompt Detail

Prompt

An ice sculpture of a hand slowly melts on a dark stone surface. As the water pools, it ignites into a controlled blue flame that reshapes into the same hand silhouette standing upright. Dramatic side lighting, temperature contrast, surreal fluid continuity. Physics-defying studio visual.

Seedance 2.0
transformation

fal.ai Ready JSON

{
  "prompt": "An ice sculpture of a hand slowly melts on a dark stone surface. As the water pools, it ignites into a controlled blue flame that reshapes into the same hand silhouette standing upright. Dramatic side lighting, temperature contrast, surreal fluid continuity. Physics-defying studio visual.",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true
}
Run on fal.ai

TypeScript SDK

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("bytedance/seedance-2.0/text-to-video", {
  input: {
      "prompt": "An ice sculpture of a hand slowly melts on a dark stone surface. As the water pools, it ignites into a controlled blue flame that reshapes into the same hand silhouette standing upright. Dramatic side lighting, temperature contrast, surreal fluid continuity. Physics-defying studio visual.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

console.log(result.data.video.url);

Video URL