ComfyUI Node
arkennemasis Job Skip (resume — never re-pay)
Resume. If this cell already passed, its master is read from disk and the generation branch is NEVER evaluated — no API call, no model load. Wire the generated image into 'fresh'; it is lazy, so it only runs when the cell actually needs it.
arkennemasis Job Skip (resume — never re-pay)
- fresh
- image
- job_json
- was_generated
- status
◄cell_json{}►
◄jobs_dirvariation/jobs►
◄recipe_json►
◄force_rerunfalse►
◄redo_flaggedtrue►
Categoryarkennemasis/Variation
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| cell_json | STRING | {} | — |
| jobs_dir | STRING | variation/jobs | Durable job records — one JSON per cell. Must survive the run: never point this at a per-run folder. |
| freshopt | IMAGE | The freshly generated + verified image. LAZY: skipped entirely when this cell already passed. | |
| recipe_jsonopt | STRING | Optional. Supplies the recipe hash, so a recipe change correctly invalidates cells made under the old one. | |
| force_rerunopt | BOOLEAN | false | Regenerate even if the cell already passed. Off is the point of this node. |
| redo_flaggedopt | BOOLEAN | true | Re-attempt cells previously marked flagged. Off leaves them alone so a sweep only fills genuine gaps. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| job_json | STRING | — |
| was_generated | BOOLEAN | — |
| status | STRING | — |