nano banana PROGemini

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

1️⃣ 작업 순서

  • 두 장의 이미지를 준비합니다
  • 음식의 단품 이미지 (직접 생성하시거나 기존의 이미지를 사용합니다)
  • 음식이 세로형으로 분해되어 있는 이미지 음식이 분해될 때 각각의 레이어에 어떤 재료가 들어가는지 정확히 기입해야 합니다 아래 [ b 이미지를 만들기 위한 프롬프트 (GPT) ]를 사용하면 더 빠르게 만들 수 있어요
  • 클링에 두 장의 이미지를 첨부합니다
  • Start Image : 음식의 단품 이미지
  • End Image : 음식이 세로형으로 분해되어 있는 이미지
  • Kling 모션 프롬프트를 입력합니다

  • 열기

    튜토리얼에서 사용된 a 이미지 프롬프트

    A high-quality, professional product photograph of a crispy zinger burger with a golden, crunchy fried chicken fillet, fresh lettuce, and soft sesame bun. The burger looks juicy and well-stacked with visible texture and crunch. Minimalist style, shot against a pure solid white background with soft, natural shadows. 8K resolution, sharp focus, clean and modern aesthetic.

    열기

    b 이미지를 만들기 위한 프롬프트 (GPT)

    javascript
    다음은 음식을 세로형으로 분해한 이미지를 만드는 프롬프트입니다.
    제가 분해된 레이어의 맨 위부터 아래까지 원재료를 기입할 수 있도록 저에게 물어봐주세요
    
    제가 원재료 기입을 완료하면
    임의로 최적화하여 최종 프롬프트를 만들어 주세요
    
    프롬프트는 아래의 형식과 유사하게 만들어주세요
    
    Create a hyper-realistic exploded vertical infographic composition of a gourmet burger. At the top, a soft glossy sesame bun crown with visible sesame seeds and light texture. Below it, fresh crisp lettuce leaves floating naturally, followed by ripe tomato slices with juicy pulp and seeds. Beneath that, melted cheese slices stretching slightly over a thick, perfectly grilled beef or crispy chicken patty with visible char or crunch texture and moisture. Under the patty, thinly layered onions and pickles suspended mid-air. At the bottom, a soft bun base aligned perfectly. Pure solid white background, soft studio lighting, subtle realistic shadows beneath each floating layer, ultra-sharp focus, DSLR macro photography look
    b 이미지 프롬프트는 a 이미지를 첨부한 후 같이 기입합니다

    2️⃣ Kling 모션 프롬프트

    javascript
    {
      "tool": "kling",
      "task": "image_to_video_motion",
      "inputs": {
        "start_image": "USER_START_IMAGE"
      },
      "motion": {
        "camera": {
          "movement": "none",
          "zoom": "none",
          "rotation": "none"
        },
        "object": {
          "axis": "vertical_center",
          "rotation": {
            "enabled": true,
            "direction": "clockwise",
            "rule": "single_direction_only",
            "continuity": "continuous",
            "ease": "ease_in"
          },
          "separation": {
            "enabled": true,
            "type": "vertical_layers",
            "timing": "simultaneous_with_rotation",
            "progression": "gradual",
            "ease": "ease_in",
            "constraints": {
              "order_locked": true,
              "alignment_locked": true,
              "no_collision": true,
              "no_merge": true,
              "no_reassembly": true
            }
          },
          "layer_behavior": {
            "rotate_together": true,
            "independent_motion": "disallowed"
          },
          "state": {
            "start": "assembled",
            "end": "fully_exploded_still_rotating"
          }
        }
      },
      "rendering": {
        "environment": "clean_studio",
        "lighting": "neutral",
        "motion_blur": "none"
      },
      "prompt": "From the first frame, the object rotates continuously around a fixed vertical center axis in one direction only (clockwise), using an ease-in motion profile. While rotating, it gradually separates into vertical layers. Rotation and separation occur simultaneously. Layers remain aligned, evenly spaced, and rotate together without collision, merging, reversal, or reassembly. By the final frame, the object is fully exploded and still rotating. No camera movement, zoom, or camera rotation."
    }

    저작권 안내

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

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