00:00 / 00:00
# 慕士塔格峰雪豹战斗视频生成脚本
# 适配Deforum 7.0+ 或 Runway Gen-2

config = {
    # 基础参数
    "prompts": {
        0: "Ultra-wide fisheye view of Muztagh Ata peak, storm clouds, 8mm distortion+++",
        30: "Two snow leopards mid-fight, dynamic blur 18m/s claws, slow-motion snow explosion",
        60: "Time-sliced attack phases with 8 ghost images, golden photon particles overlay"
    },
    
    # 镜头运动参数
    "camera_motion": {
        "angle_deg": [0, 8, 15],          # 仰角从0°到15°渐变
        "zoom": [1.0, 0.85, 1.2],         # 超广角动态变焦
        "pan": [-0.3, 0.4, 0],            # 水平摇移模拟纪录片运镜
        "tilt": [0, -0.15, 0.1]           # 俯仰轴补偿
    },
    
    # 物理模拟参数
    "simulation": {
        "snow_particles": {
            "density": 1200,             # 每帧雪片数量
            "wind_vector": (0.8, -0.3),   # 7500米风速模拟
            "crystal_refraction": True    # 冰晶光线折射
        },
        "fur_dynamics": {
            "rigidity": 0.87,            # 毛发刚性系数
            "electrostatic_charge": 0.9   # 静电蓬松效果
        }
    },
    
    # 时间轴特效
    "time_effects": [
        {
            "frame_range": [24, 36],      # 攻击瞬间
            "effect": "time_slicing",
            "parameters": {
                "phase_count": 8,         # 8相位残影
                "trail_length": 0.6      # 拖尾长度
            }
        },
        {
            "frame_range": [45, 60],      # 冰塔坠落
            "effect": "destruction",
            "parameters": {
                "debris_count": 200,
                "impact_force": 3.8
            }
        }
    ],
    
    # 渲染参数
    "render_settings": {
        "resolution": [7680, 4320],       # 8K超采样
        "fps": 48,                       # 高帧率模式
        "motion_blur": {
            "samples": 32,                # 动态模糊采样
            "shutter_angle": 270          # 电影级快门
        },
        "ray_tracing": {
            "bounces": 8,                # 光线追踪次数
            "snow_refraction": True       # 雪晶折射计算
        }
    }
}

# 注:需配合ControlNet骨骼绑定文件使用
apply_controlnet( by Hailuo AI Video Generator
小螺帽8791 by Hailuo AI Video Generator小螺帽8791
创意描述
复制

# 慕士塔格峰雪豹战斗视频生成脚本 # 适配Deforum 7.0+ 或 Runway Gen-2 config = { # 基础参数 "prompts": { 0: "Ultra-wide fisheye view of Muztagh Ata peak, storm clouds, 8mm distortion+++", 30: "Two snow leopards mid-fight, dynamic blur 18m/s claws, slow-motion snow explosion", 60: "Time-sliced attack phases with 8 ghost images, golden photon particles overlay" }, # 镜头运动参数 "camera_motion": { "angle_deg": [0, 8, 15], # 仰角从0°到15°渐变 "zoom": [1.0, 0.85, 1.2], # 超广角动态变焦 "pan": [-0.3, 0.4, 0], # 水平摇移模拟纪录片运镜 "tilt": [0, -0.15, 0.1] # 俯仰轴补偿 }, # 物理模拟参数 "simulation": { "snow_particles": { "density": 1200, # 每帧雪片数量 "wind_vector": (0.8, -0.3), # 7500米风速模拟 "crystal_refraction": True # 冰晶光线折射 }, "fur_dynamics": { "rigidity": 0.87, # 毛发刚性系数 "electrostatic_charge": 0.9 # 静电蓬松效果 } }, # 时间轴特效 "time_effects": [ { "frame_range": [24, 36], # 攻击瞬间 "effect": "time_slicing", "parameters": { "phase_count": 8, # 8相位残影 "trail_length": 0.6 # 拖尾长度 } }, { "frame_range": [45, 60], # 冰塔坠落 "effect": "destruction", "parameters": { "debris_count": 200, "impact_force": 3.8 } } ], # 渲染参数 "render_settings": { "resolution": [7680, 4320], # 8K超采样 "fps": 48, # 高帧率模式 "motion_blur": { "samples": 32, # 动态模糊采样 "shutter_angle": 270 # 电影级快门 }, "ray_tracing": { "bounces": 8, # 光线追踪次数 "snow_refraction": True # 雪晶折射计算 } } } # 注:需配合ControlNet骨骼绑定文件使用 apply_controlnet(

Hailuo 01-Director
提示词优化
720p
内容由AI生成