From 904f579c28c6dc058decf801170699c84932170f Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Wed, 25 Feb 2026 17:00:18 +0100 Subject: [PATCH] fix: move DifferentialDiffusion node inside Seam Fix group Node 24 was at y=60, above Group 5's boundary (y=130). Moved to y=140 so it's correctly inside the group and gets muted when the user bypasses the Seam Fix pass. Co-Authored-By: Claude Opus 4.6 --- example_workflows/tiled-upscale-builtin-nodes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_workflows/tiled-upscale-builtin-nodes.json b/example_workflows/tiled-upscale-builtin-nodes.json index 4807e66..96b59b9 100644 --- a/example_workflows/tiled-upscale-builtin-nodes.json +++ b/example_workflows/tiled-upscale-builtin-nodes.json @@ -412,7 +412,7 @@ { "id": 24, "type": "DifferentialDiffusion", - "pos": [2560, 60], + "pos": [2560, 140], "size": [250, 46], "flags": {}, "order": 12,