Disintegration Effect Function Prompt
The output is a preserved-pose image of the uploaded subject transformed into a dramatic left-to-right disintegration effect. The subject appears intact on one side, cracked and glowing in the center, and fully dispersed into a cloud of dark ash and embers with motion blur.
Model: Nano Banana ProCategory: Photo EnhancementStyle: CinematicLanguage: en
Prompt
``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.