svjack commited on
Commit
a95492d
·
verified ·
1 Parent(s): 34e66d5

Upload 2 files

Browse files
qwen_image_edit_2509_real2oilpainting_api.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "3": {
3
+ "inputs": {
4
+ "seed": 705603656176270,
5
+ "steps": 4,
6
+ "cfg": 1,
7
+ "sampler_name": "euler",
8
+ "scheduler": "simple",
9
+ "denoise": 1,
10
+ "model": [
11
+ "75",
12
+ 0
13
+ ],
14
+ "positive": [
15
+ "111",
16
+ 0
17
+ ],
18
+ "negative": [
19
+ "110",
20
+ 0
21
+ ],
22
+ "latent_image": [
23
+ "88",
24
+ 0
25
+ ]
26
+ },
27
+ "class_type": "KSampler",
28
+ "_meta": {
29
+ "title": "K采样器"
30
+ }
31
+ },
32
+ "8": {
33
+ "inputs": {
34
+ "samples": [
35
+ "3",
36
+ 0
37
+ ],
38
+ "vae": [
39
+ "39",
40
+ 0
41
+ ]
42
+ },
43
+ "class_type": "VAEDecode",
44
+ "_meta": {
45
+ "title": "VAE解码"
46
+ }
47
+ },
48
+ "37": {
49
+ "inputs": {
50
+ "unet_name": "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
51
+ "weight_dtype": "default"
52
+ },
53
+ "class_type": "UNETLoader",
54
+ "_meta": {
55
+ "title": "UNet加载器"
56
+ }
57
+ },
58
+ "38": {
59
+ "inputs": {
60
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
61
+ "type": "qwen_image",
62
+ "device": "default"
63
+ },
64
+ "class_type": "CLIPLoader",
65
+ "_meta": {
66
+ "title": "加载CLIP"
67
+ }
68
+ },
69
+ "39": {
70
+ "inputs": {
71
+ "vae_name": "qwen_image_vae.safetensors"
72
+ },
73
+ "class_type": "VAELoader",
74
+ "_meta": {
75
+ "title": "加载VAE"
76
+ }
77
+ },
78
+ "60": {
79
+ "inputs": {
80
+ "filename_prefix": "ComfyUI",
81
+ "images": [
82
+ "8",
83
+ 0
84
+ ]
85
+ },
86
+ "class_type": "SaveImage",
87
+ "_meta": {
88
+ "title": "保存图像"
89
+ }
90
+ },
91
+ "66": {
92
+ "inputs": {
93
+ "shift": 3,
94
+ "model": [
95
+ "89",
96
+ 0
97
+ ]
98
+ },
99
+ "class_type": "ModelSamplingAuraFlow",
100
+ "_meta": {
101
+ "title": "采样算法(AuraFlow)"
102
+ }
103
+ },
104
+ "75": {
105
+ "inputs": {
106
+ "strength": 1,
107
+ "model": [
108
+ "66",
109
+ 0
110
+ ]
111
+ },
112
+ "class_type": "CFGNorm",
113
+ "_meta": {
114
+ "title": "CFGNorm"
115
+ }
116
+ },
117
+ "78": {
118
+ "inputs": {
119
+ "image": "image - 2025-10-13T130003.382.jpg"
120
+ },
121
+ "class_type": "LoadImage",
122
+ "_meta": {
123
+ "title": "加载图像"
124
+ }
125
+ },
126
+ "88": {
127
+ "inputs": {
128
+ "pixels": [
129
+ "93",
130
+ 0
131
+ ],
132
+ "vae": [
133
+ "39",
134
+ 0
135
+ ]
136
+ },
137
+ "class_type": "VAEEncode",
138
+ "_meta": {
139
+ "title": "VAE编码"
140
+ }
141
+ },
142
+ "89": {
143
+ "inputs": {
144
+ "lora_name": "Qwen-Image-Edit-Lightning-4steps-V1.0-bf16.safetensors",
145
+ "strength_model": 1,
146
+ "model": [
147
+ "37",
148
+ 0
149
+ ]
150
+ },
151
+ "class_type": "LoraLoaderModelOnly",
152
+ "_meta": {
153
+ "title": "LoRA加载器(仅模型)"
154
+ }
155
+ },
156
+ "93": {
157
+ "inputs": {
158
+ "upscale_method": "lanczos",
159
+ "megapixels": 1,
160
+ "image": [
161
+ "78",
162
+ 0
163
+ ]
164
+ },
165
+ "class_type": "ImageScaleToTotalPixels",
166
+ "_meta": {
167
+ "title": "缩放图像(像素)"
168
+ }
169
+ },
170
+ "110": {
171
+ "inputs": {
172
+ "prompt": "",
173
+ "clip": [
174
+ "38",
175
+ 0
176
+ ],
177
+ "vae": [
178
+ "39",
179
+ 0
180
+ ],
181
+ "image1": [
182
+ "93",
183
+ 0
184
+ ]
185
+ },
186
+ "class_type": "TextEncodeQwenImageEditPlus",
187
+ "_meta": {
188
+ "title": "TextEncodeQwenImageEditPlus"
189
+ }
190
+ },
191
+ "111": {
192
+ "inputs": {
193
+ "prompt": "​​Photorealistic photo of an artist's studio. On a canvas on an easel, there is a vibrant oil painting of the faces identical to the uploaded reference image — keeping every facial feature, proportion, expression, and the background exactly the same. The painting features a rich color palette, thick impasto brushstrokes, and intricate detailing. The artist's right hand, holding a palette knife and a brush, is visible near the canvas, as if still working. The rest of the scene, including the easel and the studio environment with soft natural light from a window, is rendered in a realistic photographic style.​",
194
+ "clip": [
195
+ "38",
196
+ 0
197
+ ],
198
+ "vae": [
199
+ "39",
200
+ 0
201
+ ],
202
+ "image1": [
203
+ "93",
204
+ 0
205
+ ]
206
+ },
207
+ "class_type": "TextEncodeQwenImageEditPlus",
208
+ "_meta": {
209
+ "title": "TextEncodeQwenImageEditPlus"
210
+ }
211
+ },
212
+ "112": {
213
+ "inputs": {
214
+ "width": 1024,
215
+ "height": 1024,
216
+ "batch_size": 1
217
+ },
218
+ "class_type": "EmptySD3LatentImage",
219
+ "_meta": {
220
+ "title": "空Latent图像(SD3)"
221
+ }
222
+ }
223
+ }
qwen_image_edit_2509_real2pencil.json ADDED
@@ -0,0 +1,3188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3
+ "revision": 0,
4
+ "last_node_id": 390,
5
+ "last_link_id": 617,
6
+ "nodes": [
7
+ {
8
+ "id": 75,
9
+ "type": "CFGNorm",
10
+ "pos": [
11
+ 740,
12
+ -20
13
+ ],
14
+ "size": [
15
+ 290,
16
+ 60
17
+ ],
18
+ "flags": {},
19
+ "order": 38,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "model",
24
+ "type": "MODEL",
25
+ "link": 141
26
+ }
27
+ ],
28
+ "outputs": [
29
+ {
30
+ "name": "patched_model",
31
+ "type": "MODEL",
32
+ "links": [
33
+ 186
34
+ ]
35
+ }
36
+ ],
37
+ "properties": {
38
+ "cnr_id": "comfy-core",
39
+ "ver": "0.3.50",
40
+ "Node name for S&R": "CFGNorm",
41
+ "enableTabs": false,
42
+ "tabWidth": 65,
43
+ "tabXOffset": 10,
44
+ "hasSecondTab": false,
45
+ "secondTabText": "Send Back",
46
+ "secondTabOffset": 80,
47
+ "secondTabWidth": 65,
48
+ "ue_properties": {
49
+ "widget_ue_connectable": {
50
+ "strength": true
51
+ }
52
+ }
53
+ },
54
+ "widgets_values": [
55
+ 1
56
+ ]
57
+ },
58
+ {
59
+ "id": 66,
60
+ "type": "ModelSamplingAuraFlow",
61
+ "pos": [
62
+ 740,
63
+ -130
64
+ ],
65
+ "size": [
66
+ 290,
67
+ 60
68
+ ],
69
+ "flags": {},
70
+ "order": 36,
71
+ "mode": 0,
72
+ "inputs": [
73
+ {
74
+ "name": "model",
75
+ "type": "MODEL",
76
+ "link": 185
77
+ }
78
+ ],
79
+ "outputs": [
80
+ {
81
+ "name": "MODEL",
82
+ "type": "MODEL",
83
+ "links": [
84
+ 141
85
+ ]
86
+ }
87
+ ],
88
+ "properties": {
89
+ "cnr_id": "comfy-core",
90
+ "ver": "0.3.48",
91
+ "Node name for S&R": "ModelSamplingAuraFlow",
92
+ "enableTabs": false,
93
+ "tabWidth": 65,
94
+ "tabXOffset": 10,
95
+ "hasSecondTab": false,
96
+ "secondTabText": "Send Back",
97
+ "secondTabOffset": 80,
98
+ "secondTabWidth": 65,
99
+ "widget_ue_connectable": {}
100
+ },
101
+ "widgets_values": [
102
+ 3
103
+ ]
104
+ },
105
+ {
106
+ "id": 112,
107
+ "type": "EmptySD3LatentImage",
108
+ "pos": [
109
+ 750,
110
+ 860
111
+ ],
112
+ "size": [
113
+ 270,
114
+ 106
115
+ ],
116
+ "flags": {},
117
+ "order": 0,
118
+ "mode": 0,
119
+ "inputs": [],
120
+ "outputs": [
121
+ {
122
+ "name": "LATENT",
123
+ "type": "LATENT",
124
+ "links": []
125
+ }
126
+ ],
127
+ "properties": {
128
+ "cnr_id": "comfy-core",
129
+ "ver": "0.3.59",
130
+ "Node name for S&R": "EmptySD3LatentImage"
131
+ },
132
+ "widgets_values": [
133
+ 1024,
134
+ 1024,
135
+ 1
136
+ ]
137
+ },
138
+ {
139
+ "id": 88,
140
+ "type": "VAEEncode",
141
+ "pos": [
142
+ 490,
143
+ 900
144
+ ],
145
+ "size": [
146
+ 140,
147
+ 46
148
+ ],
149
+ "flags": {},
150
+ "order": 32,
151
+ "mode": 0,
152
+ "inputs": [
153
+ {
154
+ "name": "pixels",
155
+ "type": "IMAGE",
156
+ "link": 178
157
+ },
158
+ {
159
+ "name": "vae",
160
+ "type": "VAE",
161
+ "link": 168
162
+ }
163
+ ],
164
+ "outputs": [
165
+ {
166
+ "name": "LATENT",
167
+ "type": "LATENT",
168
+ "links": [
169
+ 221
170
+ ]
171
+ }
172
+ ],
173
+ "properties": {
174
+ "cnr_id": "comfy-core",
175
+ "ver": "0.3.50",
176
+ "Node name for S&R": "VAEEncode",
177
+ "enableTabs": false,
178
+ "tabWidth": 65,
179
+ "tabXOffset": 10,
180
+ "hasSecondTab": false,
181
+ "secondTabText": "Send Back",
182
+ "secondTabOffset": 80,
183
+ "secondTabWidth": 65,
184
+ "ue_properties": {
185
+ "widget_ue_connectable": {}
186
+ }
187
+ },
188
+ "widgets_values": []
189
+ },
190
+ {
191
+ "id": 113,
192
+ "type": "MarkdownNote",
193
+ "pos": [
194
+ 730,
195
+ 1030
196
+ ],
197
+ "size": [
198
+ 330,
199
+ 90
200
+ ],
201
+ "flags": {},
202
+ "order": 1,
203
+ "mode": 0,
204
+ "inputs": [],
205
+ "outputs": [],
206
+ "title": "Note: About image size",
207
+ "properties": {},
208
+ "widgets_values": [
209
+ "You can use the latent from the **EmptySD3LatentImage** to replace **VAE Encode**, so you can customize the image size."
210
+ ],
211
+ "color": "#432",
212
+ "bgcolor": "#653"
213
+ },
214
+ {
215
+ "id": 97,
216
+ "type": "MarkdownNote",
217
+ "pos": [
218
+ 740,
219
+ 610
220
+ ],
221
+ "size": [
222
+ 300,
223
+ 160
224
+ ],
225
+ "flags": {},
226
+ "order": 2,
227
+ "mode": 0,
228
+ "inputs": [],
229
+ "outputs": [],
230
+ "title": "Note: KSampler settings",
231
+ "properties": {},
232
+ "widgets_values": [
233
+ "You can test and find the best setting by yourself. The following table is for reference.\n\n| Model | Steps | CFG |\n|---------------------|---------------|---------------|\n| Offical | 50 | 4.0 \n| fp8_e4m3fn | 20 | 2.5 |\n| fp8_e4m3fn + 4steps LoRA | 4 | 1.0 |\n"
234
+ ],
235
+ "color": "#432",
236
+ "bgcolor": "#653"
237
+ },
238
+ {
239
+ "id": 99,
240
+ "type": "MarkdownNote",
241
+ "pos": [
242
+ -840,
243
+ -140
244
+ ],
245
+ "size": [
246
+ 550,
247
+ 550
248
+ ],
249
+ "flags": {},
250
+ "order": 3,
251
+ "mode": 0,
252
+ "inputs": [],
253
+ "outputs": [],
254
+ "title": "Model links",
255
+ "properties": {
256
+ "widget_ue_connectable": {}
257
+ },
258
+ "widgets_values": [
259
+ "[Tutorial](https://docs.comfy.org/tutorials/image/qwen/qwen-image-edit) | [教程](https://docs.comfy.org/zh-CN/tutorials/image/qwen/qwen-image-edit)\n\n\n## Model links\n\nYou can find all the models on [Comfy-Org/Qwen-Image_ComfyUI](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main) and [Comfy-Org/Qwen-Image-Edit_ComfyUI](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI) \n\n**Diffusion model**\n\n- [qwen_image_edit_2509_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors)\n\n**LoRA**\n\n- [Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors](https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors)\n\n**Text encoder**\n\n- [qwen_2.5_vl_7b_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors)\n\n**VAE**\n\n- [qwen_image_vae.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors)\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 diffusion_models/\n│ │ └── qwen_image_edit_2509_fp8_e4m3fn.safetensors\n│ ├── 📂 loras/\n│ │ └── Qwen-Image-Lightning-4steps-V1.0.safetensors\n│ ├── 📂 vae/\n│ │ └── qwen_image_vae.safetensors\n│ └── 📂 text_encoders/\n│ └── qwen_2.5_vl_7b_fp8_scaled.safetensors\n```\n"
260
+ ],
261
+ "color": "#432",
262
+ "bgcolor": "#653"
263
+ },
264
+ {
265
+ "id": 335,
266
+ "type": "CFGNorm",
267
+ "pos": [
268
+ 770,
269
+ 1580
270
+ ],
271
+ "size": [
272
+ 290,
273
+ 60
274
+ ],
275
+ "flags": {},
276
+ "order": 35,
277
+ "mode": 4,
278
+ "inputs": [
279
+ {
280
+ "name": "model",
281
+ "type": "MODEL",
282
+ "link": 499
283
+ }
284
+ ],
285
+ "outputs": [
286
+ {
287
+ "name": "patched_model",
288
+ "type": "MODEL",
289
+ "links": [
290
+ 503
291
+ ]
292
+ }
293
+ ],
294
+ "properties": {
295
+ "cnr_id": "comfy-core",
296
+ "ver": "0.3.50",
297
+ "Node name for S&R": "CFGNorm",
298
+ "enableTabs": false,
299
+ "tabWidth": 65,
300
+ "tabXOffset": 10,
301
+ "hasSecondTab": false,
302
+ "secondTabText": "Send Back",
303
+ "secondTabOffset": 80,
304
+ "secondTabWidth": 65,
305
+ "ue_properties": {
306
+ "widget_ue_connectable": {
307
+ "strength": true
308
+ }
309
+ }
310
+ },
311
+ "widgets_values": [
312
+ 1
313
+ ]
314
+ },
315
+ {
316
+ "id": 337,
317
+ "type": "VAELoader",
318
+ "pos": [
319
+ -240,
320
+ 1930
321
+ ],
322
+ "size": [
323
+ 330,
324
+ 60
325
+ ],
326
+ "flags": {},
327
+ "order": 4,
328
+ "mode": 4,
329
+ "inputs": [],
330
+ "outputs": [
331
+ {
332
+ "name": "VAE",
333
+ "type": "VAE",
334
+ "slot_index": 0,
335
+ "links": [
336
+ 501,
337
+ 593,
338
+ 594,
339
+ 595
340
+ ]
341
+ }
342
+ ],
343
+ "properties": {
344
+ "cnr_id": "comfy-core",
345
+ "ver": "0.3.48",
346
+ "Node name for S&R": "VAELoader",
347
+ "models": [
348
+ {
349
+ "name": "qwen_image_vae.safetensors",
350
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors",
351
+ "directory": "vae"
352
+ }
353
+ ],
354
+ "enableTabs": false,
355
+ "tabWidth": 65,
356
+ "tabXOffset": 10,
357
+ "hasSecondTab": false,
358
+ "secondTabText": "Send Back",
359
+ "secondTabOffset": 80,
360
+ "secondTabWidth": 65,
361
+ "widget_ue_connectable": {}
362
+ },
363
+ "widgets_values": [
364
+ "qwen_image_vae.safetensors"
365
+ ]
366
+ },
367
+ {
368
+ "id": 338,
369
+ "type": "CLIPLoader",
370
+ "pos": [
371
+ -240,
372
+ 1770
373
+ ],
374
+ "size": [
375
+ 330,
376
+ 110
377
+ ],
378
+ "flags": {},
379
+ "order": 5,
380
+ "mode": 4,
381
+ "inputs": [],
382
+ "outputs": [
383
+ {
384
+ "name": "CLIP",
385
+ "type": "CLIP",
386
+ "slot_index": 0,
387
+ "links": [
388
+ 510,
389
+ 515
390
+ ]
391
+ }
392
+ ],
393
+ "properties": {
394
+ "cnr_id": "comfy-core",
395
+ "ver": "0.3.48",
396
+ "Node name for S&R": "CLIPLoader",
397
+ "models": [
398
+ {
399
+ "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
400
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
401
+ "directory": "text_encoders"
402
+ }
403
+ ],
404
+ "enableTabs": false,
405
+ "tabWidth": 65,
406
+ "tabXOffset": 10,
407
+ "hasSecondTab": false,
408
+ "secondTabText": "Send Back",
409
+ "secondTabOffset": 80,
410
+ "secondTabWidth": 65,
411
+ "widget_ue_connectable": {}
412
+ },
413
+ "widgets_values": [
414
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
415
+ "qwen_image",
416
+ "default"
417
+ ]
418
+ },
419
+ {
420
+ "id": 340,
421
+ "type": "KSampler",
422
+ "pos": [
423
+ 770,
424
+ 1690
425
+ ],
426
+ "size": [
427
+ 300,
428
+ 474
429
+ ],
430
+ "flags": {},
431
+ "order": 37,
432
+ "mode": 4,
433
+ "inputs": [
434
+ {
435
+ "name": "model",
436
+ "type": "MODEL",
437
+ "link": 503
438
+ },
439
+ {
440
+ "name": "positive",
441
+ "type": "CONDITIONING",
442
+ "link": 607
443
+ },
444
+ {
445
+ "name": "negative",
446
+ "type": "CONDITIONING",
447
+ "link": 612
448
+ },
449
+ {
450
+ "name": "latent_image",
451
+ "type": "LATENT",
452
+ "link": 600
453
+ }
454
+ ],
455
+ "outputs": [
456
+ {
457
+ "name": "LATENT",
458
+ "type": "LATENT",
459
+ "slot_index": 0,
460
+ "links": [
461
+ 500
462
+ ]
463
+ }
464
+ ],
465
+ "properties": {
466
+ "cnr_id": "comfy-core",
467
+ "ver": "0.3.48",
468
+ "Node name for S&R": "KSampler",
469
+ "enableTabs": false,
470
+ "tabWidth": 65,
471
+ "tabXOffset": 10,
472
+ "hasSecondTab": false,
473
+ "secondTabText": "Send Back",
474
+ "secondTabOffset": 80,
475
+ "secondTabWidth": 65,
476
+ "widget_ue_connectable": {}
477
+ },
478
+ "widgets_values": [
479
+ 808617434780096,
480
+ "randomize",
481
+ 4,
482
+ 1,
483
+ "euler",
484
+ "simple",
485
+ 1
486
+ ]
487
+ },
488
+ {
489
+ "id": 341,
490
+ "type": "UNETLoader",
491
+ "pos": [
492
+ -240,
493
+ 1510
494
+ ],
495
+ "size": [
496
+ 330,
497
+ 90
498
+ ],
499
+ "flags": {},
500
+ "order": 6,
501
+ "mode": 4,
502
+ "inputs": [],
503
+ "outputs": [
504
+ {
505
+ "name": "MODEL",
506
+ "type": "MODEL",
507
+ "slot_index": 0,
508
+ "links": [
509
+ 521
510
+ ]
511
+ }
512
+ ],
513
+ "properties": {
514
+ "cnr_id": "comfy-core",
515
+ "ver": "0.3.48",
516
+ "Node name for S&R": "UNETLoader",
517
+ "models": [
518
+ {
519
+ "name": "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
520
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors",
521
+ "directory": "diffusion_models"
522
+ }
523
+ ],
524
+ "enableTabs": false,
525
+ "tabWidth": 65,
526
+ "tabXOffset": 10,
527
+ "hasSecondTab": false,
528
+ "secondTabText": "Send Back",
529
+ "secondTabOffset": 80,
530
+ "secondTabWidth": 65,
531
+ "widget_ue_connectable": {}
532
+ },
533
+ "widgets_values": [
534
+ "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
535
+ "default"
536
+ ]
537
+ },
538
+ {
539
+ "id": 345,
540
+ "type": "EmptySD3LatentImage",
541
+ "pos": [
542
+ 780,
543
+ 2460
544
+ ],
545
+ "size": [
546
+ 270,
547
+ 106
548
+ ],
549
+ "flags": {},
550
+ "order": 7,
551
+ "mode": 4,
552
+ "inputs": [],
553
+ "outputs": [
554
+ {
555
+ "name": "LATENT",
556
+ "type": "LATENT",
557
+ "links": []
558
+ }
559
+ ],
560
+ "properties": {
561
+ "cnr_id": "comfy-core",
562
+ "ver": "0.3.59",
563
+ "Node name for S&R": "EmptySD3LatentImage"
564
+ },
565
+ "widgets_values": [
566
+ 1024,
567
+ 1024,
568
+ 1
569
+ ]
570
+ },
571
+ {
572
+ "id": 351,
573
+ "type": "MarkdownNote",
574
+ "pos": [
575
+ 760,
576
+ 2630
577
+ ],
578
+ "size": [
579
+ 330,
580
+ 90
581
+ ],
582
+ "flags": {},
583
+ "order": 8,
584
+ "mode": 4,
585
+ "inputs": [],
586
+ "outputs": [],
587
+ "title": "Note: About image size",
588
+ "properties": {},
589
+ "widgets_values": [
590
+ "You can use the latent from the **EmptySD3LatentImage** to replace **VAE Encode**, so you can customize the image size."
591
+ ],
592
+ "color": "#432",
593
+ "bgcolor": "#653"
594
+ },
595
+ {
596
+ "id": 352,
597
+ "type": "MarkdownNote",
598
+ "pos": [
599
+ 770,
600
+ 2210
601
+ ],
602
+ "size": [
603
+ 300,
604
+ 160
605
+ ],
606
+ "flags": {},
607
+ "order": 9,
608
+ "mode": 4,
609
+ "inputs": [],
610
+ "outputs": [],
611
+ "title": "Note: KSampler settings",
612
+ "properties": {},
613
+ "widgets_values": [
614
+ "You can test and find the best setting by yourself. The following table is for reference.\n\n| Model | Steps | CFG |\n|---------------------|---------------|---------------|\n| Offical | 50 | 4.0 \n| fp8_e4m3fn | 20 | 2.5 |\n| fp8_e4m3fn + 4steps LoRA | 4 | 1.0 |\n"
615
+ ],
616
+ "color": "#432",
617
+ "bgcolor": "#653"
618
+ },
619
+ {
620
+ "id": 354,
621
+ "type": "LoraLoaderModelOnly",
622
+ "pos": [
623
+ -230,
624
+ 1650
625
+ ],
626
+ "size": [
627
+ 310,
628
+ 82
629
+ ],
630
+ "flags": {},
631
+ "order": 23,
632
+ "mode": 4,
633
+ "inputs": [
634
+ {
635
+ "name": "model",
636
+ "type": "MODEL",
637
+ "link": 521
638
+ }
639
+ ],
640
+ "outputs": [
641
+ {
642
+ "name": "MODEL",
643
+ "type": "MODEL",
644
+ "links": [
645
+ 502
646
+ ]
647
+ }
648
+ ],
649
+ "properties": {
650
+ "cnr_id": "comfy-core",
651
+ "ver": "0.3.50",
652
+ "Node name for S&R": "LoraLoaderModelOnly",
653
+ "models": [
654
+ {
655
+ "name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
656
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
657
+ "directory": "loras"
658
+ }
659
+ ],
660
+ "enableTabs": false,
661
+ "tabWidth": 65,
662
+ "tabXOffset": 10,
663
+ "hasSecondTab": false,
664
+ "secondTabText": "Send Back",
665
+ "secondTabOffset": 80,
666
+ "secondTabWidth": 65,
667
+ "ue_properties": {
668
+ "widget_ue_connectable": {
669
+ "lora_name": true,
670
+ "strength_model": true
671
+ }
672
+ }
673
+ },
674
+ "widgets_values": [
675
+ "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
676
+ 1
677
+ ]
678
+ },
679
+ {
680
+ "id": 339,
681
+ "type": "ModelSamplingAuraFlow",
682
+ "pos": [
683
+ 770,
684
+ 1470
685
+ ],
686
+ "size": [
687
+ 290,
688
+ 60
689
+ ],
690
+ "flags": {},
691
+ "order": 29,
692
+ "mode": 4,
693
+ "inputs": [
694
+ {
695
+ "name": "model",
696
+ "type": "MODEL",
697
+ "link": 502
698
+ }
699
+ ],
700
+ "outputs": [
701
+ {
702
+ "name": "MODEL",
703
+ "type": "MODEL",
704
+ "links": [
705
+ 499
706
+ ]
707
+ }
708
+ ],
709
+ "properties": {
710
+ "cnr_id": "comfy-core",
711
+ "ver": "0.3.48",
712
+ "Node name for S&R": "ModelSamplingAuraFlow",
713
+ "enableTabs": false,
714
+ "tabWidth": 65,
715
+ "tabXOffset": 10,
716
+ "hasSecondTab": false,
717
+ "secondTabText": "Send Back",
718
+ "secondTabOffset": 80,
719
+ "secondTabWidth": 65,
720
+ "widget_ue_connectable": {}
721
+ },
722
+ "widgets_values": [
723
+ 3
724
+ ]
725
+ },
726
+ {
727
+ "id": 336,
728
+ "type": "VAEDecode",
729
+ "pos": [
730
+ 1110,
731
+ 1470
732
+ ],
733
+ "size": [
734
+ 210,
735
+ 46
736
+ ],
737
+ "flags": {
738
+ "collapsed": false
739
+ },
740
+ "order": 39,
741
+ "mode": 4,
742
+ "inputs": [
743
+ {
744
+ "name": "samples",
745
+ "type": "LATENT",
746
+ "link": 500
747
+ },
748
+ {
749
+ "name": "vae",
750
+ "type": "VAE",
751
+ "link": 501
752
+ }
753
+ ],
754
+ "outputs": [
755
+ {
756
+ "name": "IMAGE",
757
+ "type": "IMAGE",
758
+ "slot_index": 0,
759
+ "links": [
760
+ 507
761
+ ]
762
+ }
763
+ ],
764
+ "properties": {
765
+ "cnr_id": "comfy-core",
766
+ "ver": "0.3.48",
767
+ "Node name for S&R": "VAEDecode",
768
+ "enableTabs": false,
769
+ "tabWidth": 65,
770
+ "tabXOffset": 10,
771
+ "hasSecondTab": false,
772
+ "secondTabText": "Send Back",
773
+ "secondTabOffset": 80,
774
+ "secondTabWidth": 65,
775
+ "widget_ue_connectable": {}
776
+ },
777
+ "widgets_values": []
778
+ },
779
+ {
780
+ "id": 106,
781
+ "type": "LoadImage",
782
+ "pos": [
783
+ 56.080078125,
784
+ 530
785
+ ],
786
+ "size": [
787
+ 274.080078125,
788
+ 314.0000305175781
789
+ ],
790
+ "flags": {},
791
+ "order": 10,
792
+ "mode": 4,
793
+ "inputs": [],
794
+ "outputs": [
795
+ {
796
+ "name": "IMAGE",
797
+ "type": "IMAGE",
798
+ "links": [
799
+ 219,
800
+ 220
801
+ ]
802
+ },
803
+ {
804
+ "name": "MASK",
805
+ "type": "MASK",
806
+ "links": null
807
+ }
808
+ ],
809
+ "properties": {
810
+ "cnr_id": "comfy-core",
811
+ "ver": "0.3.50",
812
+ "Node name for S&R": "LoadImage",
813
+ "enableTabs": false,
814
+ "tabWidth": 65,
815
+ "tabXOffset": 10,
816
+ "hasSecondTab": false,
817
+ "secondTabText": "Send Back",
818
+ "secondTabOffset": 80,
819
+ "secondTabWidth": 65,
820
+ "ue_properties": {
821
+ "widget_ue_connectable": {
822
+ "image": true,
823
+ "upload": true
824
+ }
825
+ }
826
+ },
827
+ "widgets_values": [
828
+ "0_1 (5).png",
829
+ "image"
830
+ ]
831
+ },
832
+ {
833
+ "id": 349,
834
+ "type": "LoadImage",
835
+ "pos": [
836
+ -230,
837
+ 2140
838
+ ],
839
+ "size": [
840
+ 274.080078125,
841
+ 314.0000305175781
842
+ ],
843
+ "flags": {},
844
+ "order": 11,
845
+ "mode": 4,
846
+ "inputs": [],
847
+ "outputs": [
848
+ {
849
+ "name": "IMAGE",
850
+ "type": "IMAGE",
851
+ "links": [
852
+ 592
853
+ ]
854
+ },
855
+ {
856
+ "name": "MASK",
857
+ "type": "MASK",
858
+ "links": null
859
+ }
860
+ ],
861
+ "properties": {
862
+ "cnr_id": "comfy-core",
863
+ "ver": "0.3.50",
864
+ "Node name for S&R": "LoadImage",
865
+ "enableTabs": false,
866
+ "tabWidth": 65,
867
+ "tabXOffset": 10,
868
+ "hasSecondTab": false,
869
+ "secondTabText": "Send Back",
870
+ "secondTabOffset": 80,
871
+ "secondTabWidth": 65,
872
+ "ue_properties": {
873
+ "widget_ue_connectable": {
874
+ "image": true,
875
+ "upload": true
876
+ }
877
+ }
878
+ },
879
+ "widgets_values": [
880
+ "0_2 (12).png",
881
+ "image"
882
+ ]
883
+ },
884
+ {
885
+ "id": 8,
886
+ "type": "VAEDecode",
887
+ "pos": [
888
+ 1080,
889
+ -130
890
+ ],
891
+ "size": [
892
+ 210,
893
+ 46
894
+ ],
895
+ "flags": {
896
+ "collapsed": false
897
+ },
898
+ "order": 42,
899
+ "mode": 0,
900
+ "inputs": [
901
+ {
902
+ "name": "samples",
903
+ "type": "LATENT",
904
+ "link": 128
905
+ },
906
+ {
907
+ "name": "vae",
908
+ "type": "VAE",
909
+ "link": 76
910
+ }
911
+ ],
912
+ "outputs": [
913
+ {
914
+ "name": "IMAGE",
915
+ "type": "IMAGE",
916
+ "slot_index": 0,
917
+ "links": [
918
+ 110
919
+ ]
920
+ }
921
+ ],
922
+ "properties": {
923
+ "cnr_id": "comfy-core",
924
+ "ver": "0.3.48",
925
+ "Node name for S&R": "VAEDecode",
926
+ "enableTabs": false,
927
+ "tabWidth": 65,
928
+ "tabXOffset": 10,
929
+ "hasSecondTab": false,
930
+ "secondTabText": "Send Back",
931
+ "secondTabOffset": 80,
932
+ "secondTabWidth": 65,
933
+ "widget_ue_connectable": {}
934
+ },
935
+ "widgets_values": []
936
+ },
937
+ {
938
+ "id": 93,
939
+ "type": "ImageScaleToTotalPixels",
940
+ "pos": [
941
+ -230,
942
+ 890
943
+ ],
944
+ "size": [
945
+ 270,
946
+ 82
947
+ ],
948
+ "flags": {},
949
+ "order": 28,
950
+ "mode": 0,
951
+ "inputs": [
952
+ {
953
+ "name": "image",
954
+ "type": "IMAGE",
955
+ "link": 543
956
+ }
957
+ ],
958
+ "outputs": [
959
+ {
960
+ "name": "IMAGE",
961
+ "type": "IMAGE",
962
+ "links": [
963
+ 178,
964
+ 552,
965
+ 553
966
+ ]
967
+ }
968
+ ],
969
+ "properties": {
970
+ "cnr_id": "comfy-core",
971
+ "ver": "0.3.50",
972
+ "Node name for S&R": "ImageScaleToTotalPixels",
973
+ "enableTabs": false,
974
+ "tabWidth": 65,
975
+ "tabXOffset": 10,
976
+ "hasSecondTab": false,
977
+ "secondTabText": "Send Back",
978
+ "secondTabOffset": 80,
979
+ "secondTabWidth": 65,
980
+ "ue_properties": {
981
+ "widget_ue_connectable": {
982
+ "upscale_method": true,
983
+ "megapixels": true
984
+ }
985
+ }
986
+ },
987
+ "widgets_values": [
988
+ "lanczos",
989
+ 1
990
+ ]
991
+ },
992
+ {
993
+ "id": 377,
994
+ "type": "VAEEncode",
995
+ "pos": [
996
+ 500,
997
+ 2510
998
+ ],
999
+ "size": [
1000
+ 140,
1001
+ 46
1002
+ ],
1003
+ "flags": {},
1004
+ "order": 26,
1005
+ "mode": 4,
1006
+ "inputs": [
1007
+ {
1008
+ "name": "pixels",
1009
+ "type": "IMAGE",
1010
+ "link": 597
1011
+ },
1012
+ {
1013
+ "name": "vae",
1014
+ "type": "VAE",
1015
+ "link": 595
1016
+ }
1017
+ ],
1018
+ "outputs": [
1019
+ {
1020
+ "name": "LATENT",
1021
+ "type": "LATENT",
1022
+ "links": [
1023
+ 608
1024
+ ]
1025
+ }
1026
+ ],
1027
+ "properties": {
1028
+ "cnr_id": "comfy-core",
1029
+ "ver": "0.3.50",
1030
+ "Node name for S&R": "VAEEncode",
1031
+ "enableTabs": false,
1032
+ "tabWidth": 65,
1033
+ "tabXOffset": 10,
1034
+ "hasSecondTab": false,
1035
+ "secondTabText": "Send Back",
1036
+ "secondTabOffset": 80,
1037
+ "secondTabWidth": 65,
1038
+ "ue_properties": {
1039
+ "widget_ue_connectable": {}
1040
+ }
1041
+ },
1042
+ "widgets_values": []
1043
+ },
1044
+ {
1045
+ "id": 375,
1046
+ "type": "VAEEncode",
1047
+ "pos": [
1048
+ -90,
1049
+ 2510
1050
+ ],
1051
+ "size": [
1052
+ 140,
1053
+ 46
1054
+ ],
1055
+ "flags": {},
1056
+ "order": 24,
1057
+ "mode": 4,
1058
+ "inputs": [
1059
+ {
1060
+ "name": "pixels",
1061
+ "type": "IMAGE",
1062
+ "link": 592
1063
+ },
1064
+ {
1065
+ "name": "vae",
1066
+ "type": "VAE",
1067
+ "link": 593
1068
+ }
1069
+ ],
1070
+ "outputs": [
1071
+ {
1072
+ "name": "LATENT",
1073
+ "type": "LATENT",
1074
+ "links": [
1075
+ 600,
1076
+ 604
1077
+ ]
1078
+ }
1079
+ ],
1080
+ "properties": {
1081
+ "cnr_id": "comfy-core",
1082
+ "ver": "0.3.50",
1083
+ "Node name for S&R": "VAEEncode",
1084
+ "enableTabs": false,
1085
+ "tabWidth": 65,
1086
+ "tabXOffset": 10,
1087
+ "hasSecondTab": false,
1088
+ "secondTabText": "Send Back",
1089
+ "secondTabOffset": 80,
1090
+ "secondTabWidth": 65,
1091
+ "ue_properties": {
1092
+ "widget_ue_connectable": {}
1093
+ }
1094
+ },
1095
+ "widgets_values": []
1096
+ },
1097
+ {
1098
+ "id": 376,
1099
+ "type": "VAEEncode",
1100
+ "pos": [
1101
+ 210,
1102
+ 2510
1103
+ ],
1104
+ "size": [
1105
+ 140,
1106
+ 46
1107
+ ],
1108
+ "flags": {},
1109
+ "order": 25,
1110
+ "mode": 4,
1111
+ "inputs": [
1112
+ {
1113
+ "name": "pixels",
1114
+ "type": "IMAGE",
1115
+ "link": 596
1116
+ },
1117
+ {
1118
+ "name": "vae",
1119
+ "type": "VAE",
1120
+ "link": 594
1121
+ }
1122
+ ],
1123
+ "outputs": [
1124
+ {
1125
+ "name": "LATENT",
1126
+ "type": "LATENT",
1127
+ "links": [
1128
+ 609
1129
+ ]
1130
+ }
1131
+ ],
1132
+ "properties": {
1133
+ "cnr_id": "comfy-core",
1134
+ "ver": "0.3.50",
1135
+ "Node name for S&R": "VAEEncode",
1136
+ "enableTabs": false,
1137
+ "tabWidth": 65,
1138
+ "tabXOffset": 10,
1139
+ "hasSecondTab": false,
1140
+ "secondTabText": "Send Back",
1141
+ "secondTabOffset": 80,
1142
+ "secondTabWidth": 65,
1143
+ "ue_properties": {
1144
+ "widget_ue_connectable": {}
1145
+ }
1146
+ },
1147
+ "widgets_values": []
1148
+ },
1149
+ {
1150
+ "id": 343,
1151
+ "type": "LoadImage",
1152
+ "pos": [
1153
+ 70,
1154
+ 2140
1155
+ ],
1156
+ "size": [
1157
+ 274.080078125,
1158
+ 314.0000305175781
1159
+ ],
1160
+ "flags": {},
1161
+ "order": 12,
1162
+ "mode": 4,
1163
+ "inputs": [],
1164
+ "outputs": [
1165
+ {
1166
+ "name": "IMAGE",
1167
+ "type": "IMAGE",
1168
+ "links": [
1169
+ 596
1170
+ ]
1171
+ },
1172
+ {
1173
+ "name": "MASK",
1174
+ "type": "MASK",
1175
+ "links": null
1176
+ }
1177
+ ],
1178
+ "properties": {
1179
+ "cnr_id": "comfy-core",
1180
+ "ver": "0.3.50",
1181
+ "Node name for S&R": "LoadImage",
1182
+ "enableTabs": false,
1183
+ "tabWidth": 65,
1184
+ "tabXOffset": 10,
1185
+ "hasSecondTab": false,
1186
+ "secondTabText": "Send Back",
1187
+ "secondTabOffset": 80,
1188
+ "secondTabWidth": 65,
1189
+ "ue_properties": {
1190
+ "widget_ue_connectable": {
1191
+ "image": true,
1192
+ "upload": true
1193
+ }
1194
+ }
1195
+ },
1196
+ "widgets_values": [
1197
+ "0_1 (5).png",
1198
+ "image"
1199
+ ]
1200
+ },
1201
+ {
1202
+ "id": 344,
1203
+ "type": "LoadImage",
1204
+ "pos": [
1205
+ 360,
1206
+ 2140
1207
+ ],
1208
+ "size": [
1209
+ 274.080078125,
1210
+ 314.0000305175781
1211
+ ],
1212
+ "flags": {},
1213
+ "order": 13,
1214
+ "mode": 4,
1215
+ "inputs": [],
1216
+ "outputs": [
1217
+ {
1218
+ "name": "IMAGE",
1219
+ "type": "IMAGE",
1220
+ "links": [
1221
+ 597
1222
+ ]
1223
+ },
1224
+ {
1225
+ "name": "MASK",
1226
+ "type": "MASK",
1227
+ "links": null
1228
+ }
1229
+ ],
1230
+ "properties": {
1231
+ "cnr_id": "comfy-core",
1232
+ "ver": "0.3.50",
1233
+ "Node name for S&R": "LoadImage",
1234
+ "enableTabs": false,
1235
+ "tabWidth": 65,
1236
+ "tabXOffset": 10,
1237
+ "hasSecondTab": false,
1238
+ "secondTabText": "Send Back",
1239
+ "secondTabOffset": 80,
1240
+ "secondTabWidth": 65,
1241
+ "ue_properties": {
1242
+ "widget_ue_connectable": {
1243
+ "image": true,
1244
+ "upload": true
1245
+ }
1246
+ }
1247
+ },
1248
+ "widgets_values": [
1249
+ "pose.png",
1250
+ "image"
1251
+ ]
1252
+ },
1253
+ {
1254
+ "id": 347,
1255
+ "type": "TextEncodeQwenImageEditPlus",
1256
+ "pos": [
1257
+ 230,
1258
+ 1790
1259
+ ],
1260
+ "size": [
1261
+ 400,
1262
+ 200
1263
+ ],
1264
+ "flags": {},
1265
+ "order": 21,
1266
+ "mode": 4,
1267
+ "inputs": [
1268
+ {
1269
+ "name": "clip",
1270
+ "type": "CLIP",
1271
+ "link": 510
1272
+ },
1273
+ {
1274
+ "name": "vae",
1275
+ "shape": 7,
1276
+ "type": "VAE",
1277
+ "link": null
1278
+ },
1279
+ {
1280
+ "name": "image1",
1281
+ "shape": 7,
1282
+ "type": "IMAGE",
1283
+ "link": null
1284
+ },
1285
+ {
1286
+ "name": "image2",
1287
+ "shape": 7,
1288
+ "type": "IMAGE",
1289
+ "link": null
1290
+ },
1291
+ {
1292
+ "name": "image3",
1293
+ "shape": 7,
1294
+ "type": "IMAGE",
1295
+ "link": null
1296
+ }
1297
+ ],
1298
+ "outputs": [
1299
+ {
1300
+ "name": "CONDITIONING",
1301
+ "type": "CONDITIONING",
1302
+ "links": [
1303
+ 611
1304
+ ]
1305
+ }
1306
+ ],
1307
+ "properties": {
1308
+ "cnr_id": "comfy-core",
1309
+ "ver": "0.3.59",
1310
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
1311
+ },
1312
+ "widgets_values": [
1313
+ ""
1314
+ ],
1315
+ "color": "#223",
1316
+ "bgcolor": "#335"
1317
+ },
1318
+ {
1319
+ "id": 342,
1320
+ "type": "SaveImage",
1321
+ "pos": [
1322
+ 1100,
1323
+ 1570
1324
+ ],
1325
+ "size": [
1326
+ 950,
1327
+ 1040
1328
+ ],
1329
+ "flags": {},
1330
+ "order": 41,
1331
+ "mode": 4,
1332
+ "inputs": [
1333
+ {
1334
+ "name": "images",
1335
+ "type": "IMAGE",
1336
+ "link": 507
1337
+ }
1338
+ ],
1339
+ "outputs": [],
1340
+ "properties": {
1341
+ "cnr_id": "comfy-core",
1342
+ "ver": "0.3.48",
1343
+ "Node name for S&R": "SaveImage",
1344
+ "enableTabs": false,
1345
+ "tabWidth": 65,
1346
+ "tabXOffset": 10,
1347
+ "hasSecondTab": false,
1348
+ "secondTabText": "Send Back",
1349
+ "secondTabOffset": 80,
1350
+ "secondTabWidth": 65,
1351
+ "widget_ue_connectable": {}
1352
+ },
1353
+ "widgets_values": [
1354
+ "ComfyUI"
1355
+ ]
1356
+ },
1357
+ {
1358
+ "id": 383,
1359
+ "type": "c46c74c1-cfc4-41eb-81a8-9c6701737ef6",
1360
+ "pos": [
1361
+ 410,
1362
+ 2640
1363
+ ],
1364
+ "size": [
1365
+ 243.02987670898438,
1366
+ 110
1367
+ ],
1368
+ "flags": {},
1369
+ "order": 30,
1370
+ "mode": 4,
1371
+ "inputs": [
1372
+ {
1373
+ "label": "image1_latent",
1374
+ "name": "latent_2",
1375
+ "type": "LATENT",
1376
+ "link": 604
1377
+ },
1378
+ {
1379
+ "label": "image2_latent",
1380
+ "name": "latent",
1381
+ "type": "LATENT",
1382
+ "link": 609
1383
+ },
1384
+ {
1385
+ "label": "image3_latent",
1386
+ "name": "latent_1",
1387
+ "type": "LATENT",
1388
+ "link": 608
1389
+ },
1390
+ {
1391
+ "label": "positive",
1392
+ "name": "conditioning",
1393
+ "type": "CONDITIONING",
1394
+ "link": 610
1395
+ },
1396
+ {
1397
+ "label": "negative",
1398
+ "name": "conditioning_1",
1399
+ "type": "CONDITIONING",
1400
+ "link": 611
1401
+ }
1402
+ ],
1403
+ "outputs": [
1404
+ {
1405
+ "label": "positive",
1406
+ "name": "CONDITIONING_1",
1407
+ "type": "CONDITIONING",
1408
+ "links": [
1409
+ 607
1410
+ ]
1411
+ },
1412
+ {
1413
+ "label": "negative",
1414
+ "name": "CONDITIONING",
1415
+ "type": "CONDITIONING",
1416
+ "links": [
1417
+ 612
1418
+ ]
1419
+ }
1420
+ ],
1421
+ "properties": {
1422
+ "cnr_id": "comfy-core",
1423
+ "ver": "0.3.63"
1424
+ },
1425
+ "widgets_values": []
1426
+ },
1427
+ {
1428
+ "id": 96,
1429
+ "type": "MarkdownNote",
1430
+ "pos": [
1431
+ -240,
1432
+ 1030
1433
+ ],
1434
+ "size": [
1435
+ 290,
1436
+ 140
1437
+ ],
1438
+ "flags": {},
1439
+ "order": 14,
1440
+ "mode": 0,
1441
+ "inputs": [],
1442
+ "outputs": [],
1443
+ "properties": {},
1444
+ "widgets_values": [
1445
+ "This node is to avoid bad output results caused by excessively large input image sizes. Because when we input one image, we use the size of that input image.\n\nThe **TextEncodeQwenImageEditPlus** will scale your input to 1024×104 pixels. We use the size of your first input image. This node is to avoid having an input image size that is too large (such as 3000×3000 pixels), which could bring bad results."
1446
+ ],
1447
+ "color": "#432",
1448
+ "bgcolor": "#653"
1449
+ },
1450
+ {
1451
+ "id": 348,
1452
+ "type": "TextEncodeQwenImageEditPlus",
1453
+ "pos": [
1454
+ 230,
1455
+ 1520
1456
+ ],
1457
+ "size": [
1458
+ 400,
1459
+ 200
1460
+ ],
1461
+ "flags": {},
1462
+ "order": 22,
1463
+ "mode": 4,
1464
+ "inputs": [
1465
+ {
1466
+ "name": "clip",
1467
+ "type": "CLIP",
1468
+ "link": 515
1469
+ },
1470
+ {
1471
+ "name": "vae",
1472
+ "shape": 7,
1473
+ "type": "VAE",
1474
+ "link": null
1475
+ },
1476
+ {
1477
+ "name": "image1",
1478
+ "shape": 7,
1479
+ "type": "IMAGE",
1480
+ "link": null
1481
+ },
1482
+ {
1483
+ "name": "image2",
1484
+ "shape": 7,
1485
+ "type": "IMAGE",
1486
+ "link": null
1487
+ },
1488
+ {
1489
+ "name": "image3",
1490
+ "shape": 7,
1491
+ "type": "IMAGE",
1492
+ "link": null
1493
+ }
1494
+ ],
1495
+ "outputs": [
1496
+ {
1497
+ "name": "CONDITIONING",
1498
+ "type": "CONDITIONING",
1499
+ "links": [
1500
+ 610
1501
+ ]
1502
+ }
1503
+ ],
1504
+ "properties": {
1505
+ "cnr_id": "comfy-core",
1506
+ "ver": "0.3.59",
1507
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
1508
+ },
1509
+ "widgets_values": [
1510
+ "让图 2 的机器人按照图 3 的姿势出现在图 1 的场景中"
1511
+ ],
1512
+ "color": "#232",
1513
+ "bgcolor": "#353"
1514
+ },
1515
+ {
1516
+ "id": 388,
1517
+ "type": "MarkdownNote",
1518
+ "pos": [
1519
+ -590,
1520
+ 1430
1521
+ ],
1522
+ "size": [
1523
+ 310,
1524
+ 150
1525
+ ],
1526
+ "flags": {},
1527
+ "order": 15,
1528
+ "mode": 0,
1529
+ "inputs": [],
1530
+ "outputs": [],
1531
+ "title": "Note: Raw latent version",
1532
+ "properties": {},
1533
+ "widgets_values": [
1534
+ "Since the **TextEncodeQwenImageEditPlus** node will scale the image to 1M pixels, you might find that the output has a pixel-shifting issue.\n\nThe **Raw latent version** is to provide the raw latent to the sampler. This is the way you can provide the raw latent as an input condition."
1535
+ ],
1536
+ "color": "#432",
1537
+ "bgcolor": "#653"
1538
+ },
1539
+ {
1540
+ "id": 110,
1541
+ "type": "TextEncodeQwenImageEditPlus",
1542
+ "pos": [
1543
+ 220,
1544
+ 180
1545
+ ],
1546
+ "size": [
1547
+ 400,
1548
+ 200
1549
+ ],
1550
+ "flags": {},
1551
+ "order": 33,
1552
+ "mode": 0,
1553
+ "inputs": [
1554
+ {
1555
+ "name": "clip",
1556
+ "type": "CLIP",
1557
+ "link": 204
1558
+ },
1559
+ {
1560
+ "name": "vae",
1561
+ "shape": 7,
1562
+ "type": "VAE",
1563
+ "link": 206
1564
+ },
1565
+ {
1566
+ "name": "image1",
1567
+ "shape": 7,
1568
+ "type": "IMAGE",
1569
+ "link": 552
1570
+ },
1571
+ {
1572
+ "name": "image2",
1573
+ "shape": 7,
1574
+ "type": "IMAGE",
1575
+ "link": 220
1576
+ },
1577
+ {
1578
+ "name": "image3",
1579
+ "shape": 7,
1580
+ "type": "IMAGE",
1581
+ "link": 218
1582
+ }
1583
+ ],
1584
+ "outputs": [
1585
+ {
1586
+ "name": "CONDITIONING",
1587
+ "type": "CONDITIONING",
1588
+ "links": [
1589
+ 210
1590
+ ]
1591
+ }
1592
+ ],
1593
+ "properties": {
1594
+ "cnr_id": "comfy-core",
1595
+ "ver": "0.3.59",
1596
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
1597
+ },
1598
+ "widgets_values": [
1599
+ ""
1600
+ ],
1601
+ "color": "#223",
1602
+ "bgcolor": "#335"
1603
+ },
1604
+ {
1605
+ "id": 108,
1606
+ "type": "LoadImage",
1607
+ "pos": [
1608
+ 352.16015625,
1609
+ 530
1610
+ ],
1611
+ "size": [
1612
+ 274.080078125,
1613
+ 314.0000305175781
1614
+ ],
1615
+ "flags": {},
1616
+ "order": 16,
1617
+ "mode": 4,
1618
+ "inputs": [],
1619
+ "outputs": [
1620
+ {
1621
+ "name": "IMAGE",
1622
+ "type": "IMAGE",
1623
+ "links": [
1624
+ 217,
1625
+ 218
1626
+ ]
1627
+ },
1628
+ {
1629
+ "name": "MASK",
1630
+ "type": "MASK",
1631
+ "links": null
1632
+ }
1633
+ ],
1634
+ "properties": {
1635
+ "cnr_id": "comfy-core",
1636
+ "ver": "0.3.50",
1637
+ "Node name for S&R": "LoadImage",
1638
+ "enableTabs": false,
1639
+ "tabWidth": 65,
1640
+ "tabXOffset": 10,
1641
+ "hasSecondTab": false,
1642
+ "secondTabText": "Send Back",
1643
+ "secondTabOffset": 80,
1644
+ "secondTabWidth": 65,
1645
+ "ue_properties": {
1646
+ "widget_ue_connectable": {
1647
+ "image": true,
1648
+ "upload": true
1649
+ }
1650
+ }
1651
+ },
1652
+ "widgets_values": [
1653
+ "pose.png",
1654
+ "image"
1655
+ ]
1656
+ },
1657
+ {
1658
+ "id": 3,
1659
+ "type": "KSampler",
1660
+ "pos": [
1661
+ 749.4566650390625,
1662
+ 99.45673370361328
1663
+ ],
1664
+ "size": [
1665
+ 300,
1666
+ 474
1667
+ ],
1668
+ "flags": {},
1669
+ "order": 40,
1670
+ "mode": 0,
1671
+ "inputs": [
1672
+ {
1673
+ "name": "model",
1674
+ "type": "MODEL",
1675
+ "link": 186
1676
+ },
1677
+ {
1678
+ "name": "positive",
1679
+ "type": "CONDITIONING",
1680
+ "link": 211
1681
+ },
1682
+ {
1683
+ "name": "negative",
1684
+ "type": "CONDITIONING",
1685
+ "link": 210
1686
+ },
1687
+ {
1688
+ "name": "latent_image",
1689
+ "type": "LATENT",
1690
+ "link": 221
1691
+ }
1692
+ ],
1693
+ "outputs": [
1694
+ {
1695
+ "name": "LATENT",
1696
+ "type": "LATENT",
1697
+ "slot_index": 0,
1698
+ "links": [
1699
+ 128
1700
+ ]
1701
+ }
1702
+ ],
1703
+ "properties": {
1704
+ "cnr_id": "comfy-core",
1705
+ "ver": "0.3.48",
1706
+ "Node name for S&R": "KSampler",
1707
+ "enableTabs": false,
1708
+ "tabWidth": 65,
1709
+ "tabXOffset": 10,
1710
+ "hasSecondTab": false,
1711
+ "secondTabText": "Send Back",
1712
+ "secondTabOffset": 80,
1713
+ "secondTabWidth": 65,
1714
+ "widget_ue_connectable": {}
1715
+ },
1716
+ "widgets_values": [
1717
+ 9351951103664,
1718
+ "randomize",
1719
+ 4,
1720
+ 1,
1721
+ "euler",
1722
+ "simple",
1723
+ 1
1724
+ ]
1725
+ },
1726
+ {
1727
+ "id": 60,
1728
+ "type": "SaveImage",
1729
+ "pos": [
1730
+ 1133.78857421875,
1731
+ 88.24586486816406
1732
+ ],
1733
+ "size": [
1734
+ 950,
1735
+ 1040
1736
+ ],
1737
+ "flags": {},
1738
+ "order": 43,
1739
+ "mode": 0,
1740
+ "inputs": [
1741
+ {
1742
+ "name": "images",
1743
+ "type": "IMAGE",
1744
+ "link": 110
1745
+ }
1746
+ ],
1747
+ "outputs": [],
1748
+ "properties": {
1749
+ "cnr_id": "comfy-core",
1750
+ "ver": "0.3.48",
1751
+ "Node name for S&R": "SaveImage",
1752
+ "enableTabs": false,
1753
+ "tabWidth": 65,
1754
+ "tabXOffset": 10,
1755
+ "hasSecondTab": false,
1756
+ "secondTabText": "Send Back",
1757
+ "secondTabOffset": 80,
1758
+ "secondTabWidth": 65,
1759
+ "widget_ue_connectable": {}
1760
+ },
1761
+ "widgets_values": [
1762
+ "ComfyUI"
1763
+ ]
1764
+ },
1765
+ {
1766
+ "id": 389,
1767
+ "type": "LoraLoaderModelOnly",
1768
+ "pos": [
1769
+ 107.9404296875,
1770
+ -297.593994140625
1771
+ ],
1772
+ "size": [
1773
+ 270,
1774
+ 82
1775
+ ],
1776
+ "flags": {},
1777
+ "order": 27,
1778
+ "mode": 4,
1779
+ "inputs": [
1780
+ {
1781
+ "name": "model",
1782
+ "type": "MODEL",
1783
+ "link": 613
1784
+ }
1785
+ ],
1786
+ "outputs": [
1787
+ {
1788
+ "name": "MODEL",
1789
+ "type": "MODEL",
1790
+ "links": [
1791
+ 617
1792
+ ]
1793
+ }
1794
+ ],
1795
+ "properties": {
1796
+ "cnr_id": "comfy-core",
1797
+ "ver": "0.3.64",
1798
+ "Node name for S&R": "LoraLoaderModelOnly"
1799
+ },
1800
+ "widgets_values": [
1801
+ "qwen_image_2509_Anime2Real.safetensors",
1802
+ 0.7
1803
+ ]
1804
+ },
1805
+ {
1806
+ "id": 37,
1807
+ "type": "UNETLoader",
1808
+ "pos": [
1809
+ -250,
1810
+ -100
1811
+ ],
1812
+ "size": [
1813
+ 330,
1814
+ 90
1815
+ ],
1816
+ "flags": {},
1817
+ "order": 17,
1818
+ "mode": 0,
1819
+ "inputs": [],
1820
+ "outputs": [
1821
+ {
1822
+ "name": "MODEL",
1823
+ "type": "MODEL",
1824
+ "slot_index": 0,
1825
+ "links": [
1826
+ 613
1827
+ ]
1828
+ }
1829
+ ],
1830
+ "properties": {
1831
+ "cnr_id": "comfy-core",
1832
+ "ver": "0.3.48",
1833
+ "Node name for S&R": "UNETLoader",
1834
+ "models": [
1835
+ {
1836
+ "name": "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
1837
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2509_fp8_e4m3fn.safetensors",
1838
+ "directory": "diffusion_models"
1839
+ }
1840
+ ],
1841
+ "enableTabs": false,
1842
+ "tabWidth": 65,
1843
+ "tabXOffset": 10,
1844
+ "hasSecondTab": false,
1845
+ "secondTabText": "Send Back",
1846
+ "secondTabOffset": 80,
1847
+ "secondTabWidth": 65,
1848
+ "widget_ue_connectable": {}
1849
+ },
1850
+ "widgets_values": [
1851
+ "qwen_image_edit_2509_fp8_e4m3fn.safetensors",
1852
+ "default"
1853
+ ]
1854
+ },
1855
+ {
1856
+ "id": 89,
1857
+ "type": "LoraLoaderModelOnly",
1858
+ "pos": [
1859
+ -240,
1860
+ 40
1861
+ ],
1862
+ "size": [
1863
+ 310,
1864
+ 82
1865
+ ],
1866
+ "flags": {},
1867
+ "order": 31,
1868
+ "mode": 0,
1869
+ "inputs": [
1870
+ {
1871
+ "name": "model",
1872
+ "type": "MODEL",
1873
+ "link": 617
1874
+ }
1875
+ ],
1876
+ "outputs": [
1877
+ {
1878
+ "name": "MODEL",
1879
+ "type": "MODEL",
1880
+ "links": [
1881
+ 185
1882
+ ]
1883
+ }
1884
+ ],
1885
+ "properties": {
1886
+ "cnr_id": "comfy-core",
1887
+ "ver": "0.3.50",
1888
+ "Node name for S&R": "LoraLoaderModelOnly",
1889
+ "models": [
1890
+ {
1891
+ "name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
1892
+ "url": "https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Edit-2509/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors",
1893
+ "directory": "loras"
1894
+ }
1895
+ ],
1896
+ "enableTabs": false,
1897
+ "tabWidth": 65,
1898
+ "tabXOffset": 10,
1899
+ "hasSecondTab": false,
1900
+ "secondTabText": "Send Back",
1901
+ "secondTabOffset": 80,
1902
+ "secondTabWidth": 65,
1903
+ "ue_properties": {
1904
+ "widget_ue_connectable": {
1905
+ "lora_name": true,
1906
+ "strength_model": true
1907
+ }
1908
+ }
1909
+ },
1910
+ "widgets_values": [
1911
+ "Qwen-Image-Edit-Lightning-4steps-V1.0-bf16.safetensors",
1912
+ 1
1913
+ ]
1914
+ },
1915
+ {
1916
+ "id": 38,
1917
+ "type": "CLIPLoader",
1918
+ "pos": [
1919
+ -250,
1920
+ 160
1921
+ ],
1922
+ "size": [
1923
+ 330,
1924
+ 110
1925
+ ],
1926
+ "flags": {},
1927
+ "order": 18,
1928
+ "mode": 0,
1929
+ "inputs": [],
1930
+ "outputs": [
1931
+ {
1932
+ "name": "CLIP",
1933
+ "type": "CLIP",
1934
+ "slot_index": 0,
1935
+ "links": [
1936
+ 204,
1937
+ 205
1938
+ ]
1939
+ }
1940
+ ],
1941
+ "properties": {
1942
+ "cnr_id": "comfy-core",
1943
+ "ver": "0.3.48",
1944
+ "Node name for S&R": "CLIPLoader",
1945
+ "models": [
1946
+ {
1947
+ "name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
1948
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
1949
+ "directory": "text_encoders"
1950
+ }
1951
+ ],
1952
+ "enableTabs": false,
1953
+ "tabWidth": 65,
1954
+ "tabXOffset": 10,
1955
+ "hasSecondTab": false,
1956
+ "secondTabText": "Send Back",
1957
+ "secondTabOffset": 80,
1958
+ "secondTabWidth": 65,
1959
+ "widget_ue_connectable": {}
1960
+ },
1961
+ "widgets_values": [
1962
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
1963
+ "qwen_image",
1964
+ "default"
1965
+ ]
1966
+ },
1967
+ {
1968
+ "id": 39,
1969
+ "type": "VAELoader",
1970
+ "pos": [
1971
+ -250,
1972
+ 320
1973
+ ],
1974
+ "size": [
1975
+ 330,
1976
+ 60
1977
+ ],
1978
+ "flags": {},
1979
+ "order": 19,
1980
+ "mode": 0,
1981
+ "inputs": [],
1982
+ "outputs": [
1983
+ {
1984
+ "name": "VAE",
1985
+ "type": "VAE",
1986
+ "slot_index": 0,
1987
+ "links": [
1988
+ 76,
1989
+ 168,
1990
+ 206,
1991
+ 207
1992
+ ]
1993
+ }
1994
+ ],
1995
+ "properties": {
1996
+ "cnr_id": "comfy-core",
1997
+ "ver": "0.3.48",
1998
+ "Node name for S&R": "VAELoader",
1999
+ "models": [
2000
+ {
2001
+ "name": "qwen_image_vae.safetensors",
2002
+ "url": "https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors",
2003
+ "directory": "vae"
2004
+ }
2005
+ ],
2006
+ "enableTabs": false,
2007
+ "tabWidth": 65,
2008
+ "tabXOffset": 10,
2009
+ "hasSecondTab": false,
2010
+ "secondTabText": "Send Back",
2011
+ "secondTabOffset": 80,
2012
+ "secondTabWidth": 65,
2013
+ "widget_ue_connectable": {}
2014
+ },
2015
+ "widgets_values": [
2016
+ "qwen_image_vae.safetensors"
2017
+ ]
2018
+ },
2019
+ {
2020
+ "id": 111,
2021
+ "type": "TextEncodeQwenImageEditPlus",
2022
+ "pos": [
2023
+ 220,
2024
+ -90
2025
+ ],
2026
+ "size": [
2027
+ 400,
2028
+ 200
2029
+ ],
2030
+ "flags": {},
2031
+ "order": 34,
2032
+ "mode": 0,
2033
+ "inputs": [
2034
+ {
2035
+ "name": "clip",
2036
+ "type": "CLIP",
2037
+ "link": 205
2038
+ },
2039
+ {
2040
+ "name": "vae",
2041
+ "shape": 7,
2042
+ "type": "VAE",
2043
+ "link": 207
2044
+ },
2045
+ {
2046
+ "name": "image1",
2047
+ "shape": 7,
2048
+ "type": "IMAGE",
2049
+ "link": 553
2050
+ },
2051
+ {
2052
+ "name": "image2",
2053
+ "shape": 7,
2054
+ "type": "IMAGE",
2055
+ "link": 219
2056
+ },
2057
+ {
2058
+ "name": "image3",
2059
+ "shape": 7,
2060
+ "type": "IMAGE",
2061
+ "link": 217
2062
+ }
2063
+ ],
2064
+ "outputs": [
2065
+ {
2066
+ "name": "CONDITIONING",
2067
+ "type": "CONDITIONING",
2068
+ "links": [
2069
+ 211
2070
+ ]
2071
+ }
2072
+ ],
2073
+ "properties": {
2074
+ "cnr_id": "comfy-core",
2075
+ "ver": "0.3.59",
2076
+ "Node name for S&R": "TextEncodeQwenImageEditPlus"
2077
+ },
2078
+ "widgets_values": [
2079
+ "reate a photo-style line drawing / ink sketch of the faces identical to the uploaded reference image — keep every facial feature, proportion, and expression exactly the same.\nUse blue and white ink tones with intricate, fine line detailing, drawn on a notebook-page style background.\nShow a right hand holding a pen and an eraser near the sketch, as if the artist is still working."
2080
+ ],
2081
+ "color": "#232",
2082
+ "bgcolor": "#353"
2083
+ },
2084
+ {
2085
+ "id": 78,
2086
+ "type": "LoadImage",
2087
+ "pos": [
2088
+ -240,
2089
+ 530
2090
+ ],
2091
+ "size": [
2092
+ 274.080078125,
2093
+ 314.0000305175781
2094
+ ],
2095
+ "flags": {},
2096
+ "order": 20,
2097
+ "mode": 0,
2098
+ "inputs": [],
2099
+ "outputs": [
2100
+ {
2101
+ "name": "IMAGE",
2102
+ "type": "IMAGE",
2103
+ "links": [
2104
+ 543
2105
+ ]
2106
+ },
2107
+ {
2108
+ "name": "MASK",
2109
+ "type": "MASK",
2110
+ "links": null
2111
+ }
2112
+ ],
2113
+ "properties": {
2114
+ "cnr_id": "comfy-core",
2115
+ "ver": "0.3.50",
2116
+ "Node name for S&R": "LoadImage",
2117
+ "enableTabs": false,
2118
+ "tabWidth": 65,
2119
+ "tabXOffset": 10,
2120
+ "hasSecondTab": false,
2121
+ "secondTabText": "Send Back",
2122
+ "secondTabOffset": 80,
2123
+ "secondTabWidth": 65,
2124
+ "ue_properties": {
2125
+ "widget_ue_connectable": {
2126
+ "image": true,
2127
+ "upload": true
2128
+ }
2129
+ }
2130
+ },
2131
+ "widgets_values": [
2132
+ "image - 2025-10-13T132921.591.jpg",
2133
+ "image"
2134
+ ]
2135
+ }
2136
+ ],
2137
+ "links": [
2138
+ [
2139
+ 76,
2140
+ 39,
2141
+ 0,
2142
+ 8,
2143
+ 1,
2144
+ "VAE"
2145
+ ],
2146
+ [
2147
+ 110,
2148
+ 8,
2149
+ 0,
2150
+ 60,
2151
+ 0,
2152
+ "IMAGE"
2153
+ ],
2154
+ [
2155
+ 128,
2156
+ 3,
2157
+ 0,
2158
+ 8,
2159
+ 0,
2160
+ "LATENT"
2161
+ ],
2162
+ [
2163
+ 141,
2164
+ 66,
2165
+ 0,
2166
+ 75,
2167
+ 0,
2168
+ "MODEL"
2169
+ ],
2170
+ [
2171
+ 168,
2172
+ 39,
2173
+ 0,
2174
+ 88,
2175
+ 1,
2176
+ "VAE"
2177
+ ],
2178
+ [
2179
+ 178,
2180
+ 93,
2181
+ 0,
2182
+ 88,
2183
+ 0,
2184
+ "IMAGE"
2185
+ ],
2186
+ [
2187
+ 185,
2188
+ 89,
2189
+ 0,
2190
+ 66,
2191
+ 0,
2192
+ "MODEL"
2193
+ ],
2194
+ [
2195
+ 186,
2196
+ 75,
2197
+ 0,
2198
+ 3,
2199
+ 0,
2200
+ "MODEL"
2201
+ ],
2202
+ [
2203
+ 204,
2204
+ 38,
2205
+ 0,
2206
+ 110,
2207
+ 0,
2208
+ "CLIP"
2209
+ ],
2210
+ [
2211
+ 205,
2212
+ 38,
2213
+ 0,
2214
+ 111,
2215
+ 0,
2216
+ "CLIP"
2217
+ ],
2218
+ [
2219
+ 206,
2220
+ 39,
2221
+ 0,
2222
+ 110,
2223
+ 1,
2224
+ "VAE"
2225
+ ],
2226
+ [
2227
+ 207,
2228
+ 39,
2229
+ 0,
2230
+ 111,
2231
+ 1,
2232
+ "VAE"
2233
+ ],
2234
+ [
2235
+ 210,
2236
+ 110,
2237
+ 0,
2238
+ 3,
2239
+ 2,
2240
+ "CONDITIONING"
2241
+ ],
2242
+ [
2243
+ 211,
2244
+ 111,
2245
+ 0,
2246
+ 3,
2247
+ 1,
2248
+ "CONDITIONING"
2249
+ ],
2250
+ [
2251
+ 217,
2252
+ 108,
2253
+ 0,
2254
+ 111,
2255
+ 4,
2256
+ "IMAGE"
2257
+ ],
2258
+ [
2259
+ 218,
2260
+ 108,
2261
+ 0,
2262
+ 110,
2263
+ 4,
2264
+ "IMAGE"
2265
+ ],
2266
+ [
2267
+ 219,
2268
+ 106,
2269
+ 0,
2270
+ 111,
2271
+ 3,
2272
+ "IMAGE"
2273
+ ],
2274
+ [
2275
+ 220,
2276
+ 106,
2277
+ 0,
2278
+ 110,
2279
+ 3,
2280
+ "IMAGE"
2281
+ ],
2282
+ [
2283
+ 221,
2284
+ 88,
2285
+ 0,
2286
+ 3,
2287
+ 3,
2288
+ "LATENT"
2289
+ ],
2290
+ [
2291
+ 499,
2292
+ 339,
2293
+ 0,
2294
+ 335,
2295
+ 0,
2296
+ "MODEL"
2297
+ ],
2298
+ [
2299
+ 500,
2300
+ 340,
2301
+ 0,
2302
+ 336,
2303
+ 0,
2304
+ "LATENT"
2305
+ ],
2306
+ [
2307
+ 501,
2308
+ 337,
2309
+ 0,
2310
+ 336,
2311
+ 1,
2312
+ "VAE"
2313
+ ],
2314
+ [
2315
+ 502,
2316
+ 354,
2317
+ 0,
2318
+ 339,
2319
+ 0,
2320
+ "MODEL"
2321
+ ],
2322
+ [
2323
+ 503,
2324
+ 335,
2325
+ 0,
2326
+ 340,
2327
+ 0,
2328
+ "MODEL"
2329
+ ],
2330
+ [
2331
+ 507,
2332
+ 336,
2333
+ 0,
2334
+ 342,
2335
+ 0,
2336
+ "IMAGE"
2337
+ ],
2338
+ [
2339
+ 510,
2340
+ 338,
2341
+ 0,
2342
+ 347,
2343
+ 0,
2344
+ "CLIP"
2345
+ ],
2346
+ [
2347
+ 515,
2348
+ 338,
2349
+ 0,
2350
+ 348,
2351
+ 0,
2352
+ "CLIP"
2353
+ ],
2354
+ [
2355
+ 521,
2356
+ 341,
2357
+ 0,
2358
+ 354,
2359
+ 0,
2360
+ "MODEL"
2361
+ ],
2362
+ [
2363
+ 543,
2364
+ 78,
2365
+ 0,
2366
+ 93,
2367
+ 0,
2368
+ "IMAGE"
2369
+ ],
2370
+ [
2371
+ 552,
2372
+ 93,
2373
+ 0,
2374
+ 110,
2375
+ 2,
2376
+ "IMAGE"
2377
+ ],
2378
+ [
2379
+ 553,
2380
+ 93,
2381
+ 0,
2382
+ 111,
2383
+ 2,
2384
+ "IMAGE"
2385
+ ],
2386
+ [
2387
+ 592,
2388
+ 349,
2389
+ 0,
2390
+ 375,
2391
+ 0,
2392
+ "IMAGE"
2393
+ ],
2394
+ [
2395
+ 593,
2396
+ 337,
2397
+ 0,
2398
+ 375,
2399
+ 1,
2400
+ "VAE"
2401
+ ],
2402
+ [
2403
+ 594,
2404
+ 337,
2405
+ 0,
2406
+ 376,
2407
+ 1,
2408
+ "VAE"
2409
+ ],
2410
+ [
2411
+ 595,
2412
+ 337,
2413
+ 0,
2414
+ 377,
2415
+ 1,
2416
+ "VAE"
2417
+ ],
2418
+ [
2419
+ 596,
2420
+ 343,
2421
+ 0,
2422
+ 376,
2423
+ 0,
2424
+ "IMAGE"
2425
+ ],
2426
+ [
2427
+ 597,
2428
+ 344,
2429
+ 0,
2430
+ 377,
2431
+ 0,
2432
+ "IMAGE"
2433
+ ],
2434
+ [
2435
+ 600,
2436
+ 375,
2437
+ 0,
2438
+ 340,
2439
+ 3,
2440
+ "LATENT"
2441
+ ],
2442
+ [
2443
+ 604,
2444
+ 375,
2445
+ 0,
2446
+ 383,
2447
+ 0,
2448
+ "LATENT"
2449
+ ],
2450
+ [
2451
+ 607,
2452
+ 383,
2453
+ 0,
2454
+ 340,
2455
+ 1,
2456
+ "CONDITIONING"
2457
+ ],
2458
+ [
2459
+ 608,
2460
+ 377,
2461
+ 0,
2462
+ 383,
2463
+ 2,
2464
+ "LATENT"
2465
+ ],
2466
+ [
2467
+ 609,
2468
+ 376,
2469
+ 0,
2470
+ 383,
2471
+ 1,
2472
+ "LATENT"
2473
+ ],
2474
+ [
2475
+ 610,
2476
+ 348,
2477
+ 0,
2478
+ 383,
2479
+ 3,
2480
+ "CONDITIONING"
2481
+ ],
2482
+ [
2483
+ 611,
2484
+ 347,
2485
+ 0,
2486
+ 383,
2487
+ 4,
2488
+ "CONDITIONING"
2489
+ ],
2490
+ [
2491
+ 612,
2492
+ 383,
2493
+ 1,
2494
+ 340,
2495
+ 2,
2496
+ "CONDITIONING"
2497
+ ],
2498
+ [
2499
+ 613,
2500
+ 37,
2501
+ 0,
2502
+ 389,
2503
+ 0,
2504
+ "MODEL"
2505
+ ],
2506
+ [
2507
+ 617,
2508
+ 389,
2509
+ 0,
2510
+ 89,
2511
+ 0,
2512
+ "MODEL"
2513
+ ]
2514
+ ],
2515
+ "groups": [
2516
+ {
2517
+ "id": 1,
2518
+ "title": "Step1 - Load models",
2519
+ "bounding": [
2520
+ -270,
2521
+ -170,
2522
+ 370,
2523
+ 570
2524
+ ],
2525
+ "color": "#3f789e",
2526
+ "font_size": 24,
2527
+ "flags": {}
2528
+ },
2529
+ {
2530
+ "id": 2,
2531
+ "title": "Step 2 - Upload image for editing",
2532
+ "bounding": [
2533
+ -270,
2534
+ 430,
2535
+ 970,
2536
+ 550
2537
+ ],
2538
+ "color": "#3f789e",
2539
+ "font_size": 24,
2540
+ "flags": {}
2541
+ },
2542
+ {
2543
+ "id": 3,
2544
+ "title": "Step 4 - Prompt",
2545
+ "bounding": [
2546
+ 130,
2547
+ -170,
2548
+ 570,
2549
+ 570
2550
+ ],
2551
+ "color": "#3f789e",
2552
+ "font_size": 24,
2553
+ "flags": {}
2554
+ },
2555
+ {
2556
+ "id": 4,
2557
+ "title": "Step3 - Image Size",
2558
+ "bounding": [
2559
+ 730,
2560
+ 780,
2561
+ 310,
2562
+ 200
2563
+ ],
2564
+ "color": "#3f789e",
2565
+ "font_size": 24,
2566
+ "flags": {}
2567
+ },
2568
+ {
2569
+ "id": 49,
2570
+ "title": "Raw latent version",
2571
+ "bounding": [
2572
+ -270,
2573
+ 1400,
2574
+ 2330,
2575
+ 1363.5999755859375
2576
+ ],
2577
+ "color": "#3f789e",
2578
+ "font_size": 24,
2579
+ "flags": {}
2580
+ },
2581
+ {
2582
+ "id": 45,
2583
+ "title": "Step1 - Load models",
2584
+ "bounding": [
2585
+ -260,
2586
+ 1440,
2587
+ 370,
2588
+ 570
2589
+ ],
2590
+ "color": "#3f789e",
2591
+ "font_size": 24,
2592
+ "flags": {}
2593
+ },
2594
+ {
2595
+ "id": 46,
2596
+ "title": "Step 2 - Upload image for editing",
2597
+ "bounding": [
2598
+ -260,
2599
+ 2040,
2600
+ 970,
2601
+ 550
2602
+ ],
2603
+ "color": "#3f789e",
2604
+ "font_size": 24,
2605
+ "flags": {}
2606
+ },
2607
+ {
2608
+ "id": 47,
2609
+ "title": "Step 4 - Prompt",
2610
+ "bounding": [
2611
+ 140,
2612
+ 1440,
2613
+ 570,
2614
+ 570
2615
+ ],
2616
+ "color": "#3f789e",
2617
+ "font_size": 24,
2618
+ "flags": {}
2619
+ },
2620
+ {
2621
+ "id": 48,
2622
+ "title": "Step3 - Image Size",
2623
+ "bounding": [
2624
+ 760,
2625
+ 2390,
2626
+ 310,
2627
+ 200
2628
+ ],
2629
+ "color": "#3f789e",
2630
+ "font_size": 24,
2631
+ "flags": {}
2632
+ }
2633
+ ],
2634
+ "definitions": {
2635
+ "subgraphs": [
2636
+ {
2637
+ "id": "c46c74c1-cfc4-41eb-81a8-9c6701737ef6",
2638
+ "version": 1,
2639
+ "state": {
2640
+ "lastGroupId": 48,
2641
+ "lastNodeId": 382,
2642
+ "lastLinkId": 615,
2643
+ "lastRerouteId": 0
2644
+ },
2645
+ "revision": 0,
2646
+ "config": {},
2647
+ "name": "Reference_lantent(Subgraph)",
2648
+ "inputNode": {
2649
+ "id": -10,
2650
+ "bounding": [
2651
+ 910,
2652
+ 3061,
2653
+ 120,
2654
+ 140
2655
+ ]
2656
+ },
2657
+ "outputNode": {
2658
+ "id": -20,
2659
+ "bounding": [
2660
+ 1350,
2661
+ 3091,
2662
+ 120,
2663
+ 80
2664
+ ]
2665
+ },
2666
+ "inputs": [
2667
+ {
2668
+ "id": "55a61535-c57a-4100-8c12-f150ea9fbd3e",
2669
+ "name": "latent_2",
2670
+ "type": "LATENT",
2671
+ "linkIds": [
2672
+ 585,
2673
+ 580
2674
+ ],
2675
+ "localized_name": "latent_2",
2676
+ "label": "image1_latent",
2677
+ "shape": 7,
2678
+ "pos": {
2679
+ "0": 1010,
2680
+ "1": 3081
2681
+ }
2682
+ },
2683
+ {
2684
+ "id": "77c58bb5-ff18-42da-998f-9c6dd32ba314",
2685
+ "name": "latent",
2686
+ "type": "LATENT",
2687
+ "linkIds": [
2688
+ 602,
2689
+ 603
2690
+ ],
2691
+ "label": "image2_latent",
2692
+ "pos": {
2693
+ "0": 1010,
2694
+ "1": 3101
2695
+ }
2696
+ },
2697
+ {
2698
+ "id": "4c787c91-a6db-4015-8f8a-e53ca592b8af",
2699
+ "name": "latent_1",
2700
+ "type": "LATENT",
2701
+ "linkIds": [
2702
+ 604,
2703
+ 605
2704
+ ],
2705
+ "label": "image3_latent",
2706
+ "pos": {
2707
+ "0": 1010,
2708
+ "1": 3121
2709
+ }
2710
+ },
2711
+ {
2712
+ "id": "d468a361-7bd5-4684-b7d5-1839f74049ab",
2713
+ "name": "conditioning",
2714
+ "type": "CONDITIONING",
2715
+ "linkIds": [
2716
+ 606
2717
+ ],
2718
+ "label": "positive",
2719
+ "pos": {
2720
+ "0": 1010,
2721
+ "1": 3141
2722
+ }
2723
+ },
2724
+ {
2725
+ "id": "d9e2ab28-0900-4d02-9da2-2f5c54767c56",
2726
+ "name": "conditioning_1",
2727
+ "type": "CONDITIONING",
2728
+ "linkIds": [
2729
+ 609
2730
+ ],
2731
+ "label": "negative",
2732
+ "pos": {
2733
+ "0": 1010,
2734
+ "1": 3161
2735
+ }
2736
+ }
2737
+ ],
2738
+ "outputs": [
2739
+ {
2740
+ "id": "341bc124-e5aa-4ef3-9d08-44b2c3e1f9d5",
2741
+ "name": "CONDITIONING_1",
2742
+ "type": "CONDITIONING",
2743
+ "linkIds": [
2744
+ 598
2745
+ ],
2746
+ "localized_name": "CONDITIONING_1",
2747
+ "label": "positive",
2748
+ "pos": {
2749
+ "0": 1370,
2750
+ "1": 3111
2751
+ }
2752
+ },
2753
+ {
2754
+ "id": "51726711-cbe7-4b1a-8c61-8828efd94366",
2755
+ "name": "CONDITIONING",
2756
+ "type": "CONDITIONING",
2757
+ "linkIds": [
2758
+ 601
2759
+ ],
2760
+ "label": "negative",
2761
+ "pos": {
2762
+ "0": 1370,
2763
+ "1": 3131
2764
+ }
2765
+ }
2766
+ ],
2767
+ "widgets": [],
2768
+ "nodes": [
2769
+ {
2770
+ "id": 382,
2771
+ "type": "ReferenceLatent",
2772
+ "pos": [
2773
+ 1090,
2774
+ 3278
2775
+ ],
2776
+ "size": [
2777
+ 197.712890625,
2778
+ 46
2779
+ ],
2780
+ "flags": {},
2781
+ "order": 5,
2782
+ "mode": 4,
2783
+ "inputs": [
2784
+ {
2785
+ "localized_name": "conditioning",
2786
+ "name": "conditioning",
2787
+ "type": "CONDITIONING",
2788
+ "link": 612
2789
+ },
2790
+ {
2791
+ "localized_name": "latent",
2792
+ "name": "latent",
2793
+ "shape": 7,
2794
+ "type": "LATENT",
2795
+ "link": 603
2796
+ }
2797
+ ],
2798
+ "outputs": [
2799
+ {
2800
+ "localized_name": "条件",
2801
+ "name": "CONDITIONING",
2802
+ "type": "CONDITIONING",
2803
+ "links": [
2804
+ 588
2805
+ ]
2806
+ }
2807
+ ],
2808
+ "properties": {
2809
+ "cnr_id": "comfy-core",
2810
+ "ver": "0.3.63",
2811
+ "Node name for S&R": "ReferenceLatent"
2812
+ },
2813
+ "widgets_values": []
2814
+ },
2815
+ {
2816
+ "id": 374,
2817
+ "type": "ReferenceLatent",
2818
+ "pos": [
2819
+ 1090,
2820
+ 3366
2821
+ ],
2822
+ "size": [
2823
+ 197.712890625,
2824
+ 46
2825
+ ],
2826
+ "flags": {},
2827
+ "order": 0,
2828
+ "mode": 4,
2829
+ "inputs": [
2830
+ {
2831
+ "localized_name": "conditioning",
2832
+ "name": "conditioning",
2833
+ "type": "CONDITIONING",
2834
+ "link": 613
2835
+ },
2836
+ {
2837
+ "localized_name": "latent",
2838
+ "name": "latent",
2839
+ "shape": 7,
2840
+ "type": "LATENT",
2841
+ "link": 605
2842
+ }
2843
+ ],
2844
+ "outputs": [
2845
+ {
2846
+ "localized_name": "条件",
2847
+ "name": "CONDITIONING",
2848
+ "type": "CONDITIONING",
2849
+ "links": [
2850
+ 599,
2851
+ 601
2852
+ ]
2853
+ }
2854
+ ],
2855
+ "properties": {
2856
+ "cnr_id": "comfy-core",
2857
+ "ver": "0.3.63",
2858
+ "Node name for S&R": "ReferenceLatent"
2859
+ },
2860
+ "widgets_values": []
2861
+ },
2862
+ {
2863
+ "id": 380,
2864
+ "type": "ReferenceLatent",
2865
+ "pos": [
2866
+ 1090,
2867
+ 3060
2868
+ ],
2869
+ "size": [
2870
+ 197.712890625,
2871
+ 46
2872
+ ],
2873
+ "flags": {},
2874
+ "order": 3,
2875
+ "mode": 4,
2876
+ "inputs": [
2877
+ {
2878
+ "localized_name": "conditioning",
2879
+ "name": "conditioning",
2880
+ "type": "CONDITIONING",
2881
+ "link": 615
2882
+ },
2883
+ {
2884
+ "localized_name": "latent",
2885
+ "name": "latent",
2886
+ "shape": 7,
2887
+ "type": "LATENT",
2888
+ "link": 604
2889
+ }
2890
+ ],
2891
+ "outputs": [
2892
+ {
2893
+ "localized_name": "条件",
2894
+ "name": "CONDITIONING",
2895
+ "type": "CONDITIONING",
2896
+ "links": [
2897
+ 598
2898
+ ]
2899
+ }
2900
+ ],
2901
+ "properties": {
2902
+ "cnr_id": "comfy-core",
2903
+ "ver": "0.3.63",
2904
+ "Node name for S&R": "ReferenceLatent"
2905
+ },
2906
+ "widgets_values": []
2907
+ },
2908
+ {
2909
+ "id": 381,
2910
+ "type": "ReferenceLatent",
2911
+ "pos": [
2912
+ 1090,
2913
+ 3190
2914
+ ],
2915
+ "size": [
2916
+ 197.712890625,
2917
+ 46
2918
+ ],
2919
+ "flags": {},
2920
+ "order": 4,
2921
+ "mode": 4,
2922
+ "inputs": [
2923
+ {
2924
+ "localized_name": "conditioning",
2925
+ "name": "conditioning",
2926
+ "type": "CONDITIONING",
2927
+ "link": 609
2928
+ },
2929
+ {
2930
+ "localized_name": "latent",
2931
+ "name": "latent",
2932
+ "shape": 7,
2933
+ "type": "LATENT",
2934
+ "link": 585
2935
+ }
2936
+ ],
2937
+ "outputs": [
2938
+ {
2939
+ "localized_name": "条件",
2940
+ "name": "CONDITIONING",
2941
+ "type": "CONDITIONING",
2942
+ "links": [
2943
+ 586,
2944
+ 612,
2945
+ 613
2946
+ ]
2947
+ }
2948
+ ],
2949
+ "properties": {
2950
+ "cnr_id": "comfy-core",
2951
+ "ver": "0.3.63",
2952
+ "Node name for S&R": "ReferenceLatent"
2953
+ },
2954
+ "widgets_values": []
2955
+ },
2956
+ {
2957
+ "id": 379,
2958
+ "type": "ReferenceLatent",
2959
+ "pos": [
2960
+ 1090,
2961
+ 2880
2962
+ ],
2963
+ "size": [
2964
+ 200,
2965
+ 50
2966
+ ],
2967
+ "flags": {},
2968
+ "order": 2,
2969
+ "mode": 4,
2970
+ "inputs": [
2971
+ {
2972
+ "localized_name": "conditioning",
2973
+ "name": "conditioning",
2974
+ "type": "CONDITIONING",
2975
+ "link": 606
2976
+ },
2977
+ {
2978
+ "localized_name": "latent",
2979
+ "name": "latent",
2980
+ "shape": 7,
2981
+ "type": "LATENT",
2982
+ "link": 580
2983
+ }
2984
+ ],
2985
+ "outputs": [
2986
+ {
2987
+ "localized_name": "条件",
2988
+ "name": "CONDITIONING",
2989
+ "type": "CONDITIONING",
2990
+ "links": [
2991
+ 581,
2992
+ 614
2993
+ ]
2994
+ }
2995
+ ],
2996
+ "properties": {
2997
+ "cnr_id": "comfy-core",
2998
+ "ver": "0.3.63",
2999
+ "Node name for S&R": "ReferenceLatent"
3000
+ },
3001
+ "widgets_values": []
3002
+ },
3003
+ {
3004
+ "id": 378,
3005
+ "type": "ReferenceLatent",
3006
+ "pos": [
3007
+ 1090,
3008
+ 2970
3009
+ ],
3010
+ "size": [
3011
+ 197.712890625,
3012
+ 46
3013
+ ],
3014
+ "flags": {},
3015
+ "order": 1,
3016
+ "mode": 4,
3017
+ "inputs": [
3018
+ {
3019
+ "localized_name": "conditioning",
3020
+ "name": "conditioning",
3021
+ "type": "CONDITIONING",
3022
+ "link": 614
3023
+ },
3024
+ {
3025
+ "localized_name": "latent",
3026
+ "name": "latent",
3027
+ "shape": 7,
3028
+ "type": "LATENT",
3029
+ "link": 602
3030
+ }
3031
+ ],
3032
+ "outputs": [
3033
+ {
3034
+ "localized_name": "条件",
3035
+ "name": "CONDITIONING",
3036
+ "type": "CONDITIONING",
3037
+ "links": [
3038
+ 583,
3039
+ 615
3040
+ ]
3041
+ }
3042
+ ],
3043
+ "properties": {
3044
+ "cnr_id": "comfy-core",
3045
+ "ver": "0.3.63",
3046
+ "Node name for S&R": "ReferenceLatent"
3047
+ },
3048
+ "widgets_values": []
3049
+ }
3050
+ ],
3051
+ "groups": [],
3052
+ "links": [
3053
+ {
3054
+ "id": 585,
3055
+ "origin_id": -10,
3056
+ "origin_slot": 0,
3057
+ "target_id": 381,
3058
+ "target_slot": 1,
3059
+ "type": "LATENT"
3060
+ },
3061
+ {
3062
+ "id": 580,
3063
+ "origin_id": -10,
3064
+ "origin_slot": 0,
3065
+ "target_id": 379,
3066
+ "target_slot": 1,
3067
+ "type": "LATENT"
3068
+ },
3069
+ {
3070
+ "id": 598,
3071
+ "origin_id": 380,
3072
+ "origin_slot": 0,
3073
+ "target_id": -20,
3074
+ "target_slot": 0,
3075
+ "type": "CONDITIONING"
3076
+ },
3077
+ {
3078
+ "id": 601,
3079
+ "origin_id": 374,
3080
+ "origin_slot": 0,
3081
+ "target_id": -20,
3082
+ "target_slot": 1,
3083
+ "type": "CONDITIONING"
3084
+ },
3085
+ {
3086
+ "id": 602,
3087
+ "origin_id": -10,
3088
+ "origin_slot": 1,
3089
+ "target_id": 378,
3090
+ "target_slot": 1,
3091
+ "type": "LATENT"
3092
+ },
3093
+ {
3094
+ "id": 603,
3095
+ "origin_id": -10,
3096
+ "origin_slot": 1,
3097
+ "target_id": 382,
3098
+ "target_slot": 1,
3099
+ "type": "LATENT"
3100
+ },
3101
+ {
3102
+ "id": 604,
3103
+ "origin_id": -10,
3104
+ "origin_slot": 2,
3105
+ "target_id": 380,
3106
+ "target_slot": 1,
3107
+ "type": "LATENT"
3108
+ },
3109
+ {
3110
+ "id": 605,
3111
+ "origin_id": -10,
3112
+ "origin_slot": 2,
3113
+ "target_id": 374,
3114
+ "target_slot": 1,
3115
+ "type": "LATENT"
3116
+ },
3117
+ {
3118
+ "id": 606,
3119
+ "origin_id": -10,
3120
+ "origin_slot": 3,
3121
+ "target_id": 379,
3122
+ "target_slot": 0,
3123
+ "type": "CONDITIONING"
3124
+ },
3125
+ {
3126
+ "id": 609,
3127
+ "origin_id": -10,
3128
+ "origin_slot": 4,
3129
+ "target_id": 381,
3130
+ "target_slot": 0,
3131
+ "type": "CONDITIONING"
3132
+ },
3133
+ {
3134
+ "id": 612,
3135
+ "origin_id": 381,
3136
+ "origin_slot": 0,
3137
+ "target_id": 382,
3138
+ "target_slot": 0,
3139
+ "type": "CONDITIONING"
3140
+ },
3141
+ {
3142
+ "id": 613,
3143
+ "origin_id": 381,
3144
+ "origin_slot": 0,
3145
+ "target_id": 374,
3146
+ "target_slot": 0,
3147
+ "type": "CONDITIONING"
3148
+ },
3149
+ {
3150
+ "id": 614,
3151
+ "origin_id": 379,
3152
+ "origin_slot": 0,
3153
+ "target_id": 378,
3154
+ "target_slot": 0,
3155
+ "type": "CONDITIONING"
3156
+ },
3157
+ {
3158
+ "id": 615,
3159
+ "origin_id": 378,
3160
+ "origin_slot": 0,
3161
+ "target_id": 380,
3162
+ "target_slot": 0,
3163
+ "type": "CONDITIONING"
3164
+ }
3165
+ ],
3166
+ "extra": {}
3167
+ }
3168
+ ]
3169
+ },
3170
+ "config": {},
3171
+ "extra": {
3172
+ "ds": {
3173
+ "scale": 0.654350147349338,
3174
+ "offset": [
3175
+ 82.5526636320396,
3176
+ -47.44242564031236
3177
+ ]
3178
+ },
3179
+ "frontendVersion": "1.27.10",
3180
+ "ue_links": [],
3181
+ "links_added_by_ue": [],
3182
+ "VHS_latentpreview": false,
3183
+ "VHS_latentpreviewrate": 0,
3184
+ "VHS_MetadataImage": true,
3185
+ "VHS_KeepIntermediate": true
3186
+ },
3187
+ "version": 0.4
3188
+ }