ComfyUI Node
Batch Camera Shake (Subtle)
A ComfyUI node in image/transform with 10 inputs and 1 output.
Batch Camera Shake (Subtle)
- images
- IMAGE
◄seed0►
◄translate_px2.0►
◄rotate_deg0.15►
◄scale_pct0.5►
◄freq1.0►
◄smoothing0.85►
◄distributioneven►
◄min_intensity0.50►
◄borderreflect►
Categoryimage/transform
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input image batch to apply camera shake effect to | |
| seed | INT | 00–2147483647 | Random seed for reproducible shake patterns. Same seed = same shake motion |
| translate_px | FLOAT | 2.00–50 | Maximum horizontal/vertical movement in pixels. Higher = more pronounced shake |
| rotate_deg | FLOAT | 0.150–10 | Maximum rotation angle in degrees. Subtle values (0.1-0.3) look natural |
| scale_pct | FLOAT | 0.50–10 | Maximum zoom variation as a percentage. Simulates camera moving closer/further |
| freq | FLOAT | 1.00.1–5 | Shake frequency multiplier. Higher = faster, more frequent shake changes |
| smoothing | FLOAT | 0.850–0.99 | Motion smoothness. Higher = smoother, floaty movement. Lower = jittery, nervous shake |
| distribution | COMBO | even | Intensity distribution over time. even=uniform, center=peaks in middle, ease_out=settles to origin |
| min_intensity | FLOAT | 0.500–1 | Minimum intensity as fraction of maximum (0-1). Only active when distribution is not 'even'. 0=full range, 1=no variation |
| border | COMBO | reflect | Edge handling: reflect mirrors edges, replicate extends edge pixels, zeros fills with black |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |