解体效果函数提示
这是一个有趣且高度技术性的提示,设计为一个 Python 函数,用于对上传的图像应用特定的瓦解效果,同时保留原始姿态。该函数定义了瓦解的方向、速度和粒子类型,从而产生动态的粒子云效果。
nano-banana-pro · 3D 渲染 · 摘要 / 背景 · 游戏素材 · 电影 / 电影剧照 · 角色
中文提示词
```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()` 函数。
原始提示词
``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) ``` Instruction: Preserve the exact pose of [UPLOADED_IMAGE], but apply the `disintegrate()` function described above.