Skip to content

Commit 94a136c

Browse files
authored
Fix Claude template issue (#936)
1 parent 65e12f9 commit 94a136c

1 file changed

Lines changed: 25 additions & 19 deletions

File tree

templates/api_anthropic_claude.json

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "b0839658-2cd5-4e4f-892b-1e5188edfe5c",
33
"revision": 0,
4-
"last_node_id": 4,
5-
"last_link_id": 4,
4+
"last_node_id": 5,
5+
"last_link_id": 6,
66
"nodes": [
77
{
88
"id": 2,
@@ -24,7 +24,7 @@
2424
"name": "IMAGE",
2525
"type": "IMAGE",
2626
"links": [
27-
3
27+
5
2828
]
2929
},
3030
{
@@ -45,7 +45,7 @@
4545
"id": 3,
4646
"type": "PreviewAny",
4747
"pos": [
48-
1070,
48+
1120,
4949
350
5050
],
5151
"size": [
@@ -59,7 +59,7 @@
5959
{
6060
"name": "source",
6161
"type": "*",
62-
"link": 4
62+
"link": 6
6363
}
6464
],
6565
"outputs": [
@@ -79,26 +79,27 @@
7979
]
8080
},
8181
{
82-
"id": 4,
82+
"id": 5,
8383
"type": "ClaudeNode",
8484
"pos": [
85-
630,
85+
660,
8686
350
8787
],
8888
"size": [
8989
400,
90-
290
90+
420
9191
],
9292
"flags": {},
9393
"order": 1,
9494
"mode": 0,
95+
"showAdvanced": true,
9596
"inputs": [
9697
{
9798
"label": "image_1",
9899
"name": "images.image_1",
99100
"shape": 7,
100101
"type": "IMAGE",
101-
"link": 3
102+
"link": 5
102103
},
103104
{
104105
"label": "image_2",
@@ -113,7 +114,7 @@
113114
"name": "STRING",
114115
"type": "STRING",
115116
"links": [
116-
4
117+
6
117118
]
118119
}
119120
],
@@ -123,8 +124,9 @@
123124
"widgets_values": [
124125
"Describe this image",
125126
"Opus 4.7",
126-
16000,
127+
32768,
127128
1,
129+
"off",
128130
0,
129131
"randomize",
130132
""
@@ -135,16 +137,16 @@
135137
],
136138
"links": [
137139
[
138-
3,
140+
5,
139141
2,
140142
0,
141-
4,
143+
5,
142144
0,
143145
"IMAGE"
144146
],
145147
[
146-
4,
147-
4,
148+
6,
149+
5,
148150
0,
149151
3,
150152
0,
@@ -155,13 +157,17 @@
155157
"config": {},
156158
"extra": {
157159
"ds": {
158-
"scale": 0.6830134553650705,
160+
"scale": 0.49574902015406785,
159161
"offset": [
160-
91.34726739424542,
161-
38.51358592338786
162+
517.001722626068,
163+
231.09019407654029
162164
]
163165
},
164-
"frontendVersion": "1.43.17"
166+
"frontendVersion": "1.45.15",
167+
"VHS_latentpreview": false,
168+
"VHS_latentpreviewrate": 0,
169+
"VHS_MetadataImage": true,
170+
"VHS_KeepIntermediate": true
165171
},
166172
"version": 0.4
167173
}

0 commit comments

Comments
 (0)