verify_workflow_lock
Detect drift between a saved workflow's lock file and your current ComfyUI installation. Verify that models, custom nodes, and ComfyUI version match before running a workflow again.
Instructions
Compare a saved workflow's lock file against the current state of the local install and report drift. Loads <filename>.lock.json from ComfyUI's user library, re-computes a current lock from the same workflow, and diffs: which models have a different SHA-256, which custom node packs are on a different commit, whether ComfyUI's version changed. Use before re-running an important workflow days or weeks later to confirm it'll behave the same. Requires a local install (COMFYUI_PATH). Returns a structured drift report (empty arrays everywhere mean perfect parity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Workflow filename whose lock to verify (e.g. 'my_workflow.json'). |