comfyui-mcp 0.20.0 → 0.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/orchestrator/agent-backend.js.map +1 -1
- package/dist/orchestrator/codex-backend.js +20 -4
- package/dist/orchestrator/codex-backend.js.map +1 -1
- package/dist/orchestrator/index.js +21 -2
- package/dist/orchestrator/index.js.map +1 -1
- package/dist/orchestrator/panel-tools.js +33 -2
- package/dist/orchestrator/panel-tools.js.map +1 -1
- package/dist/services/image-management.js +83 -18
- package/dist/services/image-management.js.map +1 -1
- package/dist/services/manifest.js +84 -3
- package/dist/services/manifest.js.map +1 -1
- package/dist/services/output-dir.js +59 -0
- package/dist/services/output-dir.js.map +1 -1
- package/dist/tools/image-management.js +72 -1
- package/dist/tools/image-management.js.map +1 -1
- package/dist/tools/skills-access.js +1 -1
- package/dist/tools/skills-access.js.map +1 -1
- package/package.json +1 -1
- package/packs/{krea2-txt2img → krea2-txt2img-json}/install-runpod.sh +1 -2
- package/packs/{krea2-txt2img → krea2-txt2img-json}/install-windows.bat +1 -2
- package/packs/krea2-txt2img-json/manifest.yaml +28 -0
- package/packs/krea2-txt2img-json/pack.yaml +45 -0
- package/packs/{krea2-txt2img → krea2-txt2img-json}/workflow.json +11 -67
- package/packs/krea2-txt2img-manual/install-runpod.sh +39 -0
- package/packs/krea2-txt2img-manual/install-windows.bat +44 -0
- package/packs/{krea2-txt2img → krea2-txt2img-manual}/manifest.yaml +7 -8
- package/packs/krea2-txt2img-manual/pack.yaml +41 -0
- package/packs/krea2-txt2img-manual/workflow.json +1642 -0
- package/plugin/skills/director/SKILL.md +14 -2
- package/plugin/skills/krea2-txt2img/SKILL.md +52 -16
- package/plugin/skills/ltxv2-video/SKILL.md +20 -0
- package/plugin/skills/video-extend/SKILL.md +9 -0
- package/plugin/skills/wan-flf-video/SKILL.md +1 -1
- package/plugin/skills/workflow-layout/SKILL.md +14 -1
- package/scripts/panel-load-workflow-smoke.mjs +1 -1
- package/packs/krea2/workflow.json +0 -4265
- package/packs/krea2-txt2img/pack.yaml +0 -32
|
@@ -0,0 +1,1642 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "krea2-txt2img-manual",
|
|
3
|
+
"revision": 0,
|
|
4
|
+
"last_node_id": 145,
|
|
5
|
+
"last_link_id": 154,
|
|
6
|
+
"nodes": [
|
|
7
|
+
{
|
|
8
|
+
"id": 12,
|
|
9
|
+
"type": "SaveImage",
|
|
10
|
+
"pos": [
|
|
11
|
+
8851.137588108111,
|
|
12
|
+
577.0017972895354
|
|
13
|
+
],
|
|
14
|
+
"size": [
|
|
15
|
+
1697.1970838136035,
|
|
16
|
+
1441.1353205047724
|
|
17
|
+
],
|
|
18
|
+
"flags": {},
|
|
19
|
+
"order": 40,
|
|
20
|
+
"mode": 0,
|
|
21
|
+
"inputs": [
|
|
22
|
+
{
|
|
23
|
+
"name": "images",
|
|
24
|
+
"type": "IMAGE",
|
|
25
|
+
"link": 147
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"outputs": [
|
|
29
|
+
{
|
|
30
|
+
"name": "images",
|
|
31
|
+
"type": "IMAGE",
|
|
32
|
+
"links": null
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"properties": {
|
|
36
|
+
"cnr_id": "comfy-core",
|
|
37
|
+
"ver": "0.25.0",
|
|
38
|
+
"Node name for S&R": "SaveImage",
|
|
39
|
+
"ue_properties": {
|
|
40
|
+
"widget_ue_connectable": {},
|
|
41
|
+
"input_ue_unconnectable": {},
|
|
42
|
+
"version": "7.8"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"widgets_values": [
|
|
46
|
+
"Krea2"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": 141,
|
|
51
|
+
"type": "ImageSharpenKJ",
|
|
52
|
+
"pos": [
|
|
53
|
+
8495.360396896014,
|
|
54
|
+
1337.8672785439765
|
|
55
|
+
],
|
|
56
|
+
"size": [
|
|
57
|
+
305.23065258401857,
|
|
58
|
+
82
|
|
59
|
+
],
|
|
60
|
+
"flags": {},
|
|
61
|
+
"order": 48,
|
|
62
|
+
"mode": 0,
|
|
63
|
+
"inputs": [
|
|
64
|
+
{
|
|
65
|
+
"name": "image",
|
|
66
|
+
"type": "IMAGE,MASK",
|
|
67
|
+
"link": 146
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"outputs": [
|
|
71
|
+
{
|
|
72
|
+
"name": "output",
|
|
73
|
+
"type": "IMAGE",
|
|
74
|
+
"links": [
|
|
75
|
+
147
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"properties": {
|
|
80
|
+
"cnr_id": "comfyui-kjnodes",
|
|
81
|
+
"ver": "95389ef411dc9f5e498da928b365b98a682e1cd6",
|
|
82
|
+
"Node name for S&R": "ImageSharpenKJ",
|
|
83
|
+
"ue_properties": {
|
|
84
|
+
"widget_ue_connectable": {},
|
|
85
|
+
"version": "7.8",
|
|
86
|
+
"input_ue_unconnectable": {}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"widgets_values": [
|
|
90
|
+
"rcas",
|
|
91
|
+
0.55
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": 78,
|
|
96
|
+
"type": "21ffbd86-8db8-4fab-954b-2cd8ab0662da",
|
|
97
|
+
"pos": [
|
|
98
|
+
7395.270600743974,
|
|
99
|
+
1258.3234718119775
|
|
100
|
+
],
|
|
101
|
+
"size": [
|
|
102
|
+
1057.4073472588516,
|
|
103
|
+
374
|
|
104
|
+
],
|
|
105
|
+
"flags": {},
|
|
106
|
+
"order": 43,
|
|
107
|
+
"mode": 0,
|
|
108
|
+
"inputs": [
|
|
109
|
+
{
|
|
110
|
+
"name": "vae",
|
|
111
|
+
"type": "VAE",
|
|
112
|
+
"link": 84
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "clip",
|
|
116
|
+
"type": "CLIP",
|
|
117
|
+
"link": 85
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "model",
|
|
121
|
+
"type": "MODEL",
|
|
122
|
+
"link": 95
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "positive",
|
|
126
|
+
"type": "CONDITIONING",
|
|
127
|
+
"link": 87
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"dir": 3,
|
|
131
|
+
"name": "any_01",
|
|
132
|
+
"type": "STRING",
|
|
133
|
+
"link": 153
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"dir": 3,
|
|
137
|
+
"name": "any_02",
|
|
138
|
+
"type": "STRING",
|
|
139
|
+
"link": null
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"outputs": [
|
|
143
|
+
{
|
|
144
|
+
"name": "IMAGE",
|
|
145
|
+
"type": "IMAGE",
|
|
146
|
+
"links": [
|
|
147
|
+
146
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "CONDITIONING",
|
|
152
|
+
"type": "CONDITIONING",
|
|
153
|
+
"links": [
|
|
154
|
+
91
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"properties": {
|
|
159
|
+
"proxyWidgets": [
|
|
160
|
+
[
|
|
161
|
+
"76",
|
|
162
|
+
"width"
|
|
163
|
+
],
|
|
164
|
+
[
|
|
165
|
+
"76",
|
|
166
|
+
"height"
|
|
167
|
+
],
|
|
168
|
+
[
|
|
169
|
+
"75",
|
|
170
|
+
"seed"
|
|
171
|
+
],
|
|
172
|
+
[
|
|
173
|
+
"75",
|
|
174
|
+
"control_after_generate"
|
|
175
|
+
],
|
|
176
|
+
[
|
|
177
|
+
"75",
|
|
178
|
+
"steps"
|
|
179
|
+
],
|
|
180
|
+
[
|
|
181
|
+
"75",
|
|
182
|
+
"cfg"
|
|
183
|
+
],
|
|
184
|
+
[
|
|
185
|
+
"75",
|
|
186
|
+
"sampler_name"
|
|
187
|
+
],
|
|
188
|
+
[
|
|
189
|
+
"75",
|
|
190
|
+
"scheduler"
|
|
191
|
+
],
|
|
192
|
+
[
|
|
193
|
+
"75",
|
|
194
|
+
"denoise"
|
|
195
|
+
],
|
|
196
|
+
[
|
|
197
|
+
"76",
|
|
198
|
+
"batch_size"
|
|
199
|
+
]
|
|
200
|
+
],
|
|
201
|
+
"cnr_id": "comfy-core",
|
|
202
|
+
"ver": "0.26.0",
|
|
203
|
+
"ue_properties": {
|
|
204
|
+
"widget_ue_connectable": {},
|
|
205
|
+
"input_ue_unconnectable": {},
|
|
206
|
+
"version": "7.8"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"widgets_values": []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": 143,
|
|
213
|
+
"type": "PrimitiveStringMultiline",
|
|
214
|
+
"pos": [
|
|
215
|
+
7399.6721069289015,
|
|
216
|
+
938.2852092761965
|
|
217
|
+
],
|
|
218
|
+
"size": [
|
|
219
|
+
1049.9867633126441,
|
|
220
|
+
281.173700287005
|
|
221
|
+
],
|
|
222
|
+
"flags": {},
|
|
223
|
+
"order": 29,
|
|
224
|
+
"mode": 0,
|
|
225
|
+
"inputs": [],
|
|
226
|
+
"outputs": [
|
|
227
|
+
{
|
|
228
|
+
"name": "STRING",
|
|
229
|
+
"type": "STRING",
|
|
230
|
+
"links": [
|
|
231
|
+
153
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"title": "MANUAL PROMPT",
|
|
236
|
+
"properties": {
|
|
237
|
+
"cnr_id": "comfy-core",
|
|
238
|
+
"ver": "0.23.0",
|
|
239
|
+
"Node name for S&R": "PrimitiveStringMultiline",
|
|
240
|
+
"ue_properties": {
|
|
241
|
+
"widget_ue_connectable": {},
|
|
242
|
+
"version": "7.0.1",
|
|
243
|
+
"input_ue_unconnectable": {}
|
|
244
|
+
},
|
|
245
|
+
"enableTabs": false,
|
|
246
|
+
"tabWidth": 65,
|
|
247
|
+
"tabXOffset": 10,
|
|
248
|
+
"hasSecondTab": false,
|
|
249
|
+
"secondTabText": "Send Back",
|
|
250
|
+
"secondTabOffset": 80,
|
|
251
|
+
"secondTabWidth": 65
|
|
252
|
+
},
|
|
253
|
+
"widgets_values": [
|
|
254
|
+
"A majestic snow leopard standing on a rocky cliff at golden hour, intricate fur detail, piercing pale-green eyes, dramatic snow-capped mountain backdrop, ultra-sharp focus, photorealistic wildlife photography, cinematic rim lighting"
|
|
255
|
+
],
|
|
256
|
+
"color": "#232",
|
|
257
|
+
"bgcolor": "#353"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"id": 16,
|
|
261
|
+
"type": "ConditioningKrea2Rebalance",
|
|
262
|
+
"pos": [
|
|
263
|
+
8493.881257435882,
|
|
264
|
+
1175.3431060237954
|
|
265
|
+
],
|
|
266
|
+
"size": [
|
|
267
|
+
301.3288394532832,
|
|
268
|
+
82
|
|
269
|
+
],
|
|
270
|
+
"flags": {},
|
|
271
|
+
"order": 41,
|
|
272
|
+
"mode": 4,
|
|
273
|
+
"inputs": [
|
|
274
|
+
{
|
|
275
|
+
"name": "conditioning",
|
|
276
|
+
"type": "CONDITIONING",
|
|
277
|
+
"link": 53
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"outputs": [
|
|
281
|
+
{
|
|
282
|
+
"name": "conditioning",
|
|
283
|
+
"type": "CONDITIONING",
|
|
284
|
+
"links": [
|
|
285
|
+
87
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"properties": {
|
|
290
|
+
"aux_id": "nova452/ComfyUI-ConditioningKrea2Rebalance",
|
|
291
|
+
"ver": "9ab5315e6aa8ec8cd14cc5354739d938c6fb101b",
|
|
292
|
+
"Node name for S&R": "ConditioningKrea2Rebalance",
|
|
293
|
+
"ue_properties": {
|
|
294
|
+
"widget_ue_connectable": {},
|
|
295
|
+
"input_ue_unconnectable": {},
|
|
296
|
+
"version": "7.8"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"widgets_values": [
|
|
300
|
+
3,
|
|
301
|
+
"1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.5,5.0,1.1,4.0,1.0"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": 63,
|
|
306
|
+
"type": "RBG_Smart_Seed_Variance",
|
|
307
|
+
"pos": [
|
|
308
|
+
8493.083491540467,
|
|
309
|
+
611.9430117953652
|
|
310
|
+
],
|
|
311
|
+
"size": [
|
|
312
|
+
300,
|
|
313
|
+
469
|
|
314
|
+
],
|
|
315
|
+
"flags": {},
|
|
316
|
+
"order": 42,
|
|
317
|
+
"mode": 4,
|
|
318
|
+
"inputs": [
|
|
319
|
+
{
|
|
320
|
+
"name": "conditioning",
|
|
321
|
+
"type": "CONDITIONING",
|
|
322
|
+
"link": 91
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"outputs": [
|
|
326
|
+
{
|
|
327
|
+
"name": "conditioning",
|
|
328
|
+
"type": "CONDITIONING",
|
|
329
|
+
"links": [
|
|
330
|
+
53
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"properties": {
|
|
335
|
+
"aux_id": "RamonGuthrie/ComfyUI-RBG-SmartSeedVariance",
|
|
336
|
+
"ver": "db056d2909a6127baf02bf56d094ebda535c3d77",
|
|
337
|
+
"Node name for S&R": "RBG_Smart_Seed_Variance",
|
|
338
|
+
"ue_properties": {
|
|
339
|
+
"widget_ue_connectable": {},
|
|
340
|
+
"version": "7.8",
|
|
341
|
+
"input_ue_unconnectable": {}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"widgets_values": [
|
|
345
|
+
"🌿 Balanced",
|
|
346
|
+
55,
|
|
347
|
+
"⚙️ Other",
|
|
348
|
+
"Instant",
|
|
349
|
+
"Beginning Steps",
|
|
350
|
+
"🚫 None",
|
|
351
|
+
"🚫 None",
|
|
352
|
+
129,
|
|
353
|
+
"constant",
|
|
354
|
+
8,
|
|
355
|
+
20,
|
|
356
|
+
0,
|
|
357
|
+
131210784276891,
|
|
358
|
+
"randomize"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"id": 82,
|
|
363
|
+
"type": "Power Lora Loader (rgthree)",
|
|
364
|
+
"pos": [
|
|
365
|
+
7406.789947082077,
|
|
366
|
+
646.6477869564469
|
|
367
|
+
],
|
|
368
|
+
"size": [
|
|
369
|
+
1043.9676066855195,
|
|
370
|
+
254.29304780000462
|
|
371
|
+
],
|
|
372
|
+
"flags": {},
|
|
373
|
+
"order": 36,
|
|
374
|
+
"mode": 0,
|
|
375
|
+
"inputs": [
|
|
376
|
+
{
|
|
377
|
+
"dir": 3,
|
|
378
|
+
"name": "model",
|
|
379
|
+
"type": "MODEL",
|
|
380
|
+
"link": 94
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"dir": 3,
|
|
384
|
+
"name": "clip",
|
|
385
|
+
"type": "CLIP",
|
|
386
|
+
"link": null
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"outputs": [
|
|
390
|
+
{
|
|
391
|
+
"dir": 4,
|
|
392
|
+
"name": "MODEL",
|
|
393
|
+
"shape": 3,
|
|
394
|
+
"type": "MODEL",
|
|
395
|
+
"links": [
|
|
396
|
+
95
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"dir": 4,
|
|
401
|
+
"name": "CLIP",
|
|
402
|
+
"shape": 3,
|
|
403
|
+
"type": "CLIP",
|
|
404
|
+
"links": null
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"properties": {
|
|
408
|
+
"cnr_id": "rgthree-comfy",
|
|
409
|
+
"ver": "27b4f4cdcf3b127c29d5d8135ac1536ecbd4c383",
|
|
410
|
+
"Show Strengths": "Single Strength",
|
|
411
|
+
"Match": "",
|
|
412
|
+
"ue_properties": {
|
|
413
|
+
"widget_ue_connectable": {},
|
|
414
|
+
"input_ue_unconnectable": {},
|
|
415
|
+
"version": "7.8"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"widgets_values": [
|
|
419
|
+
{},
|
|
420
|
+
{
|
|
421
|
+
"type": "PowerLoraLoaderHeaderWidget"
|
|
422
|
+
},
|
|
423
|
+
{},
|
|
424
|
+
""
|
|
425
|
+
],
|
|
426
|
+
"color": "#323",
|
|
427
|
+
"bgcolor": "#535"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"id": 57,
|
|
431
|
+
"type": "GetNode",
|
|
432
|
+
"pos": [
|
|
433
|
+
7414.654030583151,
|
|
434
|
+
541.225447991572
|
|
435
|
+
],
|
|
436
|
+
"size": [
|
|
437
|
+
210,
|
|
438
|
+
58
|
|
439
|
+
],
|
|
440
|
+
"flags": {},
|
|
441
|
+
"order": 10,
|
|
442
|
+
"mode": 0,
|
|
443
|
+
"inputs": [],
|
|
444
|
+
"outputs": [
|
|
445
|
+
{
|
|
446
|
+
"name": "MODEL",
|
|
447
|
+
"type": "MODEL",
|
|
448
|
+
"links": [
|
|
449
|
+
94
|
|
450
|
+
]
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"title": "Get_MODEL",
|
|
454
|
+
"properties": {
|
|
455
|
+
"Node name for S&R": "GetNode",
|
|
456
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
457
|
+
"ue_properties": {
|
|
458
|
+
"widget_ue_connectable": {},
|
|
459
|
+
"version": "7.5.2",
|
|
460
|
+
"input_ue_unconnectable": {}
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"widgets_values": [
|
|
464
|
+
"MODEL"
|
|
465
|
+
],
|
|
466
|
+
"color": "#223",
|
|
467
|
+
"bgcolor": "#335"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": 32,
|
|
471
|
+
"type": "SetNode",
|
|
472
|
+
"pos": [
|
|
473
|
+
11530.813267043437,
|
|
474
|
+
-124.81924446403787
|
|
475
|
+
],
|
|
476
|
+
"size": [
|
|
477
|
+
210,
|
|
478
|
+
58
|
|
479
|
+
],
|
|
480
|
+
"flags": {},
|
|
481
|
+
"order": 39,
|
|
482
|
+
"mode": 0,
|
|
483
|
+
"inputs": [
|
|
484
|
+
{
|
|
485
|
+
"name": "MODEL",
|
|
486
|
+
"type": "MODEL",
|
|
487
|
+
"link": 38
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"outputs": [
|
|
491
|
+
{
|
|
492
|
+
"name": "MODEL",
|
|
493
|
+
"type": "MODEL",
|
|
494
|
+
"links": null
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"title": "Set_MODEL",
|
|
498
|
+
"properties": {
|
|
499
|
+
"Node name for S&R": "SetNode",
|
|
500
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
501
|
+
"previousName": "MODEL",
|
|
502
|
+
"ue_properties": {
|
|
503
|
+
"widget_ue_connectable": {},
|
|
504
|
+
"version": "7.5.2",
|
|
505
|
+
"input_ue_unconnectable": {}
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"widgets_values": [
|
|
509
|
+
"MODEL"
|
|
510
|
+
],
|
|
511
|
+
"color": "#223",
|
|
512
|
+
"bgcolor": "#335"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": 54,
|
|
516
|
+
"type": "UNETLoader",
|
|
517
|
+
"pos": [
|
|
518
|
+
10923.555280641574,
|
|
519
|
+
-157.77800682389267
|
|
520
|
+
],
|
|
521
|
+
"size": [
|
|
522
|
+
444.74483597000835,
|
|
523
|
+
100.43949939228202
|
|
524
|
+
],
|
|
525
|
+
"flags": {},
|
|
526
|
+
"order": 33,
|
|
527
|
+
"mode": 0,
|
|
528
|
+
"inputs": [],
|
|
529
|
+
"outputs": [
|
|
530
|
+
{
|
|
531
|
+
"name": "MODEL",
|
|
532
|
+
"type": "MODEL",
|
|
533
|
+
"links": [
|
|
534
|
+
38
|
|
535
|
+
]
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"properties": {
|
|
539
|
+
"cnr_id": "comfy-core",
|
|
540
|
+
"ver": "0.25.0",
|
|
541
|
+
"Node name for S&R": "UNETLoader",
|
|
542
|
+
"ue_properties": {
|
|
543
|
+
"widget_ue_connectable": {
|
|
544
|
+
"unet_name": true,
|
|
545
|
+
"weight_dtype": true
|
|
546
|
+
},
|
|
547
|
+
"version": "7.8",
|
|
548
|
+
"input_ue_unconnectable": {}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"widgets_values": [
|
|
552
|
+
"krea2_turbo_fp8.safetensors",
|
|
553
|
+
"default"
|
|
554
|
+
],
|
|
555
|
+
"color": "#223",
|
|
556
|
+
"bgcolor": "#335"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"id": 58,
|
|
560
|
+
"type": "GetNode",
|
|
561
|
+
"pos": [
|
|
562
|
+
7832.33071051621,
|
|
563
|
+
539.4200459437519
|
|
564
|
+
],
|
|
565
|
+
"size": [
|
|
566
|
+
210,
|
|
567
|
+
58
|
|
568
|
+
],
|
|
569
|
+
"flags": {},
|
|
570
|
+
"order": 11,
|
|
571
|
+
"mode": 0,
|
|
572
|
+
"inputs": [],
|
|
573
|
+
"outputs": [
|
|
574
|
+
{
|
|
575
|
+
"name": "CLIP",
|
|
576
|
+
"type": "CLIP",
|
|
577
|
+
"links": [
|
|
578
|
+
85
|
|
579
|
+
]
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"title": "Get_CLIP",
|
|
583
|
+
"properties": {
|
|
584
|
+
"Node name for S&R": "GetNode",
|
|
585
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
586
|
+
"ue_properties": {
|
|
587
|
+
"widget_ue_connectable": {},
|
|
588
|
+
"version": "7.5.2",
|
|
589
|
+
"input_ue_unconnectable": {}
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"widgets_values": [
|
|
593
|
+
"CLIP"
|
|
594
|
+
],
|
|
595
|
+
"color": "#432",
|
|
596
|
+
"bgcolor": "#653"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"id": 31,
|
|
600
|
+
"type": "SetNode",
|
|
601
|
+
"pos": [
|
|
602
|
+
11519.596328721487,
|
|
603
|
+
9.395815143113726
|
|
604
|
+
],
|
|
605
|
+
"size": [
|
|
606
|
+
210,
|
|
607
|
+
58
|
|
608
|
+
],
|
|
609
|
+
"flags": {},
|
|
610
|
+
"order": 35,
|
|
611
|
+
"mode": 0,
|
|
612
|
+
"inputs": [
|
|
613
|
+
{
|
|
614
|
+
"name": "CLIP",
|
|
615
|
+
"type": "CLIP",
|
|
616
|
+
"link": 40
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"outputs": [
|
|
620
|
+
{
|
|
621
|
+
"name": "CLIP",
|
|
622
|
+
"type": "CLIP",
|
|
623
|
+
"links": null
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"title": "Set_CLIP",
|
|
627
|
+
"properties": {
|
|
628
|
+
"Node name for S&R": "SetNode",
|
|
629
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
630
|
+
"previousName": "CLIP",
|
|
631
|
+
"ue_properties": {
|
|
632
|
+
"widget_ue_connectable": {},
|
|
633
|
+
"version": "7.5.2",
|
|
634
|
+
"input_ue_unconnectable": {}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"widgets_values": [
|
|
638
|
+
"CLIP"
|
|
639
|
+
],
|
|
640
|
+
"color": "#432",
|
|
641
|
+
"bgcolor": "#653"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": 53,
|
|
645
|
+
"type": "CLIPLoader",
|
|
646
|
+
"pos": [
|
|
647
|
+
10924.544809043973,
|
|
648
|
+
-17.192356757204763
|
|
649
|
+
],
|
|
650
|
+
"size": [
|
|
651
|
+
447.25968096861357,
|
|
652
|
+
106
|
|
653
|
+
],
|
|
654
|
+
"flags": {},
|
|
655
|
+
"order": 7,
|
|
656
|
+
"mode": 0,
|
|
657
|
+
"inputs": [],
|
|
658
|
+
"outputs": [
|
|
659
|
+
{
|
|
660
|
+
"name": "CLIP",
|
|
661
|
+
"type": "CLIP",
|
|
662
|
+
"links": [
|
|
663
|
+
40
|
|
664
|
+
]
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"properties": {
|
|
668
|
+
"cnr_id": "comfy-core",
|
|
669
|
+
"ver": "0.25.0",
|
|
670
|
+
"Node name for S&R": "CLIPLoader",
|
|
671
|
+
"ue_properties": {
|
|
672
|
+
"widget_ue_connectable": {
|
|
673
|
+
"clip_name": true,
|
|
674
|
+
"type": true,
|
|
675
|
+
"device": true
|
|
676
|
+
},
|
|
677
|
+
"version": "7.8",
|
|
678
|
+
"input_ue_unconnectable": {}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"widgets_values": [
|
|
682
|
+
"qwen3vl_4b_fp8_scaled.safetensors",
|
|
683
|
+
"krea2",
|
|
684
|
+
"default"
|
|
685
|
+
],
|
|
686
|
+
"color": "#432",
|
|
687
|
+
"bgcolor": "#653"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": 59,
|
|
691
|
+
"type": "GetNode",
|
|
692
|
+
"pos": [
|
|
693
|
+
8220.511924774146,
|
|
694
|
+
540.7779326619035
|
|
695
|
+
],
|
|
696
|
+
"size": [
|
|
697
|
+
210,
|
|
698
|
+
58
|
|
699
|
+
],
|
|
700
|
+
"flags": {},
|
|
701
|
+
"order": 12,
|
|
702
|
+
"mode": 0,
|
|
703
|
+
"inputs": [],
|
|
704
|
+
"outputs": [
|
|
705
|
+
{
|
|
706
|
+
"name": "VAE",
|
|
707
|
+
"type": "VAE",
|
|
708
|
+
"links": [
|
|
709
|
+
84
|
|
710
|
+
]
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"title": "Get_VAE",
|
|
714
|
+
"properties": {
|
|
715
|
+
"Node name for S&R": "GetNode",
|
|
716
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
717
|
+
"ue_properties": {
|
|
718
|
+
"widget_ue_connectable": {},
|
|
719
|
+
"version": "7.5.2",
|
|
720
|
+
"input_ue_unconnectable": {}
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"widgets_values": [
|
|
724
|
+
"VAE"
|
|
725
|
+
],
|
|
726
|
+
"color": "#322",
|
|
727
|
+
"bgcolor": "#533"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"id": 30,
|
|
731
|
+
"type": "SetNode",
|
|
732
|
+
"pos": [
|
|
733
|
+
11515.12533461618,
|
|
734
|
+
139.13537535913116
|
|
735
|
+
],
|
|
736
|
+
"size": [
|
|
737
|
+
210,
|
|
738
|
+
58
|
|
739
|
+
],
|
|
740
|
+
"flags": {},
|
|
741
|
+
"order": 34,
|
|
742
|
+
"mode": 0,
|
|
743
|
+
"inputs": [
|
|
744
|
+
{
|
|
745
|
+
"name": "VAE",
|
|
746
|
+
"type": "VAE",
|
|
747
|
+
"link": 19
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"outputs": [
|
|
751
|
+
{
|
|
752
|
+
"name": "VAE",
|
|
753
|
+
"type": "VAE",
|
|
754
|
+
"links": null
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
"title": "Set_VAE",
|
|
758
|
+
"properties": {
|
|
759
|
+
"Node name for S&R": "SetNode",
|
|
760
|
+
"aux_id": "kijai/ComfyUI-KJNodes",
|
|
761
|
+
"previousName": "VAE",
|
|
762
|
+
"ue_properties": {
|
|
763
|
+
"widget_ue_connectable": {},
|
|
764
|
+
"version": "7.8",
|
|
765
|
+
"input_ue_unconnectable": {}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"widgets_values": [
|
|
769
|
+
"VAE"
|
|
770
|
+
],
|
|
771
|
+
"color": "#322",
|
|
772
|
+
"bgcolor": "#533"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": 40,
|
|
776
|
+
"type": "VAELoader",
|
|
777
|
+
"pos": [
|
|
778
|
+
10927.848696581375,
|
|
779
|
+
134.50515562668616
|
|
780
|
+
],
|
|
781
|
+
"size": [
|
|
782
|
+
440.88841469242016,
|
|
783
|
+
62.204025550230085
|
|
784
|
+
],
|
|
785
|
+
"flags": {},
|
|
786
|
+
"order": 6,
|
|
787
|
+
"mode": 0,
|
|
788
|
+
"inputs": [],
|
|
789
|
+
"outputs": [
|
|
790
|
+
{
|
|
791
|
+
"name": "VAE",
|
|
792
|
+
"type": "VAE",
|
|
793
|
+
"links": [
|
|
794
|
+
19
|
|
795
|
+
]
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"properties": {
|
|
799
|
+
"cnr_id": "comfy-core",
|
|
800
|
+
"ver": "0.3.40",
|
|
801
|
+
"Node name for S&R": "VAELoader",
|
|
802
|
+
"ue_properties": {
|
|
803
|
+
"widget_ue_connectable": {},
|
|
804
|
+
"version": "7.8",
|
|
805
|
+
"input_ue_unconnectable": {}
|
|
806
|
+
},
|
|
807
|
+
"enableTabs": false,
|
|
808
|
+
"tabWidth": 65,
|
|
809
|
+
"tabXOffset": 10,
|
|
810
|
+
"hasSecondTab": false,
|
|
811
|
+
"secondTabText": "Send Back",
|
|
812
|
+
"secondTabOffset": 80,
|
|
813
|
+
"secondTabWidth": 65,
|
|
814
|
+
"models": [
|
|
815
|
+
{
|
|
816
|
+
"name": "qwen_image_vae.safetensors",
|
|
817
|
+
"url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors",
|
|
818
|
+
"directory": "vae"
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
"widgets_values": [
|
|
823
|
+
"qwen_image_vae.safetensors"
|
|
824
|
+
],
|
|
825
|
+
"color": "#322",
|
|
826
|
+
"bgcolor": "#533"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"links": [
|
|
830
|
+
[
|
|
831
|
+
19,
|
|
832
|
+
40,
|
|
833
|
+
0,
|
|
834
|
+
30,
|
|
835
|
+
0,
|
|
836
|
+
"VAE"
|
|
837
|
+
],
|
|
838
|
+
[
|
|
839
|
+
38,
|
|
840
|
+
54,
|
|
841
|
+
0,
|
|
842
|
+
32,
|
|
843
|
+
0,
|
|
844
|
+
"MODEL"
|
|
845
|
+
],
|
|
846
|
+
[
|
|
847
|
+
40,
|
|
848
|
+
53,
|
|
849
|
+
0,
|
|
850
|
+
31,
|
|
851
|
+
0,
|
|
852
|
+
"CLIP"
|
|
853
|
+
],
|
|
854
|
+
[
|
|
855
|
+
53,
|
|
856
|
+
63,
|
|
857
|
+
0,
|
|
858
|
+
16,
|
|
859
|
+
0,
|
|
860
|
+
"CONDITIONING"
|
|
861
|
+
],
|
|
862
|
+
[
|
|
863
|
+
84,
|
|
864
|
+
59,
|
|
865
|
+
0,
|
|
866
|
+
78,
|
|
867
|
+
0,
|
|
868
|
+
"VAE"
|
|
869
|
+
],
|
|
870
|
+
[
|
|
871
|
+
85,
|
|
872
|
+
58,
|
|
873
|
+
0,
|
|
874
|
+
78,
|
|
875
|
+
1,
|
|
876
|
+
"CLIP"
|
|
877
|
+
],
|
|
878
|
+
[
|
|
879
|
+
87,
|
|
880
|
+
16,
|
|
881
|
+
0,
|
|
882
|
+
78,
|
|
883
|
+
3,
|
|
884
|
+
"CONDITIONING"
|
|
885
|
+
],
|
|
886
|
+
[
|
|
887
|
+
91,
|
|
888
|
+
78,
|
|
889
|
+
1,
|
|
890
|
+
63,
|
|
891
|
+
0,
|
|
892
|
+
"CONDITIONING"
|
|
893
|
+
],
|
|
894
|
+
[
|
|
895
|
+
94,
|
|
896
|
+
57,
|
|
897
|
+
0,
|
|
898
|
+
82,
|
|
899
|
+
0,
|
|
900
|
+
"MODEL"
|
|
901
|
+
],
|
|
902
|
+
[
|
|
903
|
+
95,
|
|
904
|
+
82,
|
|
905
|
+
0,
|
|
906
|
+
78,
|
|
907
|
+
2,
|
|
908
|
+
"MODEL"
|
|
909
|
+
],
|
|
910
|
+
[
|
|
911
|
+
146,
|
|
912
|
+
78,
|
|
913
|
+
0,
|
|
914
|
+
141,
|
|
915
|
+
0,
|
|
916
|
+
"IMAGE"
|
|
917
|
+
],
|
|
918
|
+
[
|
|
919
|
+
147,
|
|
920
|
+
141,
|
|
921
|
+
0,
|
|
922
|
+
12,
|
|
923
|
+
0,
|
|
924
|
+
"IMAGE"
|
|
925
|
+
],
|
|
926
|
+
[
|
|
927
|
+
153,
|
|
928
|
+
143,
|
|
929
|
+
0,
|
|
930
|
+
78,
|
|
931
|
+
4,
|
|
932
|
+
"STRING"
|
|
933
|
+
]
|
|
934
|
+
],
|
|
935
|
+
"groups": [
|
|
936
|
+
{
|
|
937
|
+
"id": 7,
|
|
938
|
+
"title": "TEXT TO IMAGE",
|
|
939
|
+
"bounding": [
|
|
940
|
+
7380.87833357133,
|
|
941
|
+
469.4200459437519,
|
|
942
|
+
3249.081570092935,
|
|
943
|
+
2808.2330186566405
|
|
944
|
+
],
|
|
945
|
+
"color": "#3f789e",
|
|
946
|
+
"flags": {}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": 2,
|
|
950
|
+
"title": "TXT SEED VARIANCE",
|
|
951
|
+
"bounding": [
|
|
952
|
+
8483.083491540467,
|
|
953
|
+
541.9430117953652,
|
|
954
|
+
319.86400977172525,
|
|
955
|
+
552.087423431671
|
|
956
|
+
],
|
|
957
|
+
"color": "#8A8",
|
|
958
|
+
"flags": {}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"id": 3,
|
|
962
|
+
"title": "TXT REBALANCE",
|
|
963
|
+
"bounding": [
|
|
964
|
+
8483.881257435882,
|
|
965
|
+
1105.343106023795,
|
|
966
|
+
320.50618426598976,
|
|
967
|
+
158.4926037192841
|
|
968
|
+
],
|
|
969
|
+
"color": "#8AA",
|
|
970
|
+
"flags": {}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": 4,
|
|
974
|
+
"title": "TXT SHARPEN",
|
|
975
|
+
"bounding": [
|
|
976
|
+
8483.892523204413,
|
|
977
|
+
1271.8629089569736,
|
|
978
|
+
321.7696647349967,
|
|
979
|
+
160.546551282716
|
|
980
|
+
],
|
|
981
|
+
"color": "#b58b2a",
|
|
982
|
+
"flags": {}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": 6,
|
|
986
|
+
"title": "TEXT PROMPT BUILDER",
|
|
987
|
+
"bounding": [
|
|
988
|
+
7383.3194082084965,
|
|
989
|
+
1667.8049648999868,
|
|
990
|
+
1100.4671157178545,
|
|
991
|
+
1543.2287729125683
|
|
992
|
+
],
|
|
993
|
+
"color": "#A88",
|
|
994
|
+
"flags": {}
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"definitions": {
|
|
998
|
+
"subgraphs": [
|
|
999
|
+
{
|
|
1000
|
+
"id": "21ffbd86-8db8-4fab-954b-2cd8ab0662da",
|
|
1001
|
+
"version": 1,
|
|
1002
|
+
"state": {
|
|
1003
|
+
"lastGroupId": 17,
|
|
1004
|
+
"lastNodeId": 145,
|
|
1005
|
+
"lastLinkId": 154,
|
|
1006
|
+
"lastRerouteId": 9
|
|
1007
|
+
},
|
|
1008
|
+
"revision": 0,
|
|
1009
|
+
"config": {},
|
|
1010
|
+
"name": "New Subgraph",
|
|
1011
|
+
"inputNode": {
|
|
1012
|
+
"id": -10,
|
|
1013
|
+
"bounding": [
|
|
1014
|
+
3761.378874479071,
|
|
1015
|
+
1590.9497883550548,
|
|
1016
|
+
128,
|
|
1017
|
+
168
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
"outputNode": {
|
|
1021
|
+
"id": -20,
|
|
1022
|
+
"bounding": [
|
|
1023
|
+
6409.343717963491,
|
|
1024
|
+
1630.9497883550548,
|
|
1025
|
+
137.267578125,
|
|
1026
|
+
88
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
"inputs": [
|
|
1030
|
+
{
|
|
1031
|
+
"id": "ba24ebf2-9e00-4b78-b640-b2fc62b9a245",
|
|
1032
|
+
"name": "vae",
|
|
1033
|
+
"type": "VAE",
|
|
1034
|
+
"linkIds": [
|
|
1035
|
+
77
|
|
1036
|
+
],
|
|
1037
|
+
"localized_name": "vae",
|
|
1038
|
+
"pos": [
|
|
1039
|
+
3865.378874479071,
|
|
1040
|
+
1614.9497883550548
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"id": "30a7e563-a7ed-4a71-b1ab-251728185924",
|
|
1045
|
+
"name": "clip",
|
|
1046
|
+
"type": "CLIP",
|
|
1047
|
+
"linkIds": [
|
|
1048
|
+
42
|
|
1049
|
+
],
|
|
1050
|
+
"localized_name": "clip",
|
|
1051
|
+
"pos": [
|
|
1052
|
+
3865.378874479071,
|
|
1053
|
+
1634.9497883550548
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "1c25e196-d038-4d59-aad4-773dcce0b331",
|
|
1058
|
+
"name": "model",
|
|
1059
|
+
"type": "MODEL",
|
|
1060
|
+
"linkIds": [
|
|
1061
|
+
78
|
|
1062
|
+
],
|
|
1063
|
+
"localized_name": "model",
|
|
1064
|
+
"pos": [
|
|
1065
|
+
3865.378874479071,
|
|
1066
|
+
1654.9497883550548
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"id": "ff06eb1d-4ee0-4290-b511-20cc9cc4f0f0",
|
|
1071
|
+
"name": "positive",
|
|
1072
|
+
"type": "CONDITIONING",
|
|
1073
|
+
"linkIds": [
|
|
1074
|
+
79
|
|
1075
|
+
],
|
|
1076
|
+
"localized_name": "positive",
|
|
1077
|
+
"pos": [
|
|
1078
|
+
3865.378874479071,
|
|
1079
|
+
1674.9497883550548
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "592ed640-6d8d-4782-b915-7eca8331f552",
|
|
1084
|
+
"name": "any_01",
|
|
1085
|
+
"type": "STRING",
|
|
1086
|
+
"linkIds": [
|
|
1087
|
+
98
|
|
1088
|
+
],
|
|
1089
|
+
"dir": 3,
|
|
1090
|
+
"pos": [
|
|
1091
|
+
3865.378874479071,
|
|
1092
|
+
1694.9497883550548
|
|
1093
|
+
]
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"id": "c795cf37-1fdd-4c9f-b4a5-f39a2b35a110",
|
|
1097
|
+
"name": "any_02",
|
|
1098
|
+
"type": "STRING",
|
|
1099
|
+
"linkIds": [
|
|
1100
|
+
97
|
|
1101
|
+
],
|
|
1102
|
+
"dir": 3,
|
|
1103
|
+
"pos": [
|
|
1104
|
+
3865.378874479071,
|
|
1105
|
+
1714.9497883550548
|
|
1106
|
+
]
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"outputs": [
|
|
1110
|
+
{
|
|
1111
|
+
"id": "91147d62-0f45-44ce-aa94-0ed81448578c",
|
|
1112
|
+
"name": "IMAGE",
|
|
1113
|
+
"type": "IMAGE",
|
|
1114
|
+
"linkIds": [
|
|
1115
|
+
80
|
|
1116
|
+
],
|
|
1117
|
+
"localized_name": "IMAGE",
|
|
1118
|
+
"pos": [
|
|
1119
|
+
6433.343717963491,
|
|
1120
|
+
1654.9497883550548
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"id": "c3bd8126-ea3d-44b4-b973-215b266fcbc6",
|
|
1125
|
+
"name": "CONDITIONING",
|
|
1126
|
+
"type": "CONDITIONING",
|
|
1127
|
+
"linkIds": [
|
|
1128
|
+
52
|
|
1129
|
+
],
|
|
1130
|
+
"localized_name": "CONDITIONING",
|
|
1131
|
+
"pos": [
|
|
1132
|
+
6433.343717963491,
|
|
1133
|
+
1674.9497883550548
|
|
1134
|
+
]
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"widgets": [],
|
|
1138
|
+
"nodes": [
|
|
1139
|
+
{
|
|
1140
|
+
"id": 73,
|
|
1141
|
+
"type": "ConditioningZeroOut",
|
|
1142
|
+
"pos": [
|
|
1143
|
+
6119.67189697168,
|
|
1144
|
+
1486.2617039619245
|
|
1145
|
+
],
|
|
1146
|
+
"size": [
|
|
1147
|
+
225,
|
|
1148
|
+
47.328125
|
|
1149
|
+
],
|
|
1150
|
+
"flags": {},
|
|
1151
|
+
"order": 3,
|
|
1152
|
+
"mode": 0,
|
|
1153
|
+
"inputs": [
|
|
1154
|
+
{
|
|
1155
|
+
"localized_name": "conditioning",
|
|
1156
|
+
"name": "conditioning",
|
|
1157
|
+
"type": "CONDITIONING",
|
|
1158
|
+
"link": 76
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"outputs": [
|
|
1162
|
+
{
|
|
1163
|
+
"localized_name": "CONDITIONING",
|
|
1164
|
+
"name": "CONDITIONING",
|
|
1165
|
+
"type": "CONDITIONING",
|
|
1166
|
+
"links": [
|
|
1167
|
+
74
|
|
1168
|
+
]
|
|
1169
|
+
}
|
|
1170
|
+
],
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"cnr_id": "comfy-core",
|
|
1173
|
+
"ver": "0.25.0",
|
|
1174
|
+
"Node name for S&R": "ConditioningZeroOut",
|
|
1175
|
+
"ue_properties": {
|
|
1176
|
+
"widget_ue_connectable": {},
|
|
1177
|
+
"version": "7.8",
|
|
1178
|
+
"input_ue_unconnectable": {}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"widgets_values": []
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"id": 74,
|
|
1185
|
+
"type": "VAEDecode",
|
|
1186
|
+
"pos": [
|
|
1187
|
+
6124.343717963491,
|
|
1188
|
+
1497.8409298943284
|
|
1189
|
+
],
|
|
1190
|
+
"size": [
|
|
1191
|
+
225,
|
|
1192
|
+
71.328125
|
|
1193
|
+
],
|
|
1194
|
+
"flags": {},
|
|
1195
|
+
"order": 4,
|
|
1196
|
+
"mode": 0,
|
|
1197
|
+
"inputs": [
|
|
1198
|
+
{
|
|
1199
|
+
"localized_name": "samples",
|
|
1200
|
+
"name": "samples",
|
|
1201
|
+
"type": "LATENT",
|
|
1202
|
+
"link": 73
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"localized_name": "vae",
|
|
1206
|
+
"name": "vae",
|
|
1207
|
+
"type": "VAE",
|
|
1208
|
+
"link": 77
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"outputs": [
|
|
1212
|
+
{
|
|
1213
|
+
"localized_name": "IMAGE",
|
|
1214
|
+
"name": "IMAGE",
|
|
1215
|
+
"type": "IMAGE",
|
|
1216
|
+
"links": [
|
|
1217
|
+
80
|
|
1218
|
+
]
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"cnr_id": "comfy-core",
|
|
1223
|
+
"ver": "0.25.0",
|
|
1224
|
+
"Node name for S&R": "VAEDecode",
|
|
1225
|
+
"ue_properties": {
|
|
1226
|
+
"widget_ue_connectable": {},
|
|
1227
|
+
"version": "7.8",
|
|
1228
|
+
"input_ue_unconnectable": {}
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"widgets_values": []
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"id": 75,
|
|
1235
|
+
"type": "KSampler",
|
|
1236
|
+
"pos": [
|
|
1237
|
+
5251.792960170467,
|
|
1238
|
+
1440.2698538211912
|
|
1239
|
+
],
|
|
1240
|
+
"size": [
|
|
1241
|
+
680.8509243513181,
|
|
1242
|
+
262
|
|
1243
|
+
],
|
|
1244
|
+
"flags": {},
|
|
1245
|
+
"order": 5,
|
|
1246
|
+
"mode": 0,
|
|
1247
|
+
"inputs": [
|
|
1248
|
+
{
|
|
1249
|
+
"localized_name": "model",
|
|
1250
|
+
"name": "model",
|
|
1251
|
+
"type": "MODEL",
|
|
1252
|
+
"link": 78
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"localized_name": "positive",
|
|
1256
|
+
"name": "positive",
|
|
1257
|
+
"type": "CONDITIONING",
|
|
1258
|
+
"link": 79
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"localized_name": "negative",
|
|
1262
|
+
"name": "negative",
|
|
1263
|
+
"type": "CONDITIONING",
|
|
1264
|
+
"link": 74
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"localized_name": "latent_image",
|
|
1268
|
+
"name": "latent_image",
|
|
1269
|
+
"type": "LATENT",
|
|
1270
|
+
"link": 75
|
|
1271
|
+
}
|
|
1272
|
+
],
|
|
1273
|
+
"outputs": [
|
|
1274
|
+
{
|
|
1275
|
+
"localized_name": "LATENT",
|
|
1276
|
+
"name": "LATENT",
|
|
1277
|
+
"type": "LATENT",
|
|
1278
|
+
"links": [
|
|
1279
|
+
73
|
|
1280
|
+
]
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"properties": {
|
|
1284
|
+
"cnr_id": "comfy-core",
|
|
1285
|
+
"ver": "0.25.0",
|
|
1286
|
+
"Node name for S&R": "KSampler",
|
|
1287
|
+
"ue_properties": {
|
|
1288
|
+
"widget_ue_connectable": {
|
|
1289
|
+
"seed": true,
|
|
1290
|
+
"steps": true,
|
|
1291
|
+
"cfg": true,
|
|
1292
|
+
"sampler_name": true,
|
|
1293
|
+
"scheduler": true,
|
|
1294
|
+
"denoise": true
|
|
1295
|
+
},
|
|
1296
|
+
"version": "7.8",
|
|
1297
|
+
"input_ue_unconnectable": {}
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"widgets_values": [
|
|
1301
|
+
330504034031539,
|
|
1302
|
+
"fixed",
|
|
1303
|
+
8,
|
|
1304
|
+
1,
|
|
1305
|
+
"er_sde",
|
|
1306
|
+
"simple",
|
|
1307
|
+
1
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"id": 76,
|
|
1312
|
+
"type": "EmptyLatentImage",
|
|
1313
|
+
"pos": [
|
|
1314
|
+
5588.9217782156065,
|
|
1315
|
+
1667.487501497179
|
|
1316
|
+
],
|
|
1317
|
+
"size": [
|
|
1318
|
+
685.9391095098899,
|
|
1319
|
+
106
|
|
1320
|
+
],
|
|
1321
|
+
"flags": {},
|
|
1322
|
+
"order": 0,
|
|
1323
|
+
"mode": 0,
|
|
1324
|
+
"inputs": [],
|
|
1325
|
+
"outputs": [
|
|
1326
|
+
{
|
|
1327
|
+
"localized_name": "LATENT",
|
|
1328
|
+
"name": "LATENT",
|
|
1329
|
+
"type": "LATENT",
|
|
1330
|
+
"links": [
|
|
1331
|
+
75
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
],
|
|
1335
|
+
"properties": {
|
|
1336
|
+
"cnr_id": "comfy-core",
|
|
1337
|
+
"ver": "0.25.0",
|
|
1338
|
+
"Node name for S&R": "EmptyLatentImage",
|
|
1339
|
+
"ue_properties": {
|
|
1340
|
+
"widget_ue_connectable": {
|
|
1341
|
+
"width": true,
|
|
1342
|
+
"height": true,
|
|
1343
|
+
"batch_size": true
|
|
1344
|
+
},
|
|
1345
|
+
"version": "7.8",
|
|
1346
|
+
"input_ue_unconnectable": {}
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
"widgets_values": [
|
|
1350
|
+
1920,
|
|
1351
|
+
1080,
|
|
1352
|
+
1
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"id": 15,
|
|
1357
|
+
"type": "CLIPTextEncode",
|
|
1358
|
+
"pos": [
|
|
1359
|
+
4549.865461616833,
|
|
1360
|
+
1695.6835266152805
|
|
1361
|
+
],
|
|
1362
|
+
"size": [
|
|
1363
|
+
682.6579243699025,
|
|
1364
|
+
382.8165251157577
|
|
1365
|
+
],
|
|
1366
|
+
"flags": {},
|
|
1367
|
+
"order": 1,
|
|
1368
|
+
"mode": 0,
|
|
1369
|
+
"inputs": [
|
|
1370
|
+
{
|
|
1371
|
+
"localized_name": "clip",
|
|
1372
|
+
"name": "clip",
|
|
1373
|
+
"type": "CLIP",
|
|
1374
|
+
"link": 42
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"localized_name": "text",
|
|
1378
|
+
"name": "text",
|
|
1379
|
+
"type": "STRING",
|
|
1380
|
+
"widget": {
|
|
1381
|
+
"name": "text"
|
|
1382
|
+
},
|
|
1383
|
+
"link": 83
|
|
1384
|
+
}
|
|
1385
|
+
],
|
|
1386
|
+
"outputs": [
|
|
1387
|
+
{
|
|
1388
|
+
"localized_name": "CONDITIONING",
|
|
1389
|
+
"name": "CONDITIONING",
|
|
1390
|
+
"type": "CONDITIONING",
|
|
1391
|
+
"links": [
|
|
1392
|
+
52,
|
|
1393
|
+
76
|
|
1394
|
+
]
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"properties": {
|
|
1398
|
+
"cnr_id": "comfy-core",
|
|
1399
|
+
"ver": "0.25.0",
|
|
1400
|
+
"Node name for S&R": "CLIPTextEncode",
|
|
1401
|
+
"ue_properties": {
|
|
1402
|
+
"widget_ue_connectable": {
|
|
1403
|
+
"text": true
|
|
1404
|
+
},
|
|
1405
|
+
"version": "7.8",
|
|
1406
|
+
"input_ue_unconnectable": {}
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"widgets_values": [
|
|
1410
|
+
""
|
|
1411
|
+
],
|
|
1412
|
+
"color": "#232",
|
|
1413
|
+
"bgcolor": "#353"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"id": 72,
|
|
1417
|
+
"type": "Any Switch (rgthree)",
|
|
1418
|
+
"pos": [
|
|
1419
|
+
4062.897562673724,
|
|
1420
|
+
1698.83253315357
|
|
1421
|
+
],
|
|
1422
|
+
"size": [
|
|
1423
|
+
431.6980101717403,
|
|
1424
|
+
169.31029404804315
|
|
1425
|
+
],
|
|
1426
|
+
"flags": {
|
|
1427
|
+
"collapsed": false
|
|
1428
|
+
},
|
|
1429
|
+
"order": 2,
|
|
1430
|
+
"mode": 0,
|
|
1431
|
+
"inputs": [
|
|
1432
|
+
{
|
|
1433
|
+
"dir": 3,
|
|
1434
|
+
"name": "any_01",
|
|
1435
|
+
"type": "*",
|
|
1436
|
+
"link": 97
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"dir": 3,
|
|
1440
|
+
"name": "any_02",
|
|
1441
|
+
"type": "*",
|
|
1442
|
+
"link": 98
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"dir": 3,
|
|
1446
|
+
"name": "any_03",
|
|
1447
|
+
"type": "*",
|
|
1448
|
+
"link": null
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"dir": 3,
|
|
1452
|
+
"name": "any_04",
|
|
1453
|
+
"type": "*",
|
|
1454
|
+
"link": null
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "any_05",
|
|
1458
|
+
"type": "*",
|
|
1459
|
+
"link": null
|
|
1460
|
+
}
|
|
1461
|
+
],
|
|
1462
|
+
"outputs": [
|
|
1463
|
+
{
|
|
1464
|
+
"dir": 4,
|
|
1465
|
+
"label": "*",
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"shape": 3,
|
|
1468
|
+
"type": "*",
|
|
1469
|
+
"links": [
|
|
1470
|
+
83
|
|
1471
|
+
]
|
|
1472
|
+
}
|
|
1473
|
+
],
|
|
1474
|
+
"properties": {
|
|
1475
|
+
"cnr_id": "rgthree-comfy",
|
|
1476
|
+
"ver": "8ff50e4521881eca1fe26aec9615fc9362474931",
|
|
1477
|
+
"ue_properties": {
|
|
1478
|
+
"widget_ue_connectable": {},
|
|
1479
|
+
"version": "7.7",
|
|
1480
|
+
"input_ue_unconnectable": {}
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"widgets_values": []
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"groups": [],
|
|
1487
|
+
"links": [
|
|
1488
|
+
{
|
|
1489
|
+
"id": 76,
|
|
1490
|
+
"origin_id": 15,
|
|
1491
|
+
"origin_slot": 0,
|
|
1492
|
+
"target_id": 73,
|
|
1493
|
+
"target_slot": 0,
|
|
1494
|
+
"type": "CONDITIONING"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"id": 73,
|
|
1498
|
+
"origin_id": 75,
|
|
1499
|
+
"origin_slot": 0,
|
|
1500
|
+
"target_id": 74,
|
|
1501
|
+
"target_slot": 0,
|
|
1502
|
+
"type": "LATENT"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"id": 83,
|
|
1506
|
+
"origin_id": 72,
|
|
1507
|
+
"origin_slot": 0,
|
|
1508
|
+
"target_id": 15,
|
|
1509
|
+
"target_slot": 1,
|
|
1510
|
+
"type": "STRING"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"id": 74,
|
|
1514
|
+
"origin_id": 73,
|
|
1515
|
+
"origin_slot": 0,
|
|
1516
|
+
"target_id": 75,
|
|
1517
|
+
"target_slot": 2,
|
|
1518
|
+
"type": "CONDITIONING"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"id": 75,
|
|
1522
|
+
"origin_id": 76,
|
|
1523
|
+
"origin_slot": 0,
|
|
1524
|
+
"target_id": 75,
|
|
1525
|
+
"target_slot": 3,
|
|
1526
|
+
"type": "LATENT"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"id": 77,
|
|
1530
|
+
"origin_id": -10,
|
|
1531
|
+
"origin_slot": 0,
|
|
1532
|
+
"target_id": 74,
|
|
1533
|
+
"target_slot": 1,
|
|
1534
|
+
"type": "VAE"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"id": 42,
|
|
1538
|
+
"origin_id": -10,
|
|
1539
|
+
"origin_slot": 1,
|
|
1540
|
+
"target_id": 15,
|
|
1541
|
+
"target_slot": 0,
|
|
1542
|
+
"type": "CLIP"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": 78,
|
|
1546
|
+
"origin_id": -10,
|
|
1547
|
+
"origin_slot": 2,
|
|
1548
|
+
"target_id": 75,
|
|
1549
|
+
"target_slot": 0,
|
|
1550
|
+
"type": "MODEL"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"id": 79,
|
|
1554
|
+
"origin_id": -10,
|
|
1555
|
+
"origin_slot": 3,
|
|
1556
|
+
"target_id": 75,
|
|
1557
|
+
"target_slot": 1,
|
|
1558
|
+
"type": "CONDITIONING"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"id": 80,
|
|
1562
|
+
"origin_id": 74,
|
|
1563
|
+
"origin_slot": 0,
|
|
1564
|
+
"target_id": -20,
|
|
1565
|
+
"target_slot": 0,
|
|
1566
|
+
"type": "IMAGE"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"id": 52,
|
|
1570
|
+
"origin_id": 15,
|
|
1571
|
+
"origin_slot": 0,
|
|
1572
|
+
"target_id": -20,
|
|
1573
|
+
"target_slot": 1,
|
|
1574
|
+
"type": "CONDITIONING"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"id": 97,
|
|
1578
|
+
"origin_id": -10,
|
|
1579
|
+
"origin_slot": 5,
|
|
1580
|
+
"target_id": 72,
|
|
1581
|
+
"target_slot": 0,
|
|
1582
|
+
"type": "*",
|
|
1583
|
+
"parentId": 1
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"id": 98,
|
|
1587
|
+
"origin_id": -10,
|
|
1588
|
+
"origin_slot": 4,
|
|
1589
|
+
"target_id": 72,
|
|
1590
|
+
"target_slot": 1,
|
|
1591
|
+
"type": "*",
|
|
1592
|
+
"parentId": 2
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"reroutes": [
|
|
1596
|
+
{
|
|
1597
|
+
"id": 1,
|
|
1598
|
+
"pos": [
|
|
1599
|
+
3935.651199821871,
|
|
1600
|
+
1748.3726146885986
|
|
1601
|
+
],
|
|
1602
|
+
"linkIds": [
|
|
1603
|
+
97
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"id": 2,
|
|
1608
|
+
"pos": [
|
|
1609
|
+
3936.044890946272,
|
|
1610
|
+
1694.8249037590203
|
|
1611
|
+
],
|
|
1612
|
+
"linkIds": [
|
|
1613
|
+
98
|
|
1614
|
+
]
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"extra": {
|
|
1618
|
+
"ue_links": [],
|
|
1619
|
+
"links_added_by_ue": []
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1624
|
+
"config": {},
|
|
1625
|
+
"extra": {
|
|
1626
|
+
"ue_links": [],
|
|
1627
|
+
"links_added_by_ue": [],
|
|
1628
|
+
"ds": {
|
|
1629
|
+
"scale": 0.10173856587339837,
|
|
1630
|
+
"offset": [
|
|
1631
|
+
-2812.8438078909044,
|
|
1632
|
+
2768.4936786519056
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
"frontendVersion": "1.45.19",
|
|
1636
|
+
"VHS_latentpreview": false,
|
|
1637
|
+
"VHS_latentpreviewrate": 0,
|
|
1638
|
+
"VHS_MetadataImage": true,
|
|
1639
|
+
"VHS_KeepIntermediate": true
|
|
1640
|
+
},
|
|
1641
|
+
"version": 0.4
|
|
1642
|
+
}
|