compare_images
Compare two images side by side or as a visual difference to detect changes between passes. Use difference mode with adjustable amplitude to identify subtle drifts or regressions.
Instructions
See what changed between two passes (loop step 3: LOOK — the comparison).
mode="side_by_side": both outputs on one canvas — what moved, at a glance.
mode="difference": 0.5 + 0.5*(a-b) — identical regions read FLAT MID-GRAY and
only real changes pop. This is how you answer "did the
background actually stay put?", which the eye is bad at.
Raise amplify (e.g. 4.0) to surface subtle drift.
Use it every pass against your best-so-far: a change that altered more than you intended is a regression even if the new bit looks nice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | side_by_side | |
| amplify | No | ||
| filename_a | Yes | ||
| filename_b | Yes | ||
| subfolder_a | No | ||
| subfolder_b | No |