nano banana PROGeminiKling

26.8_AI로 매력적인 푸드 모션 연출하기 (2)

video
열기

프롬프트

javascript
{
  "task": "image_to_image_generation",
  "mode": "locked_liquid_disappear_reverse_fill",
  "input_images": {
    "use_all_attached_images": true,
    "primary_anchor": "attached_image"
  },
  "locks": {
    "background": true,
    "cup": true,
    "position": true,
    "shape": true,
    "scale": true,
    "camera": true,
    "perspective": true,
    "framing": true
  },
  "preservation": {
    "cup": "fully_preserved",
    "background": "fully_preserved",
    "geometry_changes": "NONE"
  },
  "motion": {
    "target": "liquid_only",
    "sequence": [
      {
        "step": 1,
        "action": "liquid_volume_decrease",
        "direction": "top_down",
        "speed": "slow_clear",
        "end_state": "completely_empty_glass"
      },
      {
        "step": 2,
        "action": "liquid_volume_increase_reverse",
        "direction": "bottom_up",
        "speed": "slow_clear",
        "end_state": "original_fill_level"
      }
    ],
    "visual_response": {
      "meniscus": "disappear_then_reform",
      "refraction": "off_when_empty_on_when_full",
      "caustics": "fade_out_then_restore"
    }
  },
  "constraints": {
    "no_external_pour": true,
    "no_liquid_outside_cup": true,
    "no_surface_wave": true,
    "no_object_motion": true,
    "no_light_source_change": true
  },
  "rendering": {
    "realism": "high",
    "cgi_feel": "forbidden",
    "lighting": "unchanged_photographic"
  },
  "negative_rules": [
    "No pouring from any source",
    "No evaporation effect",
    "No splashes or foam",
    "No movement of cup or background",
    "No color or material changes"
  ],
  "output": {
    "type": "single_frame",
    "look": "liquid_disappears_then_returns_in_reverse_order"
  }
}
video
열기

프롬프트

javascript
{
  "task": "image_to_image_generation",
  "mode": "locked_internal_bubble_drift",
  "input_images": {
    "use_all_attached_images": true,
    "primary_anchor": "attached_image"
  },
  "locks": {
    "all_objects": true,
    "background": true,
    "product": true,
    "position": true,
    "shape": true,
    "scale": true,
    "camera": true,
    "perspective": true,
    "framing": true,
    "lighting": true
  },
  "scene": {
    "container": "cup",
    "liquid": "carbonated_liquid",
    "preservation": "absolute",
    "geometry_changes": "NONE"
  },
  "motion": {
    "target": "bubbles_only",
    "region": {
      "scope": "inside_liquid_volume_only",
      "boundary": "no_cross_surface_or_walls",
      "feather_px": 4
    },
    "behavior": {
      "type": "bubble_drift_upward",
      "style": "photorealistic_micro",
      "direction": "UP",
      "size": "micro_only",
      "density": 0.15,
      "randomness": 0.1,
      "speed": "ultra_slow_near_still",
      "temporal_feel": "calm_continuous",
      "surface_dissipation": "minimal_soft_fade"
    },
    "visuals": {
      "specular_glints": "very_subtle",
      "micro_refraction": true,
      "motion_blur": false
    }
  },
  "constraints": {
    "no_affect_cup": true,
    "no_affect_background": true,
    "no_light_bleed": true,
    "no_surface_ripple": true
  },
  "rendering": {
    "realism": "very_high",
    "cgi_feel": "forbidden",
    "lighting": "unchanged_photographic",
    "bubble_visibility": "barely_perceptible"
  },
  "negative_rules": [
    "No boiling or effervescent behavior",
    "No rapid or clustered bubble movement",
    "No splashes, foam, or agitation",
    "No movement of liquid surface",
    "No color, material, or texture changes",
    "No motion outside liquid interior"
  ],
  "output": {
    "type": "single_frame",
    "motion": "almost_static_with_slow_drift",
    "look": "still_scene_with_extremely_slow_bubble_motion"
  }
}
video
열기

프롬프트

javascript
{
  "task": "image_to_image_generation",
  "mode": "locked_internal_bubble_sink_motion",
  "input_images": {
    "use_all_attached_images": true,
    "primary_anchor": "attached_image"
  },
  "locks": {
    "all_objects": true,
    "background": true,
    "product": true,
    "position": true,
    "shape": true,
    "scale": true,
    "camera": true,
    "perspective": true,
    "framing": true,
    "lighting": true
  },
  "scene": {
    "container": "cup",
    "liquid": "carbonated_liquid",
    "preservation": "absolute",
    "geometry_changes": "NONE"
  },
  "motion": {
    "target": "bubbles_only",
    "region": {
      "scope": "inside_liquid_volume_only",
      "boundary": "no_cross_surface_or_walls",
      "feather_px": 4
    },
    "behavior": {
      "type": "bubble_sink_flow",
      "style": "photorealistic_micro",
      "direction": "DOWN",
      "size": "small_to_micro",
      "density": 0.35,
      "randomness": 0.3,
      "speed": "slow_viscous",
      "accumulation_at_bottom": true
    },
    "visuals": {
      "subtle_specular_glints": true,
      "micro_refraction": true,
      "motion_blur": false
    }
  },
  "constraints": {
    "no_affect_cup": true,
    "no_affect_background": true,
    "no_light_bleed": true,
    "no_surface_ripple": true
  },
  "rendering": {
    "realism": "very_high",
    "cgi_feel": "forbidden",
    "lighting": "unchanged_photographic",
    "bubble_visibility": "subtle_but_readable"
  },
  "negative_rules": [
    "No movement or deformation of cup or background",
    "No change to liquid surface level",
    "No splashes, foam, or waves",
    "No color, material, o
video
열기

프롬프트

javascript
{
  "task": "image_to_image_generation",
  "mode": "locked_wine_pour_stream",
  "input_images": {
    "use_all_attached_images": true,
    "primary_anchor": "attached_image"
  },
  "locks": {
    "background": true,
    "bottle": true,
    "glass": true,
    "position": true,
    "shape": true,
    "scale": true,
    "camera": true,
    "perspective": true,
    "framing": true
  },
  "preservation": {
    "bottle": "preserved",
    "glass": "preserved",
    "background": "preserved",
    "geometry_changes": "NONE"
  },
  "motion": {
    "wine_stream": {
      "target": "from_bottle_mouth_to_glass",
      "type": "gravity_liquid_stream",
      "behavior": {
        "flow": "single_continuous",
        "thickness": "thin_to_medium",
        "speed": "slow_natural",
        "stability": "unbroken"
      },
      "visuals": {
        "glossy": true,
        "micro_refraction": true,
        "no_splash": true
      }
    },
    "wine_in_glass": {
      "target": "liquid_surface_only",
      "type": "pour_sloshing",
      "amplitude": "small",
      "temporal": "slow_weighted",
      "visuals": {
        "meniscus_motion": true,
        "caustics": "very_subtle",
        "motion_blur": false
      }
    }
  },
  "constraints": {
    "no_object_motion": true,
    "no_camera_motion": true,
    "no_splash_or_foam": true,
    "no_color_or_material_change": true,
    "no_light_change": true
  },
  "rendering": {
    "realism": "very_high",
    "cgi_feel": "forbidden",
    "lighting": "unchanged_photographic"
  },
  "negative_rules": [
    "No wine on bottle exterior",
    "No flying droplets",
    "No exaggerated waves",
    "No movement of bottle or glass"
  ],
  "output": {
    "type": "single_frame",
    "look": "still_scene_with_clear_wine_pour_into_glass"
  }
}
video
열기

프롬프트

javascript
{
  "task": "image_to_image_generation",
  "mode": "locked_space_repeating_solar_cycles",
  "input_images": {
    "use_all_attached_images": true,
    "primary_anchor": "attached_image"
  },
  "locks": {
    "foreground_subject": true,
    "background_geometry": true,
    "position": true,
    "shape": true,
    "scale": true,
    "camera": true,
    "perspective": true,
    "framing": true
  },
  "preservation": {
    "foreground_subject": "fully_preserved",
    "background_structure": "fully_preserved",
    "geometry_changes": "NONE"
  },
  "motion": {
    "target": "global_lighting_only",
    "behavior": {
      "type": "solar_day_night_cycle",
      "cycle_count": 3,
      "speed": "fast_timelapse",
      "sequence": [
        "sunrise_warm_light",
        "midday_high_sun",
        "sunset_warm_fade",
        "night_low_ambient"
      ],
      "temporal_feel": "clearly_repeating"
    }
  },
  "visual_response": {
    "lighting_changes": [
      "light_direction_rotation",
      "shadow_length_expansion_and_contraction",
      "color_temperature_shift_day_to_night",
      "exposure_variation_with_sun_height"
    ],
    "no_environment_change": true
  },
  "constraints": {
    "no_object_motion": true,
    "no_background_change": true,
    "no_camera_motion": true,
    "no_weather_change": true,
    "no_new_objects": true
  },
  "rendering": {
    "realism": "high",
    "cgi_feel": "forbidden",
    "lighting_model": "photographic_solar_timelapse"
  },
  "negative_rules": [
    "Do not move any object",
    "Do not alter background layout or textures",
    "Do not add clouds, rain, or fog",
    "Do not animate the foreground subject",
    "Do not pan, tilt, or zoom the camera"
  ],
  "output": {
    "type": "single_frame",
    "look": "static_scene_with_three_clear_sunrise_and_sunset_cycles"
  }
}

저작권 안내

해당 페이지와 내용에 관해서는 다른 이들에게 공유, 불펌, 2차 창작 등 모두 금지합니다. 모든 저작권은 ai.sangkyun에게 있습니다.

Sharing, unauthorized reproduction, and secondary creations of this page and its content are strictly prohibited. All copyrights belong to ai.sangkyun.