A structured, code-like prompt designed to apply a cinematic disintegration effect (left-to-right particle dispersal using volcanic ash and embers) to an uploaded image, preserving the original pose. Optimized for Nano Banana Pro.
``python def disintegrate(Subject): Direction = "Left to Right" Wind_Speed = "100 km/h" Particle_Type = "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.