fix: add link 8 to CLIPTextEncodeFlux output links array

Node 3 (CLIPTextEncodeFlux) output feeds both KSampler (link 3) and
ConditioningZeroOut (link 8), so the output links array must include
both links.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 10:39:17 +01:00
parent 30cc2513cb
commit 3eced21d2a

View File

@@ -65,7 +65,7 @@
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [3],
"links": [3, 8],
"slot_index": 0
}
],