วิดีโอ รูปภาพ
เข้าสู่ระบบ
พรอมต์ (สไตล์โค้ด) สำหรับเบอร์เกอร์กูร์เมต์ระเบิดรสชาติแบบภาพยนตร์

พรอมต์ (สไตล์โค้ด) สำหรับเบอร์เกอร์กูร์เมต์ระเบิดรสชาติแบบภาพยนตร์

A highly structured, code-like prompt using Python syntax (importing physics and lighting modules) to generate a cinematic advertising image of a gourmet burger exploding in slow motion, detailing ingredients, textures, and studio lighting setup.

ยอดดู2,300
ถูกใจ100
ความเห็น26
แชร์8
บุ๊กมาร์ก50
อ้างอิง0
import physics_engine as cinematic
from studio_lighting import RimLight, SpotLight

class GourmetBurger:
    def __init__(self):
        self.state = "assembled"
        self.ingredients = [
            "toasted_brioche_bun", 
            "wagyu_patty", 
            "molten_cheddar", 
            "crispy_lettuce", 
            "heirloom_tomato",
            "secret_sauce_droplets"
        ]

    def trigger_explosion(self):
        """
        Executes the slow-motion deconstruction effect.
        """
        self.state = "mid-air_burst"
        
        for item in self.ingredients:
            # Applying physics for the "flying" effect
            item.apply_force(direction="outward", velocity="slow_motion")
            item.render_texture(quality="hyper_detailed")
            
        # Suspends liquid particles in 3D space
        cinematic.suspend_fluids(type="sauce", density="high_viscosity")

# Environment Configuration
scene = cinematic.Scene(background="dark_studio_charcoal")
scene.add_lighting([
    RimLight(intensity=0.8, color="warm_gold"),
    SpotLight(target="patty_texture", focus="ultra_sharp")
])

# Execute the render
burger = GourmetBurger()
burger.trigger_explosion()

render_output = scene.capture(style="cinematic_advertising", realistic=True)

✨ สร้าง โพสต์ต้นฉบับ เปิดใน Hitboard

วิธีใช้พรอมต์นี้

คัดลอกพรอมต์ไปวางใน Nano Banana Pro คงองค์ประกอบภาพ แสง และคำบอกสไตล์ไว้ตามต้นฉบับ เพราะนั่นคือสิ่งที่สร้างผลลัพธ์นี้ เปลี่ยนเฉพาะตัวแบบหรือรายละเอียดฉาก คงสัดส่วนภาพ และแนบภาพอ้างอิงถ้ามี ลองสร้างสองถึงสามครั้ง ภาพที่ดีที่สุดมักไม่ใช่ภาพแรก