解体效果函数提示词
输出为一张保留姿势的图像,将上传的主体转换为戏剧性的从左到右解体效果。主体一侧保持完整,中心出现裂纹并发光,另一侧则完全散逸成带有运动模糊的黑色灰烬与余烬云团。
模型: Nano Banana Pro分类: Photo Enhancement风格: Cinematic语言: en
提示词
```python def disintegrate(Subject): Direction = "{argument name="disintegration direction" default="Left to Right"}" Wind_Speed = "{argument name="wind speed" default="100 km/h"}" Particle_Type = "{argument name="particle type" default="Black Volcanic Ash and Embers"}" >Execution Left_Side_of_Subject = "Solid, Intact" Center_of_Subject = "Cracking, glowing cracks" Right_Side_of_Subject = "Fully dispersed into particle cloud" return Render(Motion_Blur=True, Glow=True) ``` 指令:保持 [UPLOADED_IMAGE] 的精确姿势不变,但应用上面描述的 `disintegrate()` 函数。