商业助手
难度:入门
图像转视频360度产品展示
image to video 360 product rotaion
从产品正背面图像生成逼真的360度旋转视频。无声展示,完整呈现产品各个角度,适合电商展示。
适用平台:
ChatGPTClaudeGemini
{
"model": "veo-3.1",
"task": "image_to_video_360_product_rotation",
"objective": "根据所提供的同一产品的正面和背面图像,生成一个逼真的、无声的360度旋转视频。100%保留原始产品特性,不得进行修改、添加、删除或幻觉。产品内部必须使用隐形模特体积重建自然填充,同时完全忠实于原始图像。服装必须看起来经过专业熨烫,完美平滑、挺括,达到零售标准,同时保留所有原始细节。输出中绝不能包含任何音频。",
"garment_condition_global_rule": {
"all_clothing_must_be_ironed": true,
"appearance": "完美熨烫、挺括、平滑、有结构、高端零售展示",
"no_new_wrinkles": true,
"no_random_fabric_folding": true,
"maintain_original_wrinkle_data_if_present": true,
"no_artificial_wrinkle_generation": true,
"clean_finish": true,
"brand_new_look": true
},
"input": {
"type": "multi_image",
"views": [
{
"name": "front",
"role": "primary_reference",
"weight": 1.0
},
{
"name": "back",
"role": "secondary_reference",
"weight": 1.0
}
],
"forensic_identity_lock": {
"mode": "strict",
"geometry_lock": true,
"silhouette_lock": true,
"mesh_lock": true,
"texture_lock": true,
"fabric_pattern_lock": true,
"stitching_lock": true,
"wrinkle_lock": true,
"color_lock": true,
"material_lock": true,
"surface_lock": true,
"logo_lock": true,
"label_lock": true,
"branding_lock": true,
"proportion_lock": true,
"measurement_lock": true,
"prevent_hallucination": true,
"prevent_detail_invention": true,
"prevent_detail_removal": true
}
},
"geometry_reconstruction": {
"method": "constrained_true_3d_reconstruction",
"source_constraint": "only_use_information_present_in_input_images",
"volume_generation": {
"enabled": true,
"type": "ghost_mannequin_volume",
"visibility": "none"
},
"reconstruction_rules": {
"interpolate_only": true,
"no_detail_creation": true,
"no_surface_modification": true,
"no_topology_change": true,
"no_design_interpretation": true
},
"mesh_constraints": {
"rigid": true,
"no_deformation": true,
"no_shape_change": true,
"no_texture_shift": true
}
},
"animation": {
"type": "360_degree_rotation",
"axis": "vertical",
"degrees": 360,
"direction": "clockwise",
"speed": "constant",
"duration_seconds": 6,
"motion_constraints": {
"no_wobble": true,
"no_jitter": true,
"no_mesh_change": true,
"no_texture_shift": true,
"no_geometry_shift": true
},
"start_state": "exact_front_view",
"end_state": "exact_front_view",
"loop": true
},
"ghost_mannequin": {
"enabled": true,
"visibility": "invisible",
"constraints": {
"must_not_be_visible": true,
"must_not_modify_surface": true,
"must_not_modify_shape": true,
"must_not_modify_wrinkles": true,
"must_not_modify_fit": true
}
},
"scene": {
"background": {
"type": "pure_white",
"color": "#FFFFFF",
"uniform": true
},
"product_state": {
"floating": true,
"no_support_visible": true
},
"shadow": {
"type": "soft_contact",
"stable": true,
"physically_correct": true
}
},
"camera": {
"type": "fixed",
"movement": "none",
"rotation": "none",
"zoom": "none",
"center_lock": true,
"lens": "85mm",
"distortion": false
},
"lighting": {
"type": "studio_softbox",
"consistency": "locked",
"variation": false,
"flicker": false,
"must_not_change_during_rotation": true
},
"rendering": {
"mode": "photorealistic",
"texture_source": "input_images_only",
"no_texture_generation": true,
"no_creative_interpretation": true,
"no_artificial_enhancement": true,
"fabric_finish": "smooth_pressed_clean",
"retail_presentation_standard": "premium_ecommerce_ready"
},
"audio": {
"enabled": false,
"generate_audio": false,
"include_audio_track": false,
"music": false,
"sound_effects": false,
"voice": false,
"ambient_sound": false,
"silence": true
},
"output": {
"resolution": "2160x2160",
"fps": 30,
"duration_seconds": 6,
"format": "mp4",
"video_codec": "H.264",
"audio_codec": "none",
"include_audio_track": false,
"loop": true,
"background": "pure_white",
"silent": true
},
"hard_constraints": [
"无音频",
"无音乐",
"无音效",
"无语音",
"无环境音",
"不得添加细节",
"不得删除细节",
"不得修改缝线",
"不得修改标志",
"不得修改纹理",
"不得修改结构",
"不得改变比例",
"不得风格化",
"不得产生幻觉",
"无新褶皱",
"无凌乱的织物折叠",
"必须看起来经过专业熨烫"
],
"negative_prompt": [
"音乐",
"声音",
"语音",
"音频",
"环境音",
"音效",
"幻觉细节",
"修改的缝线",
"不同的面料",
"形状变形",
"几何失真",
"创意再诠释",
"褶皱面料",
"凌乱的折叠",
"有折痕的衣物",
"未熨烫的服装"
]
}