Update example workflow with attention and denoise parameters

Add missing sdpa attention widget to loader node. Fix stale
denoise value ("fixed" → 0.9) in SR node.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 03:14:58 +01:00
parent 91e5bd8222
commit 1e076a6523

View File

@@ -6,7 +6,7 @@
"id": 1, "id": 1,
"type": "STARModelLoader", "type": "STARModelLoader",
"pos": [50, 150], "pos": [50, 150],
"size": [315, 130], "size": [315, 158],
"flags": {}, "flags": {},
"order": 0, "order": 0,
"mode": 0, "mode": 0,
@@ -22,7 +22,7 @@
"properties": { "properties": {
"Node name for S&R": "STARModelLoader" "Node name for S&R": "STARModelLoader"
}, },
"widgets_values": ["light_deg.pt", "fp16", "disabled"] "widgets_values": ["light_deg.pt", "fp16", "disabled", "sdpa"]
}, },
{ {
"id": 2, "id": 2,
@@ -83,7 +83,7 @@
"properties": { "properties": {
"Node name for S&R": "STARVideoSuperResolution" "Node name for S&R": "STARVideoSuperResolution"
}, },
"widgets_values": [4, 15, 7.5, "", "fast", 32, 0, "fixed", "adain", 0] "widgets_values": [4, 15, 7.5, "", "fast", 32, 0, 0.9, "adain", 0]
}, },
{ {
"id": 4, "id": 4,