aleph65 commited on
Commit
8a19036
·
verified ·
1 Parent(s): be09b24

Add new-faceswap-lissie-v4 (klein distilled no-LoRA head swap, winner of faceswapnew experiments)

Browse files
workflows/api/new-faceswap-lissie-v4.json ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "1": {
3
+ "class_type": "LoadImage",
4
+ "inputs": {
5
+ "image": "body.jpg"
6
+ }
7
+ },
8
+ "12": {
9
+ "class_type": "CLIPTextEncode",
10
+ "inputs": {
11
+ "clip": [
12
+ "8",
13
+ 0
14
+ ],
15
+ "text": [
16
+ "32",
17
+ 0
18
+ ]
19
+ }
20
+ },
21
+ "13": {
22
+ "class_type": "CLIPTextEncode",
23
+ "inputs": {
24
+ "clip": [
25
+ "8",
26
+ 0
27
+ ],
28
+ "text": "bad quality, noise, blurry, worst quality, low resolution, blur, distortion, unnatural blending, cartoon, illustration, painting"
29
+ }
30
+ },
31
+ "14": {
32
+ "class_type": "VAELoader",
33
+ "inputs": {
34
+ "vae_name": "flux2-vae.safetensors"
35
+ }
36
+ },
37
+ "15": {
38
+ "class_type": "VAEEncode",
39
+ "inputs": {
40
+ "pixels": [
41
+ "4",
42
+ 0
43
+ ],
44
+ "vae": [
45
+ "14",
46
+ 0
47
+ ]
48
+ }
49
+ },
50
+ "16": {
51
+ "class_type": "VAEEncode",
52
+ "inputs": {
53
+ "pixels": [
54
+ "5",
55
+ 0
56
+ ],
57
+ "vae": [
58
+ "14",
59
+ 0
60
+ ]
61
+ }
62
+ },
63
+ "17": {
64
+ "class_type": "ReferenceLatent",
65
+ "inputs": {
66
+ "conditioning": [
67
+ "12",
68
+ 0
69
+ ],
70
+ "latent": [
71
+ "15",
72
+ 0
73
+ ]
74
+ }
75
+ },
76
+ "18": {
77
+ "class_type": "ReferenceLatent",
78
+ "inputs": {
79
+ "conditioning": [
80
+ "17",
81
+ 0
82
+ ],
83
+ "latent": [
84
+ "16",
85
+ 0
86
+ ]
87
+ }
88
+ },
89
+ "19": {
90
+ "class_type": "ReferenceLatent",
91
+ "inputs": {
92
+ "conditioning": [
93
+ "13",
94
+ 0
95
+ ],
96
+ "latent": [
97
+ "15",
98
+ 0
99
+ ]
100
+ }
101
+ },
102
+ "2": {
103
+ "class_type": "LoadImage",
104
+ "inputs": {
105
+ "image": "face.jpg"
106
+ }
107
+ },
108
+ "20": {
109
+ "class_type": "ReferenceLatent",
110
+ "inputs": {
111
+ "conditioning": [
112
+ "19",
113
+ 0
114
+ ],
115
+ "latent": [
116
+ "16",
117
+ 0
118
+ ]
119
+ }
120
+ },
121
+ "21": {
122
+ "class_type": "CFGGuider",
123
+ "inputs": {
124
+ "cfg": 1.0,
125
+ "model": [
126
+ "9",
127
+ 0
128
+ ],
129
+ "negative": [
130
+ "20",
131
+ 0
132
+ ],
133
+ "positive": [
134
+ "18",
135
+ 0
136
+ ]
137
+ }
138
+ },
139
+ "22": {
140
+ "class_type": "KSamplerSelect",
141
+ "inputs": {
142
+ "sampler_name": "euler"
143
+ }
144
+ },
145
+ "23": {
146
+ "class_type": "Flux2Scheduler",
147
+ "inputs": {
148
+ "height": [
149
+ "6",
150
+ 1
151
+ ],
152
+ "steps": 5,
153
+ "width": [
154
+ "6",
155
+ 0
156
+ ]
157
+ }
158
+ },
159
+ "24": {
160
+ "class_type": "RandomNoise",
161
+ "inputs": {
162
+ "noise_seed": 42
163
+ }
164
+ },
165
+ "25": {
166
+ "class_type": "SamplerCustomAdvanced",
167
+ "inputs": {
168
+ "guider": [
169
+ "21",
170
+ 0
171
+ ],
172
+ "latent_image": [
173
+ "7",
174
+ 0
175
+ ],
176
+ "noise": [
177
+ "24",
178
+ 0
179
+ ],
180
+ "sampler": [
181
+ "22",
182
+ 0
183
+ ],
184
+ "sigmas": [
185
+ "23",
186
+ 0
187
+ ]
188
+ }
189
+ },
190
+ "26": {
191
+ "class_type": "VAEDecode",
192
+ "inputs": {
193
+ "samples": [
194
+ "25",
195
+ 0
196
+ ],
197
+ "vae": [
198
+ "14",
199
+ 0
200
+ ]
201
+ }
202
+ },
203
+ "27": {
204
+ "class_type": "SaveImage",
205
+ "inputs": {
206
+ "filename_prefix": "new-faceswap-lissie-v4",
207
+ "images": [
208
+ "26",
209
+ 0
210
+ ]
211
+ }
212
+ },
213
+ "3": {
214
+ "class_type": "RMBG",
215
+ "inputs": {
216
+ "background": "Alpha",
217
+ "image": [
218
+ "2",
219
+ 0
220
+ ],
221
+ "invert_output": false,
222
+ "mask_blur": 0,
223
+ "mask_offset": 0,
224
+ "model": "RMBG-2.0",
225
+ "process_res": 1024,
226
+ "refine_foreground": false,
227
+ "sensitivity": 1
228
+ }
229
+ },
230
+ "30": {
231
+ "class_type": "ImageResizeKJv2",
232
+ "inputs": {
233
+ "crop_position": "center",
234
+ "device": "cpu",
235
+ "divisible_by": 2,
236
+ "height": 512,
237
+ "image": [
238
+ "1",
239
+ 0
240
+ ],
241
+ "keep_proportion": "resize",
242
+ "pad_color": "0, 0, 0",
243
+ "upscale_method": "lanczos",
244
+ "width": 512
245
+ }
246
+ },
247
+ "31": {
248
+ "class_type": "AILab_QwenVL",
249
+ "inputs": {
250
+ "attention_mode": "sdpa",
251
+ "custom_prompt": "Describe the facial expression.",
252
+ "image": [
253
+ "30",
254
+ 0
255
+ ],
256
+ "keep_model_loaded": false,
257
+ "max_tokens": 512,
258
+ "model_name": "Qwen3-VL-4B-Instruct",
259
+ "preset_prompt": "\ud83d\uddbc\ufe0f Tags",
260
+ "quantization": "None (FP16)",
261
+ "seed": 42
262
+ }
263
+ },
264
+ "32": {
265
+ "class_type": "StringConcatenate",
266
+ "inputs": {
267
+ "delimiter": "\n\n",
268
+ "string_a": "Remove the head (face and hair) from Picture 1 and replace it with the head (face and hair) from Picture 2. Keep the lighting, environment, and background from Picture 1. Relight the new head to match the scene. Keep the eye direction, head rotation, and facial expression from Picture 1.",
269
+ "string_b": [
270
+ "31",
271
+ 0
272
+ ]
273
+ }
274
+ },
275
+ "4": {
276
+ "class_type": "ResizeImageMaskNode",
277
+ "inputs": {
278
+ "input": [
279
+ "1",
280
+ 0
281
+ ],
282
+ "resize_type": "scale total pixels",
283
+ "resize_type.megapixels": 1.0,
284
+ "scale_method": "lanczos"
285
+ }
286
+ },
287
+ "5": {
288
+ "class_type": "ResizeImageMaskNode",
289
+ "inputs": {
290
+ "input": [
291
+ "3",
292
+ 0
293
+ ],
294
+ "resize_type": "scale total pixels",
295
+ "resize_type.megapixels": 1.0,
296
+ "scale_method": "lanczos"
297
+ }
298
+ },
299
+ "6": {
300
+ "class_type": "GetImageSize",
301
+ "inputs": {
302
+ "image": [
303
+ "4",
304
+ 0
305
+ ]
306
+ }
307
+ },
308
+ "7": {
309
+ "class_type": "EmptyFlux2LatentImage",
310
+ "inputs": {
311
+ "batch_size": 1,
312
+ "height": [
313
+ "6",
314
+ 1
315
+ ],
316
+ "width": [
317
+ "6",
318
+ 0
319
+ ]
320
+ }
321
+ },
322
+ "8": {
323
+ "class_type": "CLIPLoader",
324
+ "inputs": {
325
+ "clip_name": "qwen_3_8b.safetensors",
326
+ "device": "default",
327
+ "type": "flux2"
328
+ }
329
+ },
330
+ "9": {
331
+ "class_type": "UNETLoader",
332
+ "inputs": {
333
+ "unet_name": "flux-2-klein-9b.safetensors",
334
+ "weight_dtype": "default"
335
+ }
336
+ }
337
+ }
workflows/new-faceswap-lissie-v4.json ADDED
@@ -0,0 +1,3086 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "92112d97-bb64-4b44-86f2-ea5691ef8f6e",
3
+ "revision": 0,
4
+ "last_node_id": 190,
5
+ "last_link_id": 321,
6
+ "nodes": [
7
+ {
8
+ "id": 99,
9
+ "type": "MarkdownNote",
10
+ "pos": [
11
+ 490,
12
+ 690
13
+ ],
14
+ "size": [
15
+ 210,
16
+ 88
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [],
23
+ "title": "Note",
24
+ "properties": {
25
+ "ue_properties": {
26
+ "widget_ue_connectable": {},
27
+ "version": "7.5.1",
28
+ "input_ue_unconnectable": {}
29
+ }
30
+ },
31
+ "widgets_values": [
32
+ "Click on the top-right corner of the node to open the [subgraph](https://docs.comfy.org/interface/features/subgraph) \n\ud83d\udc47"
33
+ ],
34
+ "color": "#222",
35
+ "bgcolor": "#000"
36
+ },
37
+ {
38
+ "id": 97,
39
+ "type": "MarkdownNote",
40
+ "pos": [
41
+ -750,
42
+ 830
43
+ ],
44
+ "size": [
45
+ 610,
46
+ 650
47
+ ],
48
+ "flags": {},
49
+ "order": 1,
50
+ "mode": 0,
51
+ "inputs": [],
52
+ "outputs": [],
53
+ "properties": {
54
+ "ue_properties": {
55
+ "widget_ue_connectable": {},
56
+ "version": "7.5.1",
57
+ "input_ue_unconnectable": {}
58
+ }
59
+ },
60
+ "widgets_values": [
61
+ "Guide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Model links (for local users)\n\n**diffusion_models**\n\n- [flux-2-klein-base-9b-fp8.safetensors](https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9b-fp8)\n\n> Please visit BFL's repo, accept the agreement in the repo, and then download the fp8 model.\n\n**text_encoders**\n\n- [qwen_3_8b_fp8mixed.safetensors](https://huggingface.co/Comfy-Org/flux2-klein-9B/resolve/main/split_files/text_encoders/qwen_3_8b_fp8mixed.safetensors)\n\n**vae**\n\n- [flux2-vae.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors)\n\n\nModel Storage Location\n\n```\n\ud83d\udcc2 ComfyUI/\n\u251c\u2500\u2500 \ud83d\udcc2 models/\n\u2502 \u251c\u2500\u2500 \ud83d\udcc2 text_encoders/\n\u2502 \u2502 \u2514\u2500\u2500 qwen_3_8b_fp8mixed.safetensors\n\u2502 \u2514\u2500\u2500 \ud83d\udcc2 vae/\n\u2502 \u2514\u2500\u2500 flux2-vae.safetensors\n```\n## Report issue\n\nNote: please update ComfyUI first ([guide](https://docs.comfy.org/zh-CN/installation/update_comfyui)) and prepare required models. Desktop/Cloud ship stable builds; nightly-supported models may not be included yet, please wait for the next stable release.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"
62
+ ],
63
+ "color": "#222",
64
+ "bgcolor": "#000"
65
+ },
66
+ {
67
+ "id": 111,
68
+ "type": "VAELoader",
69
+ "pos": [
70
+ 369.76713102266166,
71
+ 3563.7500284440807
72
+ ],
73
+ "size": [
74
+ 364.42708333333337,
75
+ 58
76
+ ],
77
+ "flags": {},
78
+ "order": 2,
79
+ "mode": 0,
80
+ "inputs": [],
81
+ "outputs": [
82
+ {
83
+ "name": "VAE",
84
+ "type": "VAE",
85
+ "links": [
86
+ 198,
87
+ 202,
88
+ 217
89
+ ]
90
+ }
91
+ ],
92
+ "properties": {
93
+ "cnr_id": "comfy-core",
94
+ "ver": "0.8.2",
95
+ "Node name for S&R": "VAELoader",
96
+ "ue_properties": {
97
+ "widget_ue_connectable": {},
98
+ "version": "7.5.1",
99
+ "input_ue_unconnectable": {}
100
+ },
101
+ "models": [
102
+ {
103
+ "name": "flux2-vae.safetensors",
104
+ "url": "https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors",
105
+ "directory": "vae"
106
+ }
107
+ ],
108
+ "enableTabs": false,
109
+ "tabWidth": 65,
110
+ "tabXOffset": 10,
111
+ "hasSecondTab": false,
112
+ "secondTabText": "Send Back",
113
+ "secondTabOffset": 80,
114
+ "secondTabWidth": 65
115
+ },
116
+ "widgets_values": [
117
+ "flux2-vae.safetensors"
118
+ ]
119
+ },
120
+ {
121
+ "id": 116,
122
+ "type": "5eb5cfa6-f140-40b7-bc6f-9477d677f888",
123
+ "pos": [
124
+ 804.4338472220857,
125
+ 3835.0834651279733
126
+ ],
127
+ "size": [
128
+ 240,
129
+ 86
130
+ ],
131
+ "flags": {},
132
+ "order": 21,
133
+ "mode": 0,
134
+ "inputs": [
135
+ {
136
+ "label": "positive",
137
+ "name": "conditioning",
138
+ "type": "CONDITIONING",
139
+ "link": 199
140
+ },
141
+ {
142
+ "label": "negative",
143
+ "name": "conditioning_1",
144
+ "type": "CONDITIONING",
145
+ "link": 200
146
+ },
147
+ {
148
+ "name": "pixels",
149
+ "type": "IMAGE",
150
+ "link": 201
151
+ },
152
+ {
153
+ "name": "vae",
154
+ "type": "VAE",
155
+ "link": 202
156
+ }
157
+ ],
158
+ "outputs": [
159
+ {
160
+ "label": "positive",
161
+ "name": "CONDITIONING",
162
+ "type": "CONDITIONING",
163
+ "links": [
164
+ 195
165
+ ]
166
+ },
167
+ {
168
+ "label": "negative",
169
+ "name": "CONDITIONING_1",
170
+ "type": "CONDITIONING",
171
+ "links": [
172
+ 196
173
+ ]
174
+ }
175
+ ],
176
+ "properties": {
177
+ "proxyWidgets": [],
178
+ "cnr_id": "comfy-core",
179
+ "ver": "0.8.2",
180
+ "ue_properties": {
181
+ "widget_ue_connectable": {},
182
+ "version": "7.5.1",
183
+ "input_ue_unconnectable": {}
184
+ },
185
+ "enableTabs": false,
186
+ "tabWidth": 65,
187
+ "tabXOffset": 10,
188
+ "hasSecondTab": false,
189
+ "secondTabText": "Send Back",
190
+ "secondTabOffset": 80,
191
+ "secondTabWidth": 65
192
+ },
193
+ "widgets_values": []
194
+ },
195
+ {
196
+ "id": 115,
197
+ "type": "CLIPLoader",
198
+ "pos": [
199
+ 369.76712728365146,
200
+ 3393.750122915234
201
+ ],
202
+ "size": [
203
+ 364.42708333333337,
204
+ 106
205
+ ],
206
+ "flags": {},
207
+ "order": 3,
208
+ "mode": 0,
209
+ "inputs": [],
210
+ "outputs": [
211
+ {
212
+ "name": "CLIP",
213
+ "type": "CLIP",
214
+ "links": [
215
+ 203,
216
+ 204
217
+ ]
218
+ }
219
+ ],
220
+ "properties": {
221
+ "cnr_id": "comfy-core",
222
+ "ver": "0.8.2",
223
+ "Node name for S&R": "CLIPLoader",
224
+ "ue_properties": {
225
+ "widget_ue_connectable": {},
226
+ "version": "7.5.1",
227
+ "input_ue_unconnectable": {}
228
+ },
229
+ "models": [
230
+ {
231
+ "name": "qwen_3_8b_fp8mixed.safetensors",
232
+ "url": "https://huggingface.co/Comfy-Org/flux2-klein-9B/resolve/main/split_files/text_encoders/qwen_3_8b_fp8mixed.safetensors",
233
+ "directory": "text_encoders"
234
+ }
235
+ ],
236
+ "enableTabs": false,
237
+ "tabWidth": 65,
238
+ "tabXOffset": 10,
239
+ "hasSecondTab": false,
240
+ "secondTabText": "Send Back",
241
+ "secondTabOffset": 80,
242
+ "secondTabWidth": 65
243
+ },
244
+ "widgets_values": [
245
+ "qwen_3_8b.safetensors",
246
+ "flux2",
247
+ "default"
248
+ ]
249
+ },
250
+ {
251
+ "id": 123,
252
+ "type": "CFGGuider",
253
+ "pos": [
254
+ 1295.766932383482,
255
+ 3343.9167569419556
256
+ ],
257
+ "size": [
258
+ 270,
259
+ 98
260
+ ],
261
+ "flags": {},
262
+ "order": 31,
263
+ "mode": 0,
264
+ "inputs": [
265
+ {
266
+ "name": "model",
267
+ "type": "MODEL",
268
+ "link": 207
269
+ },
270
+ {
271
+ "name": "positive",
272
+ "type": "CONDITIONING",
273
+ "link": 208
274
+ },
275
+ {
276
+ "name": "negative",
277
+ "type": "CONDITIONING",
278
+ "link": 209
279
+ }
280
+ ],
281
+ "outputs": [
282
+ {
283
+ "name": "GUIDER",
284
+ "type": "GUIDER",
285
+ "links": [
286
+ 188
287
+ ]
288
+ }
289
+ ],
290
+ "properties": {
291
+ "cnr_id": "comfy-core",
292
+ "ver": "0.8.2",
293
+ "Node name for S&R": "CFGGuider",
294
+ "ue_properties": {
295
+ "widget_ue_connectable": {},
296
+ "version": "7.5.1",
297
+ "input_ue_unconnectable": {}
298
+ },
299
+ "enableTabs": false,
300
+ "tabWidth": 65,
301
+ "tabXOffset": 10,
302
+ "hasSecondTab": false,
303
+ "secondTabText": "Send Back",
304
+ "secondTabOffset": 80,
305
+ "secondTabWidth": 65
306
+ },
307
+ "widgets_values": [
308
+ 1.0
309
+ ]
310
+ },
311
+ {
312
+ "id": 120,
313
+ "type": "ResizeImageMaskNode",
314
+ "pos": [
315
+ 372.5967713992208,
316
+ 3831.888921803501
317
+ ],
318
+ "size": [
319
+ 284.375,
320
+ 106
321
+ ],
322
+ "flags": {},
323
+ "order": 15,
324
+ "mode": 0,
325
+ "inputs": [
326
+ {
327
+ "name": "input",
328
+ "type": "IMAGE,MASK",
329
+ "link": 221
330
+ }
331
+ ],
332
+ "outputs": [
333
+ {
334
+ "name": "resized",
335
+ "type": "IMAGE",
336
+ "links": [
337
+ 192,
338
+ 201,
339
+ 307
340
+ ]
341
+ }
342
+ ],
343
+ "properties": {
344
+ "cnr_id": "comfy-core",
345
+ "ver": "0.9.2",
346
+ "Node name for S&R": "ResizeImageMaskNode",
347
+ "ue_properties": {
348
+ "widget_ue_connectable": {},
349
+ "input_ue_unconnectable": {},
350
+ "version": "7.5.1"
351
+ }
352
+ },
353
+ "widgets_values": [
354
+ "scale total pixels",
355
+ 1.0,
356
+ "lanczos"
357
+ ]
358
+ },
359
+ {
360
+ "id": 121,
361
+ "type": "ResizeImageMaskNode",
362
+ "pos": [
363
+ 382.2530441635739,
364
+ 4003.350673129131
365
+ ],
366
+ "size": [
367
+ 284.375,
368
+ 106
369
+ ],
370
+ "flags": {},
371
+ "order": 23,
372
+ "mode": 0,
373
+ "inputs": [
374
+ {
375
+ "name": "input",
376
+ "type": "IMAGE,MASK",
377
+ "link": 318
378
+ }
379
+ ],
380
+ "outputs": [
381
+ {
382
+ "name": "resized",
383
+ "type": "IMAGE",
384
+ "links": [
385
+ 197,
386
+ 308
387
+ ]
388
+ }
389
+ ],
390
+ "properties": {
391
+ "cnr_id": "comfy-core",
392
+ "ver": "0.9.2",
393
+ "Node name for S&R": "ResizeImageMaskNode",
394
+ "ue_properties": {
395
+ "widget_ue_connectable": {},
396
+ "input_ue_unconnectable": {},
397
+ "version": "7.5.1"
398
+ }
399
+ },
400
+ "widgets_values": [
401
+ "scale total pixels",
402
+ 1.0,
403
+ "lanczos"
404
+ ]
405
+ },
406
+ {
407
+ "id": 118,
408
+ "type": "UNETLoader",
409
+ "pos": [
410
+ 369.76712728365146,
411
+ 3243.750176744951
412
+ ],
413
+ "size": [
414
+ 364.42708333333337,
415
+ 82
416
+ ],
417
+ "flags": {},
418
+ "order": 4,
419
+ "mode": 0,
420
+ "inputs": [],
421
+ "outputs": [
422
+ {
423
+ "name": "MODEL",
424
+ "type": "MODEL",
425
+ "links": [
426
+ 312
427
+ ]
428
+ }
429
+ ],
430
+ "properties": {
431
+ "cnr_id": "comfy-core",
432
+ "ver": "0.8.2",
433
+ "Node name for S&R": "UNETLoader",
434
+ "ue_properties": {
435
+ "widget_ue_connectable": {},
436
+ "version": "7.5.1",
437
+ "input_ue_unconnectable": {}
438
+ },
439
+ "enableTabs": false,
440
+ "tabWidth": 65,
441
+ "tabXOffset": 10,
442
+ "hasSecondTab": false,
443
+ "secondTabText": "Send Back",
444
+ "secondTabOffset": 80,
445
+ "secondTabWidth": 65
446
+ },
447
+ "widgets_values": [
448
+ "flux-2-klein-9b.safetensors",
449
+ "default"
450
+ ]
451
+ },
452
+ {
453
+ "id": 122,
454
+ "type": "Flux2Scheduler",
455
+ "pos": [
456
+ 1276.9398129623294,
457
+ 3587.7263081493907
458
+ ],
459
+ "size": [
460
+ 317.6727061509084,
461
+ 110.76727061509109
462
+ ],
463
+ "flags": {},
464
+ "order": 25,
465
+ "mode": 0,
466
+ "inputs": [
467
+ {
468
+ "name": "width",
469
+ "type": "INT",
470
+ "widget": {
471
+ "name": "width"
472
+ },
473
+ "link": 205
474
+ },
475
+ {
476
+ "name": "height",
477
+ "type": "INT",
478
+ "widget": {
479
+ "name": "height"
480
+ },
481
+ "link": 206
482
+ }
483
+ ],
484
+ "outputs": [
485
+ {
486
+ "name": "SIGMAS",
487
+ "type": "SIGMAS",
488
+ "links": [
489
+ 310
490
+ ]
491
+ }
492
+ ],
493
+ "properties": {
494
+ "cnr_id": "comfy-core",
495
+ "ver": "0.8.2",
496
+ "Node name for S&R": "Flux2Scheduler",
497
+ "ue_properties": {
498
+ "widget_ue_connectable": {},
499
+ "version": "7.5.1",
500
+ "input_ue_unconnectable": {}
501
+ },
502
+ "enableTabs": false,
503
+ "tabWidth": 65,
504
+ "tabXOffset": 10,
505
+ "hasSecondTab": false,
506
+ "secondTabText": "Send Back",
507
+ "secondTabOffset": 80,
508
+ "secondTabWidth": 65
509
+ },
510
+ "widgets_values": [
511
+ 5,
512
+ 1280,
513
+ 1280
514
+ ]
515
+ },
516
+ {
517
+ "id": 125,
518
+ "type": "KSamplerSelect",
519
+ "pos": [
520
+ 1288.0706137647162,
521
+ 3493.537118060878
522
+ ],
523
+ "size": [
524
+ 270,
525
+ 58
526
+ ],
527
+ "flags": {},
528
+ "order": 5,
529
+ "mode": 0,
530
+ "inputs": [],
531
+ "outputs": [
532
+ {
533
+ "name": "SAMPLER",
534
+ "type": "SAMPLER",
535
+ "links": [
536
+ 189
537
+ ]
538
+ }
539
+ ],
540
+ "properties": {
541
+ "cnr_id": "comfy-core",
542
+ "ver": "0.8.2",
543
+ "Node name for S&R": "KSamplerSelect",
544
+ "ue_properties": {
545
+ "widget_ue_connectable": {},
546
+ "version": "7.5.1",
547
+ "input_ue_unconnectable": {}
548
+ },
549
+ "enableTabs": false,
550
+ "tabWidth": 65,
551
+ "tabXOffset": 10,
552
+ "hasSecondTab": false,
553
+ "secondTabText": "Send Back",
554
+ "secondTabOffset": 80,
555
+ "secondTabWidth": 65
556
+ },
557
+ "widgets_values": [
558
+ "euler"
559
+ ]
560
+ },
561
+ {
562
+ "id": 172,
563
+ "type": "ImageResizeKJv2",
564
+ "pos": [
565
+ -29.39461811323457,
566
+ 2645.8665635593456
567
+ ],
568
+ "size": [
569
+ 270,
570
+ 336
571
+ ],
572
+ "flags": {},
573
+ "order": 16,
574
+ "mode": 4,
575
+ "inputs": [
576
+ {
577
+ "name": "image",
578
+ "type": "IMAGE",
579
+ "link": 290
580
+ },
581
+ {
582
+ "name": "mask",
583
+ "shape": 7,
584
+ "type": "MASK",
585
+ "link": null
586
+ }
587
+ ],
588
+ "outputs": [
589
+ {
590
+ "name": "IMAGE",
591
+ "type": "IMAGE",
592
+ "links": [
593
+ 291
594
+ ]
595
+ },
596
+ {
597
+ "name": "width",
598
+ "type": "INT",
599
+ "links": null
600
+ },
601
+ {
602
+ "name": "height",
603
+ "type": "INT",
604
+ "links": null
605
+ },
606
+ {
607
+ "name": "mask",
608
+ "type": "MASK",
609
+ "links": null
610
+ }
611
+ ],
612
+ "properties": {
613
+ "cnr_id": "comfyui-kjnodes",
614
+ "ver": "93a4fba44c1635a716dc262f157a7ded7d716f3a",
615
+ "Node name for S&R": "ImageResizeKJv2",
616
+ "ue_properties": {
617
+ "widget_ue_connectable": {},
618
+ "input_ue_unconnectable": {},
619
+ "version": "7.5.1"
620
+ }
621
+ },
622
+ "widgets_values": [
623
+ 512,
624
+ 512,
625
+ "lanczos",
626
+ "resize",
627
+ "0, 0, 0",
628
+ "center",
629
+ 2,
630
+ "cpu"
631
+ ]
632
+ },
633
+ {
634
+ "id": 169,
635
+ "type": "ShowText|pysssss",
636
+ "pos": [
637
+ 783.9354167990583,
638
+ 2619.962163330123
639
+ ],
640
+ "size": [
641
+ 259.72441345342133,
642
+ 211.21816107680525
643
+ ],
644
+ "flags": {},
645
+ "order": 26,
646
+ "mode": 4,
647
+ "inputs": [
648
+ {
649
+ "name": "text",
650
+ "type": "STRING",
651
+ "link": 287
652
+ }
653
+ ],
654
+ "outputs": [
655
+ {
656
+ "name": "STRING",
657
+ "shape": 6,
658
+ "type": "STRING",
659
+ "links": null
660
+ }
661
+ ],
662
+ "properties": {
663
+ "cnr_id": "comfyui-custom-scripts",
664
+ "ver": "1.2.5",
665
+ "Node name for S&R": "ShowText|pysssss",
666
+ "ue_properties": {
667
+ "widget_ue_connectable": {},
668
+ "input_ue_unconnectable": {},
669
+ "version": "7.5.1"
670
+ }
671
+ },
672
+ "widgets_values": [
673
+ "The man has a focused, intense, and slightly defiant facial expression.\n\nKey features:\n- His eyes are wide open and staring directly at the camera with an unblinking gaze.\n- His eyebrows are raised slightly, contributing to an alert or challenging look.\n- His mouth is set in a firm line; it's not smiling but rather held tight, suggesting concentration or determination.\n- There\u2019s visible tension around his jawline and cheekbones, indicating he's exerting effort while skateboarding.\n- A cigarette rests between his lips, adding a casual yet rebellious element to his demeanor.\n\nOverall, this isn't a relaxed or happy expression\u2014it conveys energy, focus, and perhaps a bit of edgy confidence as he rides down the street. The direct eye contact creates a sense of connection and intensity with the viewer."
674
+ ]
675
+ },
676
+ {
677
+ "id": 168,
678
+ "type": "AILab_QwenVL",
679
+ "pos": [
680
+ 274.03553021447294,
681
+ 2653.077252632602
682
+ ],
683
+ "size": [
684
+ 340,
685
+ 300
686
+ ],
687
+ "flags": {},
688
+ "order": 22,
689
+ "mode": 4,
690
+ "inputs": [
691
+ {
692
+ "name": "image",
693
+ "shape": 7,
694
+ "type": "IMAGE",
695
+ "link": 291
696
+ },
697
+ {
698
+ "name": "video",
699
+ "shape": 7,
700
+ "type": "IMAGE",
701
+ "link": null
702
+ }
703
+ ],
704
+ "outputs": [
705
+ {
706
+ "name": "RESPONSE",
707
+ "type": "STRING",
708
+ "links": [
709
+ 287,
710
+ 288
711
+ ]
712
+ }
713
+ ],
714
+ "properties": {
715
+ "cnr_id": "comfyui-qwenvl",
716
+ "ver": "2.0.0",
717
+ "Node name for S&R": "AILab_QwenVL",
718
+ "ue_properties": {
719
+ "widget_ue_connectable": {},
720
+ "input_ue_unconnectable": {},
721
+ "version": "7.5.1"
722
+ }
723
+ },
724
+ "widgets_values": [
725
+ "Qwen3-VL-4B-Instruct",
726
+ "None (FP16)",
727
+ "sdpa",
728
+ "\ud83d\uddbc\ufe0f Tags",
729
+ "Describe the facial expression.",
730
+ 512,
731
+ false,
732
+ 2302131607,
733
+ "fixed"
734
+ ],
735
+ "color": "#28403f",
736
+ "bgcolor": "#374539"
737
+ },
738
+ {
739
+ "id": 110,
740
+ "type": "RandomNoise",
741
+ "pos": [
742
+ 1295.766932383482,
743
+ 3223.9168201963835
744
+ ],
745
+ "size": [
746
+ 270,
747
+ 82
748
+ ],
749
+ "flags": {},
750
+ "order": 6,
751
+ "mode": 0,
752
+ "inputs": [],
753
+ "outputs": [
754
+ {
755
+ "name": "NOISE",
756
+ "type": "NOISE",
757
+ "links": [
758
+ 187
759
+ ]
760
+ }
761
+ ],
762
+ "properties": {
763
+ "cnr_id": "comfy-core",
764
+ "ver": "0.8.2",
765
+ "Node name for S&R": "RandomNoise",
766
+ "ue_properties": {
767
+ "widget_ue_connectable": {},
768
+ "version": "7.5.1",
769
+ "input_ue_unconnectable": {}
770
+ },
771
+ "enableTabs": false,
772
+ "tabWidth": 65,
773
+ "tabXOffset": 10,
774
+ "hasSecondTab": false,
775
+ "secondTabText": "Send Back",
776
+ "secondTabOffset": 80,
777
+ "secondTabWidth": 65
778
+ },
779
+ "widgets_values": [
780
+ 42,
781
+ "fixed"
782
+ ]
783
+ },
784
+ {
785
+ "id": 119,
786
+ "type": "CLIPTextEncode",
787
+ "pos": [
788
+ 804.4338472220857,
789
+ 3605.0834651279733
790
+ ],
791
+ "size": [
792
+ 420,
793
+ 88
794
+ ],
795
+ "flags": {},
796
+ "order": 13,
797
+ "mode": 0,
798
+ "inputs": [
799
+ {
800
+ "name": "clip",
801
+ "type": "CLIP",
802
+ "link": 204
803
+ }
804
+ ],
805
+ "outputs": [
806
+ {
807
+ "name": "CONDITIONING",
808
+ "type": "CONDITIONING",
809
+ "links": [
810
+ 200
811
+ ]
812
+ }
813
+ ],
814
+ "title": "CLIP Text Encode ( Negative Prompt)",
815
+ "properties": {
816
+ "cnr_id": "comfy-core",
817
+ "ver": "0.9.1",
818
+ "Node name for S&R": "CLIPTextEncode",
819
+ "ue_properties": {
820
+ "widget_ue_connectable": {},
821
+ "version": "7.5.1",
822
+ "input_ue_unconnectable": {}
823
+ },
824
+ "enableTabs": false,
825
+ "tabWidth": 65,
826
+ "tabXOffset": 10,
827
+ "hasSecondTab": false,
828
+ "secondTabText": "Send Back",
829
+ "secondTabOffset": 80,
830
+ "secondTabWidth": 65
831
+ },
832
+ "widgets_values": [
833
+ "bad quality, noise, blurry, worst quality, low resolution, blur, distortion, unnatural blending, cartoon, illustration, painting"
834
+ ],
835
+ "color": "#323",
836
+ "bgcolor": "#535"
837
+ },
838
+ {
839
+ "id": 133,
840
+ "type": "LoraLoaderModelOnly",
841
+ "pos": [
842
+ 789.6756557041925,
843
+ 3046.73243046243
844
+ ],
845
+ "size": [
846
+ 431.1349752832102,
847
+ 82
848
+ ],
849
+ "flags": {},
850
+ "order": 14,
851
+ "mode": 4,
852
+ "inputs": [
853
+ {
854
+ "name": "model",
855
+ "type": "MODEL",
856
+ "link": 312
857
+ }
858
+ ],
859
+ "outputs": [
860
+ {
861
+ "name": "MODEL",
862
+ "type": "MODEL",
863
+ "links": [
864
+ 320
865
+ ]
866
+ }
867
+ ],
868
+ "properties": {
869
+ "cnr_id": "comfy-core",
870
+ "ver": "0.9.2",
871
+ "Node name for S&R": "LoraLoaderModelOnly",
872
+ "ue_properties": {
873
+ "widget_ue_connectable": {},
874
+ "input_ue_unconnectable": {},
875
+ "version": "7.5.1"
876
+ }
877
+ },
878
+ "widgets_values": [
879
+ "flux2/klein/bfs_head_v1_flux-klein_9b_step3500_rank128.safetensors",
880
+ 1
881
+ ]
882
+ },
883
+ {
884
+ "id": 117,
885
+ "type": "CLIPTextEncode",
886
+ "pos": [
887
+ 799.4095992598294,
888
+ 3233.6667865601667
889
+ ],
890
+ "size": [
891
+ 440,
892
+ 320
893
+ ],
894
+ "flags": {},
895
+ "order": 12,
896
+ "mode": 0,
897
+ "inputs": [
898
+ {
899
+ "name": "clip",
900
+ "type": "CLIP",
901
+ "link": 203
902
+ },
903
+ {
904
+ "name": "text",
905
+ "type": "STRING",
906
+ "widget": {
907
+ "name": "text"
908
+ },
909
+ "link": 321
910
+ }
911
+ ],
912
+ "outputs": [
913
+ {
914
+ "name": "CONDITIONING",
915
+ "type": "CONDITIONING",
916
+ "slot_index": 0,
917
+ "links": [
918
+ 199
919
+ ]
920
+ }
921
+ ],
922
+ "title": "CLIP Text Encode (Positive Prompt)",
923
+ "properties": {
924
+ "cnr_id": "comfy-core",
925
+ "ver": "0.8.2",
926
+ "Node name for S&R": "CLIPTextEncode",
927
+ "ue_properties": {
928
+ "widget_ue_connectable": {},
929
+ "version": "7.5.1",
930
+ "input_ue_unconnectable": {}
931
+ },
932
+ "enableTabs": false,
933
+ "tabWidth": 65,
934
+ "tabXOffset": 10,
935
+ "hasSecondTab": false,
936
+ "secondTabText": "Send Back",
937
+ "secondTabOffset": 80,
938
+ "secondTabWidth": 65
939
+ },
940
+ "widgets_values": [
941
+ "Remove the head (face and hair) from Picture 1 and replace it with the head (face and hair) from Picture 2. Keep the lighting, environment, and background from Picture 1. Relight the new head to match the scene. Keep the eye direction, head rotation, and facial expression from Picture 1."
942
+ ],
943
+ "color": "#232",
944
+ "bgcolor": "#353"
945
+ },
946
+ {
947
+ "id": 171,
948
+ "type": "StringConcatenate",
949
+ "pos": [
950
+ 1128.3045132913117,
951
+ 2657.1175393967665
952
+ ],
953
+ "size": [
954
+ 400,
955
+ 200
956
+ ],
957
+ "flags": {},
958
+ "order": 27,
959
+ "mode": 4,
960
+ "inputs": [
961
+ {
962
+ "name": "string_b",
963
+ "type": "STRING",
964
+ "widget": {
965
+ "name": "string_b"
966
+ },
967
+ "link": 288
968
+ }
969
+ ],
970
+ "outputs": [
971
+ {
972
+ "name": "STRING",
973
+ "type": "STRING",
974
+ "links": [
975
+ 313,
976
+ 321
977
+ ]
978
+ }
979
+ ],
980
+ "properties": {
981
+ "cnr_id": "comfy-core",
982
+ "ver": "0.9.2",
983
+ "Node name for S&R": "StringConcatenate",
984
+ "ue_properties": {
985
+ "widget_ue_connectable": {},
986
+ "input_ue_unconnectable": {},
987
+ "version": "7.5.1"
988
+ }
989
+ },
990
+ "widgets_values": [
991
+ "Remove the head (face and hair) from Picture 1 and replace it with the head (face and hair) from Picture 2. Keep the lighting, environment, and background from Picture 1. Relight the new head to match the scene. Keep the eye direction, head rotation, and facial expression from Picture 1.",
992
+ "",
993
+ "\n\n"
994
+ ]
995
+ },
996
+ {
997
+ "id": 181,
998
+ "type": "Reroute",
999
+ "pos": [
1000
+ 642.2838381851489,
1001
+ 3122.818291363274
1002
+ ],
1003
+ "size": [
1004
+ 75,
1005
+ 26
1006
+ ],
1007
+ "flags": {},
1008
+ "order": 30,
1009
+ "mode": 0,
1010
+ "inputs": [
1011
+ {
1012
+ "name": "",
1013
+ "type": "*",
1014
+ "link": 313
1015
+ }
1016
+ ],
1017
+ "outputs": [
1018
+ {
1019
+ "name": "",
1020
+ "type": "STRING",
1021
+ "links": null
1022
+ }
1023
+ ],
1024
+ "properties": {
1025
+ "showOutputText": false,
1026
+ "horizontal": false,
1027
+ "ue_properties": {
1028
+ "widget_ue_connectable": {},
1029
+ "version": "7.5.1",
1030
+ "input_ue_unconnectable": {}
1031
+ }
1032
+ }
1033
+ },
1034
+ {
1035
+ "id": 114,
1036
+ "type": "6e5070f7-26e8-4a9a-ae4d-5d3fc1c591af",
1037
+ "pos": [
1038
+ 792.6348524497367,
1039
+ 4029.533494170478
1040
+ ],
1041
+ "size": [
1042
+ 240,
1043
+ 86
1044
+ ],
1045
+ "flags": {},
1046
+ "order": 28,
1047
+ "mode": 0,
1048
+ "inputs": [
1049
+ {
1050
+ "label": "positive",
1051
+ "name": "conditioning",
1052
+ "type": "CONDITIONING",
1053
+ "link": 195
1054
+ },
1055
+ {
1056
+ "label": "negative",
1057
+ "name": "conditioning_1",
1058
+ "type": "CONDITIONING",
1059
+ "link": 196
1060
+ },
1061
+ {
1062
+ "name": "pixels",
1063
+ "type": "IMAGE",
1064
+ "link": 197
1065
+ },
1066
+ {
1067
+ "name": "vae",
1068
+ "type": "VAE",
1069
+ "link": 198
1070
+ }
1071
+ ],
1072
+ "outputs": [
1073
+ {
1074
+ "label": "positive",
1075
+ "name": "CONDITIONING",
1076
+ "type": "CONDITIONING",
1077
+ "links": [
1078
+ 208
1079
+ ]
1080
+ },
1081
+ {
1082
+ "label": "negative",
1083
+ "name": "CONDITIONING_1",
1084
+ "type": "CONDITIONING",
1085
+ "links": [
1086
+ 209
1087
+ ]
1088
+ }
1089
+ ],
1090
+ "properties": {
1091
+ "proxyWidgets": [],
1092
+ "cnr_id": "comfy-core",
1093
+ "ver": "0.8.2",
1094
+ "ue_properties": {
1095
+ "widget_ue_connectable": {},
1096
+ "version": "7.5.1",
1097
+ "input_ue_unconnectable": {}
1098
+ },
1099
+ "enableTabs": false,
1100
+ "tabWidth": 65,
1101
+ "tabXOffset": 10,
1102
+ "hasSecondTab": false,
1103
+ "secondTabText": "Send Back",
1104
+ "secondTabOffset": 80,
1105
+ "secondTabWidth": 65
1106
+ },
1107
+ "widgets_values": []
1108
+ },
1109
+ {
1110
+ "id": 163,
1111
+ "type": "SaveImage",
1112
+ "pos": [
1113
+ 2323.422946431911,
1114
+ 3217.243346818467
1115
+ ],
1116
+ "size": [
1117
+ 270,
1118
+ 270
1119
+ ],
1120
+ "flags": {},
1121
+ "order": 34,
1122
+ "mode": 0,
1123
+ "inputs": [
1124
+ {
1125
+ "name": "images",
1126
+ "type": "IMAGE",
1127
+ "link": 285
1128
+ }
1129
+ ],
1130
+ "outputs": [],
1131
+ "properties": {
1132
+ "cnr_id": "comfy-core",
1133
+ "ver": "0.9.2",
1134
+ "Node name for S&R": "SaveImage",
1135
+ "ue_properties": {
1136
+ "widget_ue_connectable": {},
1137
+ "input_ue_unconnectable": {},
1138
+ "version": "7.5.1"
1139
+ }
1140
+ },
1141
+ "widgets_values": [
1142
+ "new-faceswap-lissie-v4"
1143
+ ]
1144
+ },
1145
+ {
1146
+ "id": 176,
1147
+ "type": "ImageConcanate",
1148
+ "pos": [
1149
+ 1974.1064761767686,
1150
+ 3849.568646166478
1151
+ ],
1152
+ "size": [
1153
+ 270,
1154
+ 102
1155
+ ],
1156
+ "flags": {},
1157
+ "order": 29,
1158
+ "mode": 0,
1159
+ "inputs": [
1160
+ {
1161
+ "name": "image1",
1162
+ "type": "IMAGE",
1163
+ "link": 307
1164
+ },
1165
+ {
1166
+ "name": "image2",
1167
+ "type": "IMAGE",
1168
+ "link": 308
1169
+ }
1170
+ ],
1171
+ "outputs": [
1172
+ {
1173
+ "name": "IMAGE",
1174
+ "type": "IMAGE",
1175
+ "links": [
1176
+ 304
1177
+ ]
1178
+ }
1179
+ ],
1180
+ "properties": {
1181
+ "cnr_id": "comfyui-kjnodes",
1182
+ "ver": "93a4fba44c1635a716dc262f157a7ded7d716f3a",
1183
+ "Node name for S&R": "ImageConcanate",
1184
+ "ue_properties": {
1185
+ "widget_ue_connectable": {},
1186
+ "input_ue_unconnectable": {},
1187
+ "version": "7.5.1"
1188
+ }
1189
+ },
1190
+ "widgets_values": [
1191
+ "down",
1192
+ true
1193
+ ]
1194
+ },
1195
+ {
1196
+ "id": 177,
1197
+ "type": "ImageConcanate",
1198
+ "pos": [
1199
+ 2392.464606028409,
1200
+ 3848.014948438479
1201
+ ],
1202
+ "size": [
1203
+ 270,
1204
+ 102
1205
+ ],
1206
+ "flags": {},
1207
+ "order": 35,
1208
+ "mode": 0,
1209
+ "inputs": [
1210
+ {
1211
+ "name": "image1",
1212
+ "type": "IMAGE",
1213
+ "link": 304
1214
+ },
1215
+ {
1216
+ "name": "image2",
1217
+ "type": "IMAGE",
1218
+ "link": 305
1219
+ }
1220
+ ],
1221
+ "outputs": [
1222
+ {
1223
+ "name": "IMAGE",
1224
+ "type": "IMAGE",
1225
+ "links": [
1226
+ 306
1227
+ ]
1228
+ }
1229
+ ],
1230
+ "properties": {
1231
+ "cnr_id": "comfyui-kjnodes",
1232
+ "ver": "93a4fba44c1635a716dc262f157a7ded7d716f3a",
1233
+ "Node name for S&R": "ImageConcanate",
1234
+ "ue_properties": {
1235
+ "widget_ue_connectable": {},
1236
+ "input_ue_unconnectable": {},
1237
+ "version": "7.5.1"
1238
+ }
1239
+ },
1240
+ "widgets_values": [
1241
+ "right",
1242
+ true
1243
+ ]
1244
+ },
1245
+ {
1246
+ "id": 178,
1247
+ "type": "PreviewImage",
1248
+ "pos": [
1249
+ 2812.756689716459,
1250
+ 3777.7268395291826
1251
+ ],
1252
+ "size": [
1253
+ 140,
1254
+ 246
1255
+ ],
1256
+ "flags": {},
1257
+ "order": 36,
1258
+ "mode": 0,
1259
+ "inputs": [
1260
+ {
1261
+ "name": "images",
1262
+ "type": "IMAGE",
1263
+ "link": 306
1264
+ }
1265
+ ],
1266
+ "outputs": [],
1267
+ "properties": {
1268
+ "cnr_id": "comfy-core",
1269
+ "ver": "0.9.2",
1270
+ "Node name for S&R": "PreviewImage",
1271
+ "ue_properties": {
1272
+ "widget_ue_connectable": {},
1273
+ "input_ue_unconnectable": {},
1274
+ "version": "7.5.1"
1275
+ }
1276
+ },
1277
+ "widgets_values": []
1278
+ },
1279
+ {
1280
+ "id": 131,
1281
+ "type": "VAEDecode",
1282
+ "pos": [
1283
+ 1886.2363711149524,
1284
+ 3305.2440041643285
1285
+ ],
1286
+ "size": [
1287
+ 220,
1288
+ 46
1289
+ ],
1290
+ "flags": {},
1291
+ "order": 33,
1292
+ "mode": 0,
1293
+ "inputs": [
1294
+ {
1295
+ "name": "samples",
1296
+ "type": "LATENT",
1297
+ "link": 216
1298
+ },
1299
+ {
1300
+ "name": "vae",
1301
+ "type": "VAE",
1302
+ "link": 217
1303
+ }
1304
+ ],
1305
+ "outputs": [
1306
+ {
1307
+ "name": "IMAGE",
1308
+ "type": "IMAGE",
1309
+ "slot_index": 0,
1310
+ "links": [
1311
+ 285,
1312
+ 305
1313
+ ]
1314
+ }
1315
+ ],
1316
+ "properties": {
1317
+ "cnr_id": "comfy-core",
1318
+ "ver": "0.8.2",
1319
+ "Node name for S&R": "VAEDecode",
1320
+ "ue_properties": {
1321
+ "widget_ue_connectable": {},
1322
+ "version": "7.5.1",
1323
+ "input_ue_unconnectable": {}
1324
+ },
1325
+ "enableTabs": false,
1326
+ "tabWidth": 65,
1327
+ "tabXOffset": 10,
1328
+ "hasSecondTab": false,
1329
+ "secondTabText": "Send Back",
1330
+ "secondTabOffset": 80,
1331
+ "secondTabWidth": 65
1332
+ },
1333
+ "widgets_values": []
1334
+ },
1335
+ {
1336
+ "id": 76,
1337
+ "type": "LoadImage",
1338
+ "pos": [
1339
+ -248.47780094574466,
1340
+ 3116.260569394397
1341
+ ],
1342
+ "size": [
1343
+ 320,
1344
+ 470
1345
+ ],
1346
+ "flags": {},
1347
+ "order": 7,
1348
+ "mode": 0,
1349
+ "inputs": [],
1350
+ "outputs": [
1351
+ {
1352
+ "name": "IMAGE",
1353
+ "type": "IMAGE",
1354
+ "links": [
1355
+ 221,
1356
+ 290
1357
+ ]
1358
+ },
1359
+ {
1360
+ "name": "MASK",
1361
+ "type": "MASK",
1362
+ "links": null
1363
+ }
1364
+ ],
1365
+ "title": "Body Reference",
1366
+ "properties": {
1367
+ "cnr_id": "comfy-core",
1368
+ "ver": "0.8.2",
1369
+ "Node name for S&R": "LoadImage",
1370
+ "enableTabs": false,
1371
+ "tabWidth": 65,
1372
+ "tabXOffset": 10,
1373
+ "hasSecondTab": false,
1374
+ "secondTabText": "Send Back",
1375
+ "secondTabOffset": 80,
1376
+ "secondTabWidth": 65,
1377
+ "ue_properties": {
1378
+ "widget_ue_connectable": {},
1379
+ "version": "7.5.1",
1380
+ "input_ue_unconnectable": {}
1381
+ }
1382
+ },
1383
+ "widgets_values": [
1384
+ "body.jpg",
1385
+ "image"
1386
+ ]
1387
+ },
1388
+ {
1389
+ "id": 124,
1390
+ "type": "BasicScheduler",
1391
+ "pos": [
1392
+ 1345.1141816695176,
1393
+ 3759.2167652502694
1394
+ ],
1395
+ "size": [
1396
+ 270,
1397
+ 106
1398
+ ],
1399
+ "flags": {},
1400
+ "order": 19,
1401
+ "mode": 4,
1402
+ "inputs": [
1403
+ {
1404
+ "name": "model",
1405
+ "type": "MODEL",
1406
+ "link": 271
1407
+ }
1408
+ ],
1409
+ "outputs": [
1410
+ {
1411
+ "name": "SIGMAS",
1412
+ "type": "SIGMAS",
1413
+ "links": []
1414
+ }
1415
+ ],
1416
+ "properties": {
1417
+ "cnr_id": "comfy-core",
1418
+ "ver": "0.9.2",
1419
+ "Node name for S&R": "BasicScheduler",
1420
+ "ue_properties": {
1421
+ "widget_ue_connectable": {},
1422
+ "input_ue_unconnectable": {},
1423
+ "version": "7.5.1"
1424
+ }
1425
+ },
1426
+ "widgets_values": [
1427
+ "bong_tangent",
1428
+ 4,
1429
+ 1
1430
+ ]
1431
+ },
1432
+ {
1433
+ "id": 112,
1434
+ "type": "GetImageSize",
1435
+ "pos": [
1436
+ 1088.570754250372,
1437
+ 3935.6429717129963
1438
+ ],
1439
+ "size": [
1440
+ 187.5,
1441
+ 124
1442
+ ],
1443
+ "flags": {},
1444
+ "order": 20,
1445
+ "mode": 0,
1446
+ "inputs": [
1447
+ {
1448
+ "name": "image",
1449
+ "type": "IMAGE",
1450
+ "link": 192
1451
+ }
1452
+ ],
1453
+ "outputs": [
1454
+ {
1455
+ "name": "width",
1456
+ "type": "INT",
1457
+ "links": [
1458
+ 193,
1459
+ 205
1460
+ ]
1461
+ },
1462
+ {
1463
+ "name": "height",
1464
+ "type": "INT",
1465
+ "links": [
1466
+ 194,
1467
+ 206
1468
+ ]
1469
+ },
1470
+ {
1471
+ "name": "batch_size",
1472
+ "type": "INT",
1473
+ "links": null
1474
+ }
1475
+ ],
1476
+ "properties": {
1477
+ "cnr_id": "comfy-core",
1478
+ "ver": "0.8.2",
1479
+ "Node name for S&R": "GetImageSize",
1480
+ "ue_properties": {
1481
+ "widget_ue_connectable": {},
1482
+ "version": "7.5.1",
1483
+ "input_ue_unconnectable": {}
1484
+ },
1485
+ "enableTabs": false,
1486
+ "tabWidth": 65,
1487
+ "tabXOffset": 10,
1488
+ "hasSecondTab": false,
1489
+ "secondTabText": "Send Back",
1490
+ "secondTabOffset": 80,
1491
+ "secondTabWidth": 65
1492
+ },
1493
+ "widgets_values": []
1494
+ },
1495
+ {
1496
+ "id": 113,
1497
+ "type": "EmptyFlux2LatentImage",
1498
+ "pos": [
1499
+ 1334.1394035303103,
1500
+ 3942.242624381234
1501
+ ],
1502
+ "size": [
1503
+ 270,
1504
+ 106
1505
+ ],
1506
+ "flags": {},
1507
+ "order": 24,
1508
+ "mode": 0,
1509
+ "inputs": [
1510
+ {
1511
+ "name": "width",
1512
+ "type": "INT",
1513
+ "widget": {
1514
+ "name": "width"
1515
+ },
1516
+ "link": 193
1517
+ },
1518
+ {
1519
+ "name": "height",
1520
+ "type": "INT",
1521
+ "widget": {
1522
+ "name": "height"
1523
+ },
1524
+ "link": 194
1525
+ }
1526
+ ],
1527
+ "outputs": [
1528
+ {
1529
+ "name": "LATENT",
1530
+ "type": "LATENT",
1531
+ "links": [
1532
+ 191
1533
+ ]
1534
+ }
1535
+ ],
1536
+ "properties": {
1537
+ "cnr_id": "comfy-core",
1538
+ "ver": "0.8.2",
1539
+ "Node name for S&R": "EmptyFlux2LatentImage",
1540
+ "ue_properties": {
1541
+ "widget_ue_connectable": {},
1542
+ "version": "7.5.1",
1543
+ "input_ue_unconnectable": {}
1544
+ },
1545
+ "enableTabs": false,
1546
+ "tabWidth": 65,
1547
+ "tabXOffset": 10,
1548
+ "hasSecondTab": false,
1549
+ "secondTabText": "Send Back",
1550
+ "secondTabOffset": 80,
1551
+ "secondTabWidth": 65
1552
+ },
1553
+ "widgets_values": [
1554
+ 1024,
1555
+ 1024,
1556
+ 1
1557
+ ]
1558
+ },
1559
+ {
1560
+ "id": 109,
1561
+ "type": "SamplerCustomAdvanced",
1562
+ "pos": [
1563
+ 1621.1480527828392,
1564
+ 3268.675653718491
1565
+ ],
1566
+ "size": [
1567
+ 212.3638671875,
1568
+ 395.1720377604167
1569
+ ],
1570
+ "flags": {},
1571
+ "order": 32,
1572
+ "mode": 0,
1573
+ "inputs": [
1574
+ {
1575
+ "name": "noise",
1576
+ "type": "NOISE",
1577
+ "link": 187
1578
+ },
1579
+ {
1580
+ "name": "guider",
1581
+ "type": "GUIDER",
1582
+ "link": 188
1583
+ },
1584
+ {
1585
+ "name": "sampler",
1586
+ "type": "SAMPLER",
1587
+ "link": 189
1588
+ },
1589
+ {
1590
+ "name": "sigmas",
1591
+ "type": "SIGMAS",
1592
+ "link": 310
1593
+ },
1594
+ {
1595
+ "name": "latent_image",
1596
+ "type": "LATENT",
1597
+ "link": 191
1598
+ }
1599
+ ],
1600
+ "outputs": [
1601
+ {
1602
+ "name": "output",
1603
+ "type": "LATENT",
1604
+ "links": [
1605
+ 216
1606
+ ]
1607
+ },
1608
+ {
1609
+ "name": "denoised_output",
1610
+ "type": "LATENT",
1611
+ "links": []
1612
+ }
1613
+ ],
1614
+ "properties": {
1615
+ "cnr_id": "comfy-core",
1616
+ "ver": "0.8.2",
1617
+ "Node name for S&R": "SamplerCustomAdvanced",
1618
+ "ue_properties": {
1619
+ "widget_ue_connectable": {},
1620
+ "version": "7.5.1",
1621
+ "input_ue_unconnectable": {}
1622
+ },
1623
+ "enableTabs": false,
1624
+ "tabWidth": 65,
1625
+ "tabXOffset": 10,
1626
+ "hasSecondTab": false,
1627
+ "secondTabText": "Send Back",
1628
+ "secondTabOffset": 80,
1629
+ "secondTabWidth": 65
1630
+ },
1631
+ "widgets_values": []
1632
+ },
1633
+ {
1634
+ "id": 186,
1635
+ "type": "MarkdownNote",
1636
+ "pos": [
1637
+ -910.4948154707993,
1638
+ 3809.248944551527
1639
+ ],
1640
+ "size": [
1641
+ 610,
1642
+ 650
1643
+ ],
1644
+ "flags": {},
1645
+ "order": 8,
1646
+ "mode": 0,
1647
+ "inputs": [],
1648
+ "outputs": [],
1649
+ "title": "Markdown Note 4b",
1650
+ "properties": {
1651
+ "ue_properties": {
1652
+ "widget_ue_connectable": {},
1653
+ "version": "7.5.1",
1654
+ "input_ue_unconnectable": {}
1655
+ }
1656
+ },
1657
+ "widgets_values": [
1658
+ "Guide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Model links (for local users)\n\n**text_encoders**\n\n- [qwen_3_4b.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors)\n\n**diffusion_models**\n\n- [lux-2-klein-base-4b-fp8.safetensors](https://huggingface.co/black-forest-labs/FLUX.2-klein-base-4b-fp8/resolve/main/flux-2-klein-base-4b-fp8.safetensors)(CFG: 5.0, Steps: 20/30/50...)\n\n- [lux-2-klein-4b-fp8.safetensors](https://huggingface.co/black-forest-labs/FLUX.2-klein-4b-fp8/blob/main/flux-2-klein-4b-fp8.safetensors)(CFG: 1.0, Steps: 4...)\n\n**vae**\n\n- [flux2-vae.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors)\n\n\nModel Storage Location\n\n```\n\ud83d\udcc2 ComfyUI/\n\u251c\u2500\u2500 \ud83d\udcc2 models/\n\u2502 \u251c\u2500\u2500 \ud83d\udcc2 text_encoders/\n\u2502 \u2502 \u2514\u2500\u2500 qwen_3_4b.safetensors\n\u2502 \u251c\u2500\u2500 \ud83d\udcc2 diffusion_models/\n\u2502 \u2502 \u2514\u2500\u2500 lux-2-klein-base-4b-fp8.safetensors\n\u2502 \u2514\u2500\u2500 \ud83d\udcc2 vae/\n\u2502 \u2514\u2500\u2500 flux2-vae.safetensors\n```\n\n## Report issue\n\nNote: please update ComfyUI first ([guide](https://docs.comfy.org/zh-CN/installation/update_comfyui)) and prepare the required models. Desktop/Cloud ship stable builds; nightly-supported models may not be included yet, please wait for the next stable release.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n\n"
1659
+ ],
1660
+ "color": "#222",
1661
+ "bgcolor": "#000"
1662
+ },
1663
+ {
1664
+ "id": 184,
1665
+ "type": "MarkdownNote",
1666
+ "pos": [
1667
+ -907.2444036877835,
1668
+ 3091.9914110992695
1669
+ ],
1670
+ "size": [
1671
+ 610,
1672
+ 650
1673
+ ],
1674
+ "flags": {},
1675
+ "order": 9,
1676
+ "mode": 0,
1677
+ "inputs": [],
1678
+ "outputs": [],
1679
+ "title": "Markdown Note 9b",
1680
+ "properties": {
1681
+ "ue_properties": {
1682
+ "widget_ue_connectable": {},
1683
+ "version": "7.5.1",
1684
+ "input_ue_unconnectable": {}
1685
+ }
1686
+ },
1687
+ "widgets_values": [
1688
+ "Guide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Model links (for local users)\n\n**diffusion_models**\n\n- [flux-2-klein-base-9b-fp8.safetensors](https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9b-fp8) (CFG 5.0, Steps: 20/30/50..)\n- [flux-2-klein-9b-fp8.safetensors](https://huggingface.co/black-forest-labs/FLUX.2-klein-9b-fp8) (CFG 1.0, Steps: 4..)\n\n\n> Please visit BFL's repo, accept the agreement in the repo, and then download the fp8 model.\n\n**text_encoders**\n\n- [qwen_3_8b_fp8mixed.safetensors](https://huggingface.co/Comfy-Org/flux2-klein-9B/resolve/main/split_files/text_encoders/qwen_3_8b_fp8mixed.safetensors)\n\n**vae**\n\n- [flux2-vae.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors)\n\n\nModel Storage Location\n\n```\n\ud83d\udcc2 ComfyUI/\n\u251c\u2500\u2500 \ud83d\udcc2 models/\n\u2502 \u251c\u2500\u2500 \ud83d\udcc2 text_encoders/\n\u2502 \u2502 \u2514\u2500\u2500 qwen_3_8b_fp8mixed.safetensors\n\u2502 \u2514\u2500\u2500 \ud83d\udcc2 vae/\n\u2502 \u2514\u2500\u2500 flux2-vae.safetensors\n```\n## Report issue\n\nNote: please update ComfyUI first ([guide](https://docs.comfy.org/zh-CN/installation/update_comfyui)) and prepare required models. Desktop/Cloud ship stable builds; nightly-supported models may not be included yet, please wait for the next stable release.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"
1689
+ ],
1690
+ "color": "#222",
1691
+ "bgcolor": "#000"
1692
+ },
1693
+ {
1694
+ "id": 81,
1695
+ "type": "LoadImage",
1696
+ "pos": [
1697
+ -236.06351544032262,
1698
+ 3731.3318861681373
1699
+ ],
1700
+ "size": [
1701
+ 320,
1702
+ 476.6666666666667
1703
+ ],
1704
+ "flags": {},
1705
+ "order": 10,
1706
+ "mode": 0,
1707
+ "inputs": [],
1708
+ "outputs": [
1709
+ {
1710
+ "name": "IMAGE",
1711
+ "type": "IMAGE",
1712
+ "links": [
1713
+ 277,
1714
+ 317
1715
+ ]
1716
+ },
1717
+ {
1718
+ "name": "MASK",
1719
+ "type": "MASK",
1720
+ "links": [
1721
+ 314
1722
+ ]
1723
+ }
1724
+ ],
1725
+ "title": "Face Reference",
1726
+ "properties": {
1727
+ "cnr_id": "comfy-core",
1728
+ "ver": "0.8.2",
1729
+ "Node name for S&R": "LoadImage",
1730
+ "enableTabs": false,
1731
+ "tabWidth": 65,
1732
+ "tabXOffset": 10,
1733
+ "hasSecondTab": false,
1734
+ "secondTabText": "Send Back",
1735
+ "secondTabOffset": 80,
1736
+ "secondTabWidth": 65,
1737
+ "ue_properties": {
1738
+ "widget_ue_connectable": {},
1739
+ "version": "7.5.1",
1740
+ "input_ue_unconnectable": {}
1741
+ },
1742
+ "image": "clipspace/clipspace-painted-masked-1768744191181.png [input]"
1743
+ },
1744
+ "widgets_values": [
1745
+ "face.jpg",
1746
+ "image"
1747
+ ]
1748
+ },
1749
+ {
1750
+ "id": 160,
1751
+ "type": "ImageCropByMask",
1752
+ "pos": [
1753
+ 193.37415987077623,
1754
+ 4242.049091418084
1755
+ ],
1756
+ "size": [
1757
+ 177.1861328125,
1758
+ 46
1759
+ ],
1760
+ "flags": {},
1761
+ "order": 18,
1762
+ "mode": 0,
1763
+ "inputs": [
1764
+ {
1765
+ "name": "image",
1766
+ "type": "IMAGE",
1767
+ "link": 277
1768
+ },
1769
+ {
1770
+ "name": "mask",
1771
+ "type": "MASK",
1772
+ "link": 314
1773
+ }
1774
+ ],
1775
+ "outputs": [
1776
+ {
1777
+ "name": "image",
1778
+ "type": "IMAGE",
1779
+ "links": []
1780
+ }
1781
+ ],
1782
+ "properties": {
1783
+ "cnr_id": "comfyui-kjnodes",
1784
+ "ver": "93a4fba44c1635a716dc262f157a7ded7d716f3a",
1785
+ "Node name for S&R": "ImageCropByMask",
1786
+ "ue_properties": {
1787
+ "widget_ue_connectable": {},
1788
+ "input_ue_unconnectable": {},
1789
+ "version": "7.5.1"
1790
+ }
1791
+ },
1792
+ "widgets_values": []
1793
+ },
1794
+ {
1795
+ "id": 187,
1796
+ "type": "RMBG",
1797
+ "pos": [
1798
+ 446.17211572971297,
1799
+ 4210.581660100933
1800
+ ],
1801
+ "size": [
1802
+ 340,
1803
+ 302
1804
+ ],
1805
+ "flags": {},
1806
+ "order": 17,
1807
+ "mode": 0,
1808
+ "inputs": [
1809
+ {
1810
+ "name": "image",
1811
+ "type": "IMAGE",
1812
+ "link": 317
1813
+ }
1814
+ ],
1815
+ "outputs": [
1816
+ {
1817
+ "name": "IMAGE",
1818
+ "type": "IMAGE",
1819
+ "links": [
1820
+ 318
1821
+ ]
1822
+ },
1823
+ {
1824
+ "name": "MASK",
1825
+ "type": "MASK",
1826
+ "links": null
1827
+ },
1828
+ {
1829
+ "name": "MASK_IMAGE",
1830
+ "type": "IMAGE",
1831
+ "links": null
1832
+ }
1833
+ ],
1834
+ "properties": {
1835
+ "ue_properties": {
1836
+ "widget_ue_connectable": {},
1837
+ "input_ue_unconnectable": {}
1838
+ },
1839
+ "cnr_id": "comfyui-rmbg",
1840
+ "ver": "2.9.5",
1841
+ "Node name for S&R": "RMBG"
1842
+ },
1843
+ "widgets_values": [
1844
+ "RMBG-2.0",
1845
+ 1,
1846
+ 1024,
1847
+ 0,
1848
+ 0,
1849
+ false,
1850
+ false,
1851
+ "Alpha",
1852
+ "#222222"
1853
+ ],
1854
+ "color": "#222e40",
1855
+ "bgcolor": "#364254"
1856
+ },
1857
+ {
1858
+ "id": 189,
1859
+ "type": "Note",
1860
+ "pos": [
1861
+ -20.296820503269263,
1862
+ 2508.166190461272
1863
+ ],
1864
+ "size": [
1865
+ 368.06224828212055,
1866
+ 88
1867
+ ],
1868
+ "flags": {},
1869
+ "order": 11,
1870
+ "mode": 0,
1871
+ "inputs": [],
1872
+ "outputs": [],
1873
+ "properties": {},
1874
+ "widgets_values": [
1875
+ "Automatic caption of facial expression to concatenate in the prompt if you want."
1876
+ ],
1877
+ "color": "#432",
1878
+ "bgcolor": "#653"
1879
+ },
1880
+ {
1881
+ "id": 190,
1882
+ "type": "LoraLoaderModelOnly",
1883
+ "pos": [
1884
+ 789.6756557041925,
1885
+ 3176.73243046243
1886
+ ],
1887
+ "size": [
1888
+ 431.1349752832102,
1889
+ 82
1890
+ ],
1891
+ "flags": {},
1892
+ "order": 14,
1893
+ "mode": 4,
1894
+ "inputs": [
1895
+ {
1896
+ "name": "model",
1897
+ "type": "MODEL",
1898
+ "link": 320
1899
+ }
1900
+ ],
1901
+ "outputs": [
1902
+ {
1903
+ "name": "MODEL",
1904
+ "type": "MODEL",
1905
+ "links": [
1906
+ 207,
1907
+ 271
1908
+ ]
1909
+ }
1910
+ ],
1911
+ "properties": {
1912
+ "cnr_id": "comfy-core",
1913
+ "ver": "0.9.2",
1914
+ "Node name for S&R": "LoraLoaderModelOnly",
1915
+ "ue_properties": {
1916
+ "widget_ue_connectable": {},
1917
+ "input_ue_unconnectable": {},
1918
+ "version": "7.5.1"
1919
+ }
1920
+ },
1921
+ "widgets_values": [
1922
+ "lissie_flux2_klein.safetensors",
1923
+ 1.0
1924
+ ],
1925
+ "title": "Lissie lora"
1926
+ }
1927
+ ],
1928
+ "links": [
1929
+ [
1930
+ 187,
1931
+ 110,
1932
+ 0,
1933
+ 109,
1934
+ 0,
1935
+ "NOISE"
1936
+ ],
1937
+ [
1938
+ 188,
1939
+ 123,
1940
+ 0,
1941
+ 109,
1942
+ 1,
1943
+ "GUIDER"
1944
+ ],
1945
+ [
1946
+ 189,
1947
+ 125,
1948
+ 0,
1949
+ 109,
1950
+ 2,
1951
+ "SAMPLER"
1952
+ ],
1953
+ [
1954
+ 191,
1955
+ 113,
1956
+ 0,
1957
+ 109,
1958
+ 4,
1959
+ "LATENT"
1960
+ ],
1961
+ [
1962
+ 192,
1963
+ 120,
1964
+ 0,
1965
+ 112,
1966
+ 0,
1967
+ "IMAGE"
1968
+ ],
1969
+ [
1970
+ 193,
1971
+ 112,
1972
+ 0,
1973
+ 113,
1974
+ 0,
1975
+ "INT"
1976
+ ],
1977
+ [
1978
+ 194,
1979
+ 112,
1980
+ 1,
1981
+ 113,
1982
+ 1,
1983
+ "INT"
1984
+ ],
1985
+ [
1986
+ 195,
1987
+ 116,
1988
+ 0,
1989
+ 114,
1990
+ 0,
1991
+ "CONDITIONING"
1992
+ ],
1993
+ [
1994
+ 196,
1995
+ 116,
1996
+ 1,
1997
+ 114,
1998
+ 1,
1999
+ "CONDITIONING"
2000
+ ],
2001
+ [
2002
+ 197,
2003
+ 121,
2004
+ 0,
2005
+ 114,
2006
+ 2,
2007
+ "IMAGE"
2008
+ ],
2009
+ [
2010
+ 198,
2011
+ 111,
2012
+ 0,
2013
+ 114,
2014
+ 3,
2015
+ "VAE"
2016
+ ],
2017
+ [
2018
+ 199,
2019
+ 117,
2020
+ 0,
2021
+ 116,
2022
+ 0,
2023
+ "CONDITIONING"
2024
+ ],
2025
+ [
2026
+ 200,
2027
+ 119,
2028
+ 0,
2029
+ 116,
2030
+ 1,
2031
+ "CONDITIONING"
2032
+ ],
2033
+ [
2034
+ 201,
2035
+ 120,
2036
+ 0,
2037
+ 116,
2038
+ 2,
2039
+ "IMAGE"
2040
+ ],
2041
+ [
2042
+ 202,
2043
+ 111,
2044
+ 0,
2045
+ 116,
2046
+ 3,
2047
+ "VAE"
2048
+ ],
2049
+ [
2050
+ 203,
2051
+ 115,
2052
+ 0,
2053
+ 117,
2054
+ 0,
2055
+ "CLIP"
2056
+ ],
2057
+ [
2058
+ 204,
2059
+ 115,
2060
+ 0,
2061
+ 119,
2062
+ 0,
2063
+ "CLIP"
2064
+ ],
2065
+ [
2066
+ 205,
2067
+ 112,
2068
+ 0,
2069
+ 122,
2070
+ 0,
2071
+ "INT"
2072
+ ],
2073
+ [
2074
+ 206,
2075
+ 112,
2076
+ 1,
2077
+ 122,
2078
+ 1,
2079
+ "INT"
2080
+ ],
2081
+ [
2082
+ 207,
2083
+ 190,
2084
+ 0,
2085
+ 123,
2086
+ 0,
2087
+ "MODEL"
2088
+ ],
2089
+ [
2090
+ 208,
2091
+ 114,
2092
+ 0,
2093
+ 123,
2094
+ 1,
2095
+ "CONDITIONING"
2096
+ ],
2097
+ [
2098
+ 209,
2099
+ 114,
2100
+ 1,
2101
+ 123,
2102
+ 2,
2103
+ "CONDITIONING"
2104
+ ],
2105
+ [
2106
+ 216,
2107
+ 109,
2108
+ 0,
2109
+ 131,
2110
+ 0,
2111
+ "LATENT"
2112
+ ],
2113
+ [
2114
+ 217,
2115
+ 111,
2116
+ 0,
2117
+ 131,
2118
+ 1,
2119
+ "VAE"
2120
+ ],
2121
+ [
2122
+ 221,
2123
+ 76,
2124
+ 0,
2125
+ 120,
2126
+ 0,
2127
+ "IMAGE"
2128
+ ],
2129
+ [
2130
+ 271,
2131
+ 190,
2132
+ 0,
2133
+ 124,
2134
+ 0,
2135
+ "MODEL"
2136
+ ],
2137
+ [
2138
+ 277,
2139
+ 81,
2140
+ 0,
2141
+ 160,
2142
+ 0,
2143
+ "IMAGE"
2144
+ ],
2145
+ [
2146
+ 285,
2147
+ 131,
2148
+ 0,
2149
+ 163,
2150
+ 0,
2151
+ "IMAGE"
2152
+ ],
2153
+ [
2154
+ 287,
2155
+ 168,
2156
+ 0,
2157
+ 169,
2158
+ 0,
2159
+ "STRING"
2160
+ ],
2161
+ [
2162
+ 288,
2163
+ 168,
2164
+ 0,
2165
+ 171,
2166
+ 0,
2167
+ "STRING"
2168
+ ],
2169
+ [
2170
+ 290,
2171
+ 76,
2172
+ 0,
2173
+ 172,
2174
+ 0,
2175
+ "IMAGE"
2176
+ ],
2177
+ [
2178
+ 291,
2179
+ 172,
2180
+ 0,
2181
+ 168,
2182
+ 0,
2183
+ "IMAGE"
2184
+ ],
2185
+ [
2186
+ 304,
2187
+ 176,
2188
+ 0,
2189
+ 177,
2190
+ 0,
2191
+ "IMAGE"
2192
+ ],
2193
+ [
2194
+ 305,
2195
+ 131,
2196
+ 0,
2197
+ 177,
2198
+ 1,
2199
+ "IMAGE"
2200
+ ],
2201
+ [
2202
+ 306,
2203
+ 177,
2204
+ 0,
2205
+ 178,
2206
+ 0,
2207
+ "IMAGE"
2208
+ ],
2209
+ [
2210
+ 307,
2211
+ 120,
2212
+ 0,
2213
+ 176,
2214
+ 0,
2215
+ "IMAGE"
2216
+ ],
2217
+ [
2218
+ 308,
2219
+ 121,
2220
+ 0,
2221
+ 176,
2222
+ 1,
2223
+ "IMAGE"
2224
+ ],
2225
+ [
2226
+ 310,
2227
+ 122,
2228
+ 0,
2229
+ 109,
2230
+ 3,
2231
+ "SIGMAS"
2232
+ ],
2233
+ [
2234
+ 312,
2235
+ 118,
2236
+ 0,
2237
+ 133,
2238
+ 0,
2239
+ "MODEL"
2240
+ ],
2241
+ [
2242
+ 313,
2243
+ 171,
2244
+ 0,
2245
+ 181,
2246
+ 0,
2247
+ "STRING"
2248
+ ],
2249
+ [
2250
+ 314,
2251
+ 81,
2252
+ 1,
2253
+ 160,
2254
+ 1,
2255
+ "MASK"
2256
+ ],
2257
+ [
2258
+ 317,
2259
+ 81,
2260
+ 0,
2261
+ 187,
2262
+ 0,
2263
+ "IMAGE"
2264
+ ],
2265
+ [
2266
+ 318,
2267
+ 187,
2268
+ 0,
2269
+ 121,
2270
+ 0,
2271
+ "IMAGE"
2272
+ ],
2273
+ [
2274
+ 320,
2275
+ 133,
2276
+ 0,
2277
+ 190,
2278
+ 0,
2279
+ "MODEL"
2280
+ ],
2281
+ [
2282
+ 321,
2283
+ 171,
2284
+ 0,
2285
+ 117,
2286
+ 1,
2287
+ "STRING"
2288
+ ]
2289
+ ],
2290
+ "groups": [
2291
+ {
2292
+ "id": 4,
2293
+ "title": "Prompt",
2294
+ "bounding": [
2295
+ 784.4338472220857,
2296
+ 3155.0834651279733,
2297
+ 470,
2298
+ 550
2299
+ ],
2300
+ "color": "#3f789e",
2301
+ "font_size": 24,
2302
+ "flags": {}
2303
+ },
2304
+ {
2305
+ "id": 5,
2306
+ "title": "Sampler",
2307
+ "bounding": [
2308
+ 1294.4338472220857,
2309
+ 3155.0834651279733,
2310
+ 532.3638671875,
2311
+ 550
2312
+ ],
2313
+ "color": "#3f789e",
2314
+ "font_size": 24,
2315
+ "flags": {}
2316
+ },
2317
+ {
2318
+ "id": 6,
2319
+ "title": "Models",
2320
+ "bounding": [
2321
+ 364.43384722208566,
2322
+ 3155.0834651279733,
2323
+ 380,
2324
+ 550
2325
+ ],
2326
+ "color": "#3f789e",
2327
+ "font_size": 24,
2328
+ "flags": {}
2329
+ }
2330
+ ],
2331
+ "definitions": {
2332
+ "subgraphs": [
2333
+ {
2334
+ "id": "6e5070f7-26e8-4a9a-ae4d-5d3fc1c591af",
2335
+ "version": 1,
2336
+ "state": {
2337
+ "lastGroupId": 4,
2338
+ "lastNodeId": 78,
2339
+ "lastLinkId": 170,
2340
+ "lastRerouteId": 0
2341
+ },
2342
+ "revision": 0,
2343
+ "config": {},
2344
+ "name": "Reference Conditioning",
2345
+ "inputNode": {
2346
+ "id": -10,
2347
+ "bounding": [
2348
+ -270,
2349
+ 990,
2350
+ 120,
2351
+ 120
2352
+ ]
2353
+ },
2354
+ "outputNode": {
2355
+ "id": -20,
2356
+ "bounding": [
2357
+ 580,
2358
+ 970,
2359
+ 120,
2360
+ 80
2361
+ ]
2362
+ },
2363
+ "inputs": [
2364
+ {
2365
+ "id": "5c9a0f5e-8cee-4947-90bc-330de782043a",
2366
+ "name": "conditioning",
2367
+ "type": "CONDITIONING",
2368
+ "linkIds": [
2369
+ 165
2370
+ ],
2371
+ "label": "positive",
2372
+ "pos": [
2373
+ -170,
2374
+ 1010
2375
+ ]
2376
+ },
2377
+ {
2378
+ "id": "61826d46-4c21-4ad6-801c-3e3fa94115e2",
2379
+ "name": "conditioning_1",
2380
+ "type": "CONDITIONING",
2381
+ "linkIds": [
2382
+ 166
2383
+ ],
2384
+ "label": "negative",
2385
+ "pos": [
2386
+ -170,
2387
+ 1030
2388
+ ]
2389
+ },
2390
+ {
2391
+ "id": "345bf085-5939-47ff-9767-8f8f239a719c",
2392
+ "name": "pixels",
2393
+ "type": "IMAGE",
2394
+ "linkIds": [
2395
+ 167
2396
+ ],
2397
+ "pos": [
2398
+ -170,
2399
+ 1050
2400
+ ]
2401
+ },
2402
+ {
2403
+ "id": "f4594e34-e2f5-4f1e-b1fa-a1dc2aeb0a90",
2404
+ "name": "vae",
2405
+ "type": "VAE",
2406
+ "linkIds": [
2407
+ 168
2408
+ ],
2409
+ "pos": [
2410
+ -170,
2411
+ 1070
2412
+ ]
2413
+ }
2414
+ ],
2415
+ "outputs": [
2416
+ {
2417
+ "id": "b3357c0e-6428-4055-9cd3-3595f0896fa8",
2418
+ "name": "CONDITIONING",
2419
+ "type": "CONDITIONING",
2420
+ "linkIds": [
2421
+ 169
2422
+ ],
2423
+ "label": "positive",
2424
+ "pos": [
2425
+ 600,
2426
+ 990
2427
+ ]
2428
+ },
2429
+ {
2430
+ "id": "01519713-2ed1-4694-a387-79f44e088e89",
2431
+ "name": "CONDITIONING_1",
2432
+ "type": "CONDITIONING",
2433
+ "linkIds": [
2434
+ 170
2435
+ ],
2436
+ "label": "negative",
2437
+ "pos": [
2438
+ 600,
2439
+ 1010
2440
+ ]
2441
+ }
2442
+ ],
2443
+ "widgets": [],
2444
+ "nodes": [
2445
+ {
2446
+ "id": 76,
2447
+ "type": "ReferenceLatent",
2448
+ "pos": [
2449
+ 170,
2450
+ 1050
2451
+ ],
2452
+ "size": [
2453
+ 204.134765625,
2454
+ 46
2455
+ ],
2456
+ "flags": {
2457
+ "collapsed": false
2458
+ },
2459
+ "order": 0,
2460
+ "mode": 0,
2461
+ "inputs": [
2462
+ {
2463
+ "localized_name": "conditioning",
2464
+ "name": "conditioning",
2465
+ "type": "CONDITIONING",
2466
+ "link": 166
2467
+ },
2468
+ {
2469
+ "localized_name": "latent",
2470
+ "name": "latent",
2471
+ "shape": 7,
2472
+ "type": "LATENT",
2473
+ "link": 163
2474
+ }
2475
+ ],
2476
+ "outputs": [
2477
+ {
2478
+ "localized_name": "CONDITIONING",
2479
+ "name": "CONDITIONING",
2480
+ "type": "CONDITIONING",
2481
+ "links": [
2482
+ 170
2483
+ ]
2484
+ }
2485
+ ],
2486
+ "properties": {
2487
+ "cnr_id": "comfy-core",
2488
+ "ver": "0.8.2",
2489
+ "Node name for S&R": "ReferenceLatent",
2490
+ "ue_properties": {
2491
+ "widget_ue_connectable": {},
2492
+ "version": "7.5.1",
2493
+ "input_ue_unconnectable": {}
2494
+ },
2495
+ "enableTabs": false,
2496
+ "tabWidth": 65,
2497
+ "tabXOffset": 10,
2498
+ "hasSecondTab": false,
2499
+ "secondTabText": "Send Back",
2500
+ "secondTabOffset": 80,
2501
+ "secondTabWidth": 65
2502
+ },
2503
+ "widgets_values": []
2504
+ },
2505
+ {
2506
+ "id": 78,
2507
+ "type": "VAEEncode",
2508
+ "pos": [
2509
+ -90,
2510
+ 1150
2511
+ ],
2512
+ "size": [
2513
+ 190,
2514
+ 46
2515
+ ],
2516
+ "flags": {
2517
+ "collapsed": false
2518
+ },
2519
+ "order": 2,
2520
+ "mode": 0,
2521
+ "inputs": [
2522
+ {
2523
+ "localized_name": "pixels",
2524
+ "name": "pixels",
2525
+ "type": "IMAGE",
2526
+ "link": 167
2527
+ },
2528
+ {
2529
+ "localized_name": "vae",
2530
+ "name": "vae",
2531
+ "type": "VAE",
2532
+ "link": 168
2533
+ }
2534
+ ],
2535
+ "outputs": [
2536
+ {
2537
+ "localized_name": "LATENT",
2538
+ "name": "LATENT",
2539
+ "type": "LATENT",
2540
+ "links": [
2541
+ 163,
2542
+ 164
2543
+ ]
2544
+ }
2545
+ ],
2546
+ "properties": {
2547
+ "cnr_id": "comfy-core",
2548
+ "ver": "0.8.2",
2549
+ "Node name for S&R": "VAEEncode",
2550
+ "ue_properties": {
2551
+ "widget_ue_connectable": {},
2552
+ "version": "7.5.1",
2553
+ "input_ue_unconnectable": {}
2554
+ },
2555
+ "enableTabs": false,
2556
+ "tabWidth": 65,
2557
+ "tabXOffset": 10,
2558
+ "hasSecondTab": false,
2559
+ "secondTabText": "Send Back",
2560
+ "secondTabOffset": 80,
2561
+ "secondTabWidth": 65
2562
+ },
2563
+ "widgets_values": []
2564
+ },
2565
+ {
2566
+ "id": 77,
2567
+ "type": "ReferenceLatent",
2568
+ "pos": [
2569
+ 170,
2570
+ 940
2571
+ ],
2572
+ "size": [
2573
+ 210,
2574
+ 46
2575
+ ],
2576
+ "flags": {
2577
+ "collapsed": false
2578
+ },
2579
+ "order": 1,
2580
+ "mode": 0,
2581
+ "inputs": [
2582
+ {
2583
+ "localized_name": "conditioning",
2584
+ "name": "conditioning",
2585
+ "type": "CONDITIONING",
2586
+ "link": 165
2587
+ },
2588
+ {
2589
+ "localized_name": "latent",
2590
+ "name": "latent",
2591
+ "shape": 7,
2592
+ "type": "LATENT",
2593
+ "link": 164
2594
+ }
2595
+ ],
2596
+ "outputs": [
2597
+ {
2598
+ "localized_name": "CONDITIONING",
2599
+ "name": "CONDITIONING",
2600
+ "type": "CONDITIONING",
2601
+ "links": [
2602
+ 169
2603
+ ]
2604
+ }
2605
+ ],
2606
+ "properties": {
2607
+ "cnr_id": "comfy-core",
2608
+ "ver": "0.8.2",
2609
+ "Node name for S&R": "ReferenceLatent",
2610
+ "ue_properties": {
2611
+ "widget_ue_connectable": {},
2612
+ "version": "7.5.1",
2613
+ "input_ue_unconnectable": {}
2614
+ },
2615
+ "enableTabs": false,
2616
+ "tabWidth": 65,
2617
+ "tabXOffset": 10,
2618
+ "hasSecondTab": false,
2619
+ "secondTabText": "Send Back",
2620
+ "secondTabOffset": 80,
2621
+ "secondTabWidth": 65
2622
+ },
2623
+ "widgets_values": []
2624
+ }
2625
+ ],
2626
+ "groups": [],
2627
+ "links": [
2628
+ {
2629
+ "id": 163,
2630
+ "origin_id": 78,
2631
+ "origin_slot": 0,
2632
+ "target_id": 76,
2633
+ "target_slot": 1,
2634
+ "type": "LATENT"
2635
+ },
2636
+ {
2637
+ "id": 164,
2638
+ "origin_id": 78,
2639
+ "origin_slot": 0,
2640
+ "target_id": 77,
2641
+ "target_slot": 1,
2642
+ "type": "LATENT"
2643
+ },
2644
+ {
2645
+ "id": 165,
2646
+ "origin_id": -10,
2647
+ "origin_slot": 0,
2648
+ "target_id": 77,
2649
+ "target_slot": 0,
2650
+ "type": "CONDITIONING"
2651
+ },
2652
+ {
2653
+ "id": 166,
2654
+ "origin_id": -10,
2655
+ "origin_slot": 1,
2656
+ "target_id": 76,
2657
+ "target_slot": 0,
2658
+ "type": "CONDITIONING"
2659
+ },
2660
+ {
2661
+ "id": 167,
2662
+ "origin_id": -10,
2663
+ "origin_slot": 2,
2664
+ "target_id": 78,
2665
+ "target_slot": 0,
2666
+ "type": "IMAGE"
2667
+ },
2668
+ {
2669
+ "id": 168,
2670
+ "origin_id": -10,
2671
+ "origin_slot": 3,
2672
+ "target_id": 78,
2673
+ "target_slot": 1,
2674
+ "type": "VAE"
2675
+ },
2676
+ {
2677
+ "id": 169,
2678
+ "origin_id": 77,
2679
+ "origin_slot": 0,
2680
+ "target_id": -20,
2681
+ "target_slot": 0,
2682
+ "type": "CONDITIONING"
2683
+ },
2684
+ {
2685
+ "id": 170,
2686
+ "origin_id": 76,
2687
+ "origin_slot": 0,
2688
+ "target_id": -20,
2689
+ "target_slot": 1,
2690
+ "type": "CONDITIONING"
2691
+ }
2692
+ ],
2693
+ "extra": {
2694
+ "workflowRendererVersion": "LG",
2695
+ "ue_links": [],
2696
+ "links_added_by_ue": []
2697
+ }
2698
+ },
2699
+ {
2700
+ "id": "5eb5cfa6-f140-40b7-bc6f-9477d677f888",
2701
+ "version": 1,
2702
+ "state": {
2703
+ "lastGroupId": 4,
2704
+ "lastNodeId": 78,
2705
+ "lastLinkId": 170,
2706
+ "lastRerouteId": 0
2707
+ },
2708
+ "revision": 0,
2709
+ "config": {},
2710
+ "name": "Reference Conditioning",
2711
+ "inputNode": {
2712
+ "id": -10,
2713
+ "bounding": [
2714
+ -270,
2715
+ 990,
2716
+ 120,
2717
+ 120
2718
+ ]
2719
+ },
2720
+ "outputNode": {
2721
+ "id": -20,
2722
+ "bounding": [
2723
+ 580,
2724
+ 970,
2725
+ 120,
2726
+ 80
2727
+ ]
2728
+ },
2729
+ "inputs": [
2730
+ {
2731
+ "id": "5c9a0f5e-8cee-4947-90bc-330de782043a",
2732
+ "name": "conditioning",
2733
+ "type": "CONDITIONING",
2734
+ "linkIds": [
2735
+ 165
2736
+ ],
2737
+ "label": "positive",
2738
+ "pos": [
2739
+ -170,
2740
+ 1010
2741
+ ]
2742
+ },
2743
+ {
2744
+ "id": "61826d46-4c21-4ad6-801c-3e3fa94115e2",
2745
+ "name": "conditioning_1",
2746
+ "type": "CONDITIONING",
2747
+ "linkIds": [
2748
+ 166
2749
+ ],
2750
+ "label": "negative",
2751
+ "pos": [
2752
+ -170,
2753
+ 1030
2754
+ ]
2755
+ },
2756
+ {
2757
+ "id": "345bf085-5939-47ff-9767-8f8f239a719c",
2758
+ "name": "pixels",
2759
+ "type": "IMAGE",
2760
+ "linkIds": [
2761
+ 167
2762
+ ],
2763
+ "pos": [
2764
+ -170,
2765
+ 1050
2766
+ ]
2767
+ },
2768
+ {
2769
+ "id": "f4594e34-e2f5-4f1e-b1fa-a1dc2aeb0a90",
2770
+ "name": "vae",
2771
+ "type": "VAE",
2772
+ "linkIds": [
2773
+ 168
2774
+ ],
2775
+ "pos": [
2776
+ -170,
2777
+ 1070
2778
+ ]
2779
+ }
2780
+ ],
2781
+ "outputs": [
2782
+ {
2783
+ "id": "b3357c0e-6428-4055-9cd3-3595f0896fa8",
2784
+ "name": "CONDITIONING",
2785
+ "type": "CONDITIONING",
2786
+ "linkIds": [
2787
+ 169
2788
+ ],
2789
+ "label": "positive",
2790
+ "pos": [
2791
+ 600,
2792
+ 990
2793
+ ]
2794
+ },
2795
+ {
2796
+ "id": "01519713-2ed1-4694-a387-79f44e088e89",
2797
+ "name": "CONDITIONING_1",
2798
+ "type": "CONDITIONING",
2799
+ "linkIds": [
2800
+ 170
2801
+ ],
2802
+ "label": "negative",
2803
+ "pos": [
2804
+ 600,
2805
+ 1010
2806
+ ]
2807
+ }
2808
+ ],
2809
+ "widgets": [],
2810
+ "nodes": [
2811
+ {
2812
+ "id": 76,
2813
+ "type": "ReferenceLatent",
2814
+ "pos": [
2815
+ 170,
2816
+ 1050
2817
+ ],
2818
+ "size": [
2819
+ 204.134765625,
2820
+ 46
2821
+ ],
2822
+ "flags": {
2823
+ "collapsed": false
2824
+ },
2825
+ "order": 0,
2826
+ "mode": 0,
2827
+ "inputs": [
2828
+ {
2829
+ "localized_name": "conditioning",
2830
+ "name": "conditioning",
2831
+ "type": "CONDITIONING",
2832
+ "link": 166
2833
+ },
2834
+ {
2835
+ "localized_name": "latent",
2836
+ "name": "latent",
2837
+ "shape": 7,
2838
+ "type": "LATENT",
2839
+ "link": 163
2840
+ }
2841
+ ],
2842
+ "outputs": [
2843
+ {
2844
+ "localized_name": "CONDITIONING",
2845
+ "name": "CONDITIONING",
2846
+ "type": "CONDITIONING",
2847
+ "links": [
2848
+ 170
2849
+ ]
2850
+ }
2851
+ ],
2852
+ "properties": {
2853
+ "cnr_id": "comfy-core",
2854
+ "ver": "0.8.2",
2855
+ "Node name for S&R": "ReferenceLatent",
2856
+ "ue_properties": {
2857
+ "widget_ue_connectable": {},
2858
+ "version": "7.5.1",
2859
+ "input_ue_unconnectable": {}
2860
+ },
2861
+ "enableTabs": false,
2862
+ "tabWidth": 65,
2863
+ "tabXOffset": 10,
2864
+ "hasSecondTab": false,
2865
+ "secondTabText": "Send Back",
2866
+ "secondTabOffset": 80,
2867
+ "secondTabWidth": 65
2868
+ },
2869
+ "widgets_values": []
2870
+ },
2871
+ {
2872
+ "id": 78,
2873
+ "type": "VAEEncode",
2874
+ "pos": [
2875
+ -90,
2876
+ 1150
2877
+ ],
2878
+ "size": [
2879
+ 190,
2880
+ 46
2881
+ ],
2882
+ "flags": {
2883
+ "collapsed": false
2884
+ },
2885
+ "order": 2,
2886
+ "mode": 0,
2887
+ "inputs": [
2888
+ {
2889
+ "localized_name": "pixels",
2890
+ "name": "pixels",
2891
+ "type": "IMAGE",
2892
+ "link": 167
2893
+ },
2894
+ {
2895
+ "localized_name": "vae",
2896
+ "name": "vae",
2897
+ "type": "VAE",
2898
+ "link": 168
2899
+ }
2900
+ ],
2901
+ "outputs": [
2902
+ {
2903
+ "localized_name": "LATENT",
2904
+ "name": "LATENT",
2905
+ "type": "LATENT",
2906
+ "links": [
2907
+ 163,
2908
+ 164
2909
+ ]
2910
+ }
2911
+ ],
2912
+ "properties": {
2913
+ "cnr_id": "comfy-core",
2914
+ "ver": "0.8.2",
2915
+ "Node name for S&R": "VAEEncode",
2916
+ "ue_properties": {
2917
+ "widget_ue_connectable": {},
2918
+ "version": "7.5.1",
2919
+ "input_ue_unconnectable": {}
2920
+ },
2921
+ "enableTabs": false,
2922
+ "tabWidth": 65,
2923
+ "tabXOffset": 10,
2924
+ "hasSecondTab": false,
2925
+ "secondTabText": "Send Back",
2926
+ "secondTabOffset": 80,
2927
+ "secondTabWidth": 65
2928
+ },
2929
+ "widgets_values": []
2930
+ },
2931
+ {
2932
+ "id": 77,
2933
+ "type": "ReferenceLatent",
2934
+ "pos": [
2935
+ 170,
2936
+ 940
2937
+ ],
2938
+ "size": [
2939
+ 210,
2940
+ 46
2941
+ ],
2942
+ "flags": {
2943
+ "collapsed": false
2944
+ },
2945
+ "order": 1,
2946
+ "mode": 0,
2947
+ "inputs": [
2948
+ {
2949
+ "localized_name": "conditioning",
2950
+ "name": "conditioning",
2951
+ "type": "CONDITIONING",
2952
+ "link": 165
2953
+ },
2954
+ {
2955
+ "localized_name": "latent",
2956
+ "name": "latent",
2957
+ "shape": 7,
2958
+ "type": "LATENT",
2959
+ "link": 164
2960
+ }
2961
+ ],
2962
+ "outputs": [
2963
+ {
2964
+ "localized_name": "CONDITIONING",
2965
+ "name": "CONDITIONING",
2966
+ "type": "CONDITIONING",
2967
+ "links": [
2968
+ 169
2969
+ ]
2970
+ }
2971
+ ],
2972
+ "properties": {
2973
+ "cnr_id": "comfy-core",
2974
+ "ver": "0.8.2",
2975
+ "Node name for S&R": "ReferenceLatent",
2976
+ "ue_properties": {
2977
+ "widget_ue_connectable": {},
2978
+ "version": "7.5.1",
2979
+ "input_ue_unconnectable": {}
2980
+ },
2981
+ "enableTabs": false,
2982
+ "tabWidth": 65,
2983
+ "tabXOffset": 10,
2984
+ "hasSecondTab": false,
2985
+ "secondTabText": "Send Back",
2986
+ "secondTabOffset": 80,
2987
+ "secondTabWidth": 65
2988
+ },
2989
+ "widgets_values": []
2990
+ }
2991
+ ],
2992
+ "groups": [],
2993
+ "links": [
2994
+ {
2995
+ "id": 163,
2996
+ "origin_id": 78,
2997
+ "origin_slot": 0,
2998
+ "target_id": 76,
2999
+ "target_slot": 1,
3000
+ "type": "LATENT"
3001
+ },
3002
+ {
3003
+ "id": 164,
3004
+ "origin_id": 78,
3005
+ "origin_slot": 0,
3006
+ "target_id": 77,
3007
+ "target_slot": 1,
3008
+ "type": "LATENT"
3009
+ },
3010
+ {
3011
+ "id": 165,
3012
+ "origin_id": -10,
3013
+ "origin_slot": 0,
3014
+ "target_id": 77,
3015
+ "target_slot": 0,
3016
+ "type": "CONDITIONING"
3017
+ },
3018
+ {
3019
+ "id": 166,
3020
+ "origin_id": -10,
3021
+ "origin_slot": 1,
3022
+ "target_id": 76,
3023
+ "target_slot": 0,
3024
+ "type": "CONDITIONING"
3025
+ },
3026
+ {
3027
+ "id": 167,
3028
+ "origin_id": -10,
3029
+ "origin_slot": 2,
3030
+ "target_id": 78,
3031
+ "target_slot": 0,
3032
+ "type": "IMAGE"
3033
+ },
3034
+ {
3035
+ "id": 168,
3036
+ "origin_id": -10,
3037
+ "origin_slot": 3,
3038
+ "target_id": 78,
3039
+ "target_slot": 1,
3040
+ "type": "VAE"
3041
+ },
3042
+ {
3043
+ "id": 169,
3044
+ "origin_id": 77,
3045
+ "origin_slot": 0,
3046
+ "target_id": -20,
3047
+ "target_slot": 0,
3048
+ "type": "CONDITIONING"
3049
+ },
3050
+ {
3051
+ "id": 170,
3052
+ "origin_id": 76,
3053
+ "origin_slot": 0,
3054
+ "target_id": -20,
3055
+ "target_slot": 1,
3056
+ "type": "CONDITIONING"
3057
+ }
3058
+ ],
3059
+ "extra": {
3060
+ "workflowRendererVersion": "LG",
3061
+ "ue_links": [],
3062
+ "links_added_by_ue": []
3063
+ }
3064
+ }
3065
+ ]
3066
+ },
3067
+ "config": {},
3068
+ "extra": {
3069
+ "frontendVersion": "1.36.14",
3070
+ "workflowRendererVersion": "LG",
3071
+ "VHS_latentpreview": true,
3072
+ "VHS_latentpreviewrate": 0,
3073
+ "VHS_MetadataImage": true,
3074
+ "VHS_KeepIntermediate": true,
3075
+ "ue_links": [],
3076
+ "links_added_by_ue": [],
3077
+ "ds": {
3078
+ "scale": 0.6303940863128965,
3079
+ "offset": [
3080
+ 1212.3015616198231,
3081
+ -2077.175326031613
3082
+ ]
3083
+ }
3084
+ },
3085
+ "version": 0.4
3086
+ }