comfyui-workflow-templates 0.1.86__py3-none-any.whl → 0.1.88__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of comfyui-workflow-templates might be problematic. Click here for more details.
- comfyui_workflow_templates/templates/api_rodin_gen2-1.webp +0 -0
- comfyui_workflow_templates/templates/api_rodin_gen2.json +708 -0
- comfyui_workflow_templates/templates/api_wan_image_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_wan_image_to_video.json +370 -0
- comfyui_workflow_templates/templates/api_wan_text_to_image.json +140 -0
- comfyui_workflow_templates/templates/api_wan_text_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_wan_text_to_video.json +286 -0
- comfyui_workflow_templates/templates/image_chroma1_radiance_text_to_image.json +760 -310
- comfyui_workflow_templates/templates/image_chroma_text_to_image.json +666 -347
- comfyui_workflow_templates/templates/index.es.json +2 -2
- comfyui_workflow_templates/templates/index.fr.json +2 -2
- comfyui_workflow_templates/templates/index.ja.json +2 -2
- comfyui_workflow_templates/templates/index.json +40 -4
- comfyui_workflow_templates/templates/index.ko.json +2 -2
- comfyui_workflow_templates/templates/index.ru.json +2 -2
- comfyui_workflow_templates/templates/index.zh-TW.json +2 -2
- comfyui_workflow_templates/templates/index.zh.json +2 -2
- comfyui_workflow_templates/templates/video_wan2_2_14B_animate.json +5119 -3647
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +260 -174
- {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.88.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.88.dist-info}/RECORD +24 -17
- {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.88.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.88.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.88.dist-info}/top_level.txt +0 -0
|
@@ -1,301 +1,456 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "b2d37916-fab5-425f-850d-7a64886e4d54",
|
|
3
3
|
"revision": 0,
|
|
4
|
-
"last_node_id":
|
|
5
|
-
"last_link_id":
|
|
4
|
+
"last_node_id": 750,
|
|
5
|
+
"last_link_id": 1371,
|
|
6
6
|
"nodes": [
|
|
7
7
|
{
|
|
8
|
-
"id":
|
|
9
|
-
"type": "
|
|
8
|
+
"id": 298,
|
|
9
|
+
"type": "VAEDecode",
|
|
10
10
|
"pos": [
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
-1450,
|
|
12
|
+
1470
|
|
13
13
|
],
|
|
14
14
|
"size": [
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
140,
|
|
16
|
+
46
|
|
17
17
|
],
|
|
18
|
-
"flags": {
|
|
19
|
-
|
|
18
|
+
"flags": {
|
|
19
|
+
"collapsed": false
|
|
20
|
+
},
|
|
21
|
+
"order": 16,
|
|
20
22
|
"mode": 0,
|
|
21
|
-
"inputs": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
"inputs": [
|
|
24
|
+
{
|
|
25
|
+
"name": "samples",
|
|
26
|
+
"type": "LATENT",
|
|
27
|
+
"link": 1355
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "vae",
|
|
31
|
+
"type": "VAE",
|
|
32
|
+
"link": 1252
|
|
33
|
+
}
|
|
26
34
|
],
|
|
27
|
-
"
|
|
28
|
-
|
|
35
|
+
"outputs": [
|
|
36
|
+
{
|
|
37
|
+
"name": "IMAGE",
|
|
38
|
+
"type": "IMAGE",
|
|
39
|
+
"links": [
|
|
40
|
+
1341
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"properties": {
|
|
45
|
+
"enableTabs": false,
|
|
46
|
+
"tabWidth": 65,
|
|
47
|
+
"tabXOffset": 10,
|
|
48
|
+
"hasSecondTab": false,
|
|
49
|
+
"secondTabText": "Send Back",
|
|
50
|
+
"secondTabOffset": 80,
|
|
51
|
+
"secondTabWidth": 65,
|
|
52
|
+
"cnr_id": "comfy-core",
|
|
53
|
+
"ver": "0.3.27",
|
|
54
|
+
"Node name for S&R": "VAEDecode"
|
|
55
|
+
},
|
|
56
|
+
"widgets_values": []
|
|
29
57
|
},
|
|
30
58
|
{
|
|
31
|
-
"id":
|
|
32
|
-
"type": "
|
|
59
|
+
"id": 694,
|
|
60
|
+
"type": "CFGGuider",
|
|
33
61
|
"pos": [
|
|
34
|
-
|
|
35
|
-
|
|
62
|
+
-1770,
|
|
63
|
+
1300
|
|
36
64
|
],
|
|
37
65
|
"size": [
|
|
38
|
-
|
|
39
|
-
|
|
66
|
+
210,
|
|
67
|
+
98
|
|
40
68
|
],
|
|
41
|
-
"flags": {
|
|
42
|
-
|
|
69
|
+
"flags": {
|
|
70
|
+
"collapsed": false
|
|
71
|
+
},
|
|
72
|
+
"order": 14,
|
|
43
73
|
"mode": 0,
|
|
44
|
-
"inputs": [
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
74
|
+
"inputs": [
|
|
75
|
+
{
|
|
76
|
+
"name": "model",
|
|
77
|
+
"type": "MODEL",
|
|
78
|
+
"link": 1370
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "positive",
|
|
82
|
+
"type": "CONDITIONING",
|
|
83
|
+
"link": 1358
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "negative",
|
|
87
|
+
"type": "CONDITIONING",
|
|
88
|
+
"link": 1361
|
|
89
|
+
}
|
|
49
90
|
],
|
|
50
|
-
"
|
|
51
|
-
|
|
91
|
+
"outputs": [
|
|
92
|
+
{
|
|
93
|
+
"name": "GUIDER",
|
|
94
|
+
"type": "GUIDER",
|
|
95
|
+
"links": [
|
|
96
|
+
1351
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"properties": {
|
|
101
|
+
"enableTabs": false,
|
|
102
|
+
"tabWidth": 65,
|
|
103
|
+
"tabXOffset": 10,
|
|
104
|
+
"hasSecondTab": false,
|
|
105
|
+
"secondTabText": "Send Back",
|
|
106
|
+
"secondTabOffset": 80,
|
|
107
|
+
"secondTabWidth": 65,
|
|
108
|
+
"cnr_id": "comfy-core",
|
|
109
|
+
"ver": "0.3.27",
|
|
110
|
+
"Node name for S&R": "CFGGuider"
|
|
111
|
+
},
|
|
112
|
+
"widgets_values": [
|
|
113
|
+
3.5
|
|
114
|
+
]
|
|
52
115
|
},
|
|
53
116
|
{
|
|
54
|
-
"id":
|
|
55
|
-
"type": "
|
|
117
|
+
"id": 700,
|
|
118
|
+
"type": "KSamplerSelect",
|
|
56
119
|
"pos": [
|
|
57
|
-
-
|
|
58
|
-
|
|
120
|
+
-1770,
|
|
121
|
+
1440
|
|
59
122
|
],
|
|
60
123
|
"size": [
|
|
61
|
-
|
|
62
|
-
|
|
124
|
+
210,
|
|
125
|
+
58
|
|
63
126
|
],
|
|
64
|
-
"flags": {
|
|
65
|
-
|
|
127
|
+
"flags": {
|
|
128
|
+
"collapsed": false
|
|
129
|
+
},
|
|
130
|
+
"order": 0,
|
|
66
131
|
"mode": 0,
|
|
67
132
|
"inputs": [],
|
|
68
133
|
"outputs": [
|
|
69
134
|
{
|
|
70
|
-
"name": "
|
|
71
|
-
"type": "
|
|
135
|
+
"name": "SAMPLER",
|
|
136
|
+
"type": "SAMPLER",
|
|
72
137
|
"links": [
|
|
73
|
-
|
|
138
|
+
1352
|
|
74
139
|
]
|
|
75
140
|
}
|
|
76
141
|
],
|
|
77
142
|
"properties": {
|
|
143
|
+
"enableTabs": false,
|
|
144
|
+
"tabWidth": 65,
|
|
145
|
+
"tabXOffset": 10,
|
|
146
|
+
"hasSecondTab": false,
|
|
147
|
+
"secondTabText": "Send Back",
|
|
148
|
+
"secondTabOffset": 80,
|
|
149
|
+
"secondTabWidth": 65,
|
|
78
150
|
"cnr_id": "comfy-core",
|
|
79
|
-
"ver": "0.3.
|
|
80
|
-
"Node name for S&R": "
|
|
151
|
+
"ver": "0.3.49",
|
|
152
|
+
"Node name for S&R": "KSamplerSelect"
|
|
81
153
|
},
|
|
82
154
|
"widgets_values": [
|
|
83
|
-
|
|
84
|
-
1024,
|
|
85
|
-
1
|
|
155
|
+
"euler"
|
|
86
156
|
]
|
|
87
157
|
},
|
|
88
158
|
{
|
|
89
|
-
"id":
|
|
90
|
-
"type": "
|
|
159
|
+
"id": 701,
|
|
160
|
+
"type": "ModelSamplingAuraFlow",
|
|
91
161
|
"pos": [
|
|
92
|
-
|
|
93
|
-
|
|
162
|
+
-1800,
|
|
163
|
+
730
|
|
94
164
|
],
|
|
95
165
|
"size": [
|
|
96
|
-
|
|
97
|
-
|
|
166
|
+
210,
|
|
167
|
+
58
|
|
98
168
|
],
|
|
99
|
-
"flags": {
|
|
100
|
-
|
|
169
|
+
"flags": {
|
|
170
|
+
"collapsed": false
|
|
171
|
+
},
|
|
172
|
+
"order": 10,
|
|
101
173
|
"mode": 0,
|
|
102
174
|
"inputs": [
|
|
103
175
|
{
|
|
104
|
-
"name": "
|
|
105
|
-
"type": "
|
|
106
|
-
"link":
|
|
176
|
+
"name": "model",
|
|
177
|
+
"type": "MODEL",
|
|
178
|
+
"link": 1366
|
|
107
179
|
}
|
|
108
180
|
],
|
|
109
|
-
"outputs": [
|
|
181
|
+
"outputs": [
|
|
182
|
+
{
|
|
183
|
+
"name": "MODEL",
|
|
184
|
+
"type": "MODEL",
|
|
185
|
+
"links": [
|
|
186
|
+
1370,
|
|
187
|
+
1371
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"title": "Flow Shift",
|
|
110
192
|
"properties": {
|
|
193
|
+
"enableTabs": false,
|
|
194
|
+
"tabWidth": 65,
|
|
195
|
+
"tabXOffset": 10,
|
|
196
|
+
"hasSecondTab": false,
|
|
197
|
+
"secondTabText": "Send Back",
|
|
198
|
+
"secondTabOffset": 80,
|
|
199
|
+
"secondTabWidth": 65,
|
|
111
200
|
"cnr_id": "comfy-core",
|
|
112
|
-
"ver": "0.3.
|
|
201
|
+
"ver": "0.3.52",
|
|
202
|
+
"Node name for S&R": "ModelSamplingAuraFlow"
|
|
113
203
|
},
|
|
114
204
|
"widgets_values": [
|
|
115
|
-
|
|
205
|
+
1
|
|
116
206
|
]
|
|
117
207
|
},
|
|
118
208
|
{
|
|
119
|
-
"id":
|
|
120
|
-
"type": "
|
|
209
|
+
"id": 710,
|
|
210
|
+
"type": "VAELoader",
|
|
121
211
|
"pos": [
|
|
122
|
-
|
|
123
|
-
|
|
212
|
+
-2260,
|
|
213
|
+
920
|
|
124
214
|
],
|
|
125
215
|
"size": [
|
|
126
|
-
|
|
127
|
-
|
|
216
|
+
370,
|
|
217
|
+
60
|
|
128
218
|
],
|
|
129
219
|
"flags": {
|
|
130
|
-
"collapsed":
|
|
220
|
+
"collapsed": false
|
|
131
221
|
},
|
|
132
|
-
"order":
|
|
222
|
+
"order": 5,
|
|
133
223
|
"mode": 0,
|
|
134
|
-
"inputs": [
|
|
135
|
-
|
|
136
|
-
"name": "samples",
|
|
137
|
-
"type": "LATENT",
|
|
138
|
-
"link": 7
|
|
139
|
-
},
|
|
224
|
+
"inputs": [],
|
|
225
|
+
"outputs": [
|
|
140
226
|
{
|
|
141
|
-
"name": "
|
|
227
|
+
"name": "VAE",
|
|
142
228
|
"type": "VAE",
|
|
143
|
-
"
|
|
229
|
+
"links": [
|
|
230
|
+
1252
|
|
231
|
+
]
|
|
144
232
|
}
|
|
145
233
|
],
|
|
234
|
+
"properties": {
|
|
235
|
+
"enableTabs": false,
|
|
236
|
+
"tabWidth": 65,
|
|
237
|
+
"tabXOffset": 10,
|
|
238
|
+
"hasSecondTab": false,
|
|
239
|
+
"secondTabText": "Send Back",
|
|
240
|
+
"secondTabOffset": 80,
|
|
241
|
+
"secondTabWidth": 65,
|
|
242
|
+
"cnr_id": "comfy-core",
|
|
243
|
+
"ver": "0.3.27",
|
|
244
|
+
"Node name for S&R": "VAELoader",
|
|
245
|
+
"models": [
|
|
246
|
+
{
|
|
247
|
+
"name": "ae.safetensors",
|
|
248
|
+
"url": "https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors",
|
|
249
|
+
"directory": "vae"
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"widgets_values": [
|
|
254
|
+
"ae.safetensors"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": 718,
|
|
259
|
+
"type": "RandomNoise",
|
|
260
|
+
"pos": [
|
|
261
|
+
-1770,
|
|
262
|
+
1170
|
|
263
|
+
],
|
|
264
|
+
"size": [
|
|
265
|
+
210,
|
|
266
|
+
82
|
|
267
|
+
],
|
|
268
|
+
"flags": {},
|
|
269
|
+
"order": 1,
|
|
270
|
+
"mode": 0,
|
|
271
|
+
"inputs": [],
|
|
146
272
|
"outputs": [
|
|
147
273
|
{
|
|
148
|
-
"name": "
|
|
149
|
-
"type": "
|
|
150
|
-
"slot_index": 0,
|
|
274
|
+
"name": "NOISE",
|
|
275
|
+
"type": "NOISE",
|
|
151
276
|
"links": [
|
|
152
|
-
|
|
277
|
+
1350
|
|
153
278
|
]
|
|
154
279
|
}
|
|
155
280
|
],
|
|
281
|
+
"title": "SEED",
|
|
156
282
|
"properties": {
|
|
283
|
+
"enableTabs": false,
|
|
284
|
+
"tabWidth": 65,
|
|
285
|
+
"tabXOffset": 10,
|
|
286
|
+
"hasSecondTab": false,
|
|
287
|
+
"secondTabText": "Send Back",
|
|
288
|
+
"secondTabOffset": 80,
|
|
289
|
+
"secondTabWidth": 65,
|
|
157
290
|
"cnr_id": "comfy-core",
|
|
158
|
-
"ver": "0.3.
|
|
159
|
-
"Node name for S&R": "
|
|
291
|
+
"ver": "0.3.57",
|
|
292
|
+
"Node name for S&R": "RandomNoise"
|
|
160
293
|
},
|
|
161
|
-
"widgets_values": [
|
|
294
|
+
"widgets_values": [
|
|
295
|
+
798004928304404,
|
|
296
|
+
"randomize"
|
|
297
|
+
]
|
|
162
298
|
},
|
|
163
299
|
{
|
|
164
|
-
"id":
|
|
165
|
-
"type": "
|
|
300
|
+
"id": 731,
|
|
301
|
+
"type": "UNETLoader",
|
|
166
302
|
"pos": [
|
|
167
|
-
-
|
|
168
|
-
|
|
303
|
+
-2260,
|
|
304
|
+
650
|
|
169
305
|
],
|
|
170
306
|
"size": [
|
|
171
|
-
|
|
172
|
-
|
|
307
|
+
370,
|
|
308
|
+
82
|
|
173
309
|
],
|
|
174
310
|
"flags": {},
|
|
175
|
-
"order":
|
|
311
|
+
"order": 7,
|
|
176
312
|
"mode": 0,
|
|
177
313
|
"inputs": [],
|
|
178
314
|
"outputs": [
|
|
179
315
|
{
|
|
180
|
-
"name": "
|
|
181
|
-
"type": "
|
|
316
|
+
"name": "MODEL",
|
|
317
|
+
"type": "MODEL",
|
|
182
318
|
"links": [
|
|
183
|
-
|
|
319
|
+
1366
|
|
184
320
|
]
|
|
185
321
|
}
|
|
186
322
|
],
|
|
187
323
|
"properties": {
|
|
324
|
+
"enableTabs": false,
|
|
325
|
+
"tabWidth": 65,
|
|
326
|
+
"tabXOffset": 10,
|
|
327
|
+
"hasSecondTab": false,
|
|
328
|
+
"secondTabText": "Send Back",
|
|
329
|
+
"secondTabOffset": 80,
|
|
330
|
+
"secondTabWidth": 65,
|
|
188
331
|
"cnr_id": "comfy-core",
|
|
189
|
-
"ver": "0.3.
|
|
190
|
-
"Node name for S&R": "
|
|
332
|
+
"ver": "0.3.57",
|
|
333
|
+
"Node name for S&R": "UNETLoader",
|
|
191
334
|
"models": [
|
|
192
335
|
{
|
|
193
|
-
"name": "
|
|
194
|
-
"url": "https://huggingface.co/
|
|
195
|
-
"directory": "
|
|
336
|
+
"name": "Chroma1-HD-fp8_scaled_rev2.safetensors",
|
|
337
|
+
"url": "https://huggingface.co/silveroxides/Chroma1-HD-fp8-scaled/resolve/main/Chroma1-HD-fp8_scaled_rev2.safetensors",
|
|
338
|
+
"directory": "diffusion_models"
|
|
196
339
|
}
|
|
197
340
|
]
|
|
198
341
|
},
|
|
199
342
|
"widgets_values": [
|
|
200
|
-
"
|
|
201
|
-
"chroma",
|
|
343
|
+
"Chroma1-HD-fp8_scaled_rev2.safetensors",
|
|
202
344
|
"default"
|
|
203
345
|
]
|
|
204
346
|
},
|
|
205
347
|
{
|
|
206
|
-
"id":
|
|
207
|
-
"type": "
|
|
348
|
+
"id": 733,
|
|
349
|
+
"type": "CLIPLoader",
|
|
208
350
|
"pos": [
|
|
209
|
-
|
|
210
|
-
|
|
351
|
+
-2260,
|
|
352
|
+
770
|
|
211
353
|
],
|
|
212
354
|
"size": [
|
|
213
|
-
|
|
214
|
-
|
|
355
|
+
370,
|
|
356
|
+
110
|
|
215
357
|
],
|
|
216
358
|
"flags": {},
|
|
217
|
-
"order":
|
|
359
|
+
"order": 6,
|
|
218
360
|
"mode": 0,
|
|
219
|
-
"inputs": [
|
|
220
|
-
{
|
|
221
|
-
"name": "clip",
|
|
222
|
-
"type": "CLIP",
|
|
223
|
-
"link": 12
|
|
224
|
-
}
|
|
225
|
-
],
|
|
361
|
+
"inputs": [],
|
|
226
362
|
"outputs": [
|
|
227
363
|
{
|
|
228
|
-
"name": "
|
|
229
|
-
"type": "
|
|
230
|
-
"slot_index": 0,
|
|
364
|
+
"name": "CLIP",
|
|
365
|
+
"type": "CLIP",
|
|
231
366
|
"links": [
|
|
232
|
-
|
|
367
|
+
1342
|
|
233
368
|
]
|
|
234
369
|
}
|
|
235
370
|
],
|
|
236
371
|
"properties": {
|
|
372
|
+
"enableTabs": false,
|
|
373
|
+
"tabWidth": 65,
|
|
374
|
+
"tabXOffset": 10,
|
|
375
|
+
"hasSecondTab": false,
|
|
376
|
+
"secondTabText": "Send Back",
|
|
377
|
+
"secondTabOffset": 80,
|
|
378
|
+
"secondTabWidth": 65,
|
|
237
379
|
"cnr_id": "comfy-core",
|
|
238
|
-
"ver": "0.3.
|
|
239
|
-
"Node name for S&R": "
|
|
380
|
+
"ver": "0.3.57",
|
|
381
|
+
"Node name for S&R": "CLIPLoader",
|
|
382
|
+
"models": [
|
|
383
|
+
{
|
|
384
|
+
"name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
385
|
+
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
386
|
+
"directory": "text_encoders"
|
|
387
|
+
}
|
|
388
|
+
]
|
|
240
389
|
},
|
|
241
390
|
"widgets_values": [
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
391
|
+
"t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
392
|
+
"chroma",
|
|
393
|
+
"default"
|
|
394
|
+
]
|
|
246
395
|
},
|
|
247
396
|
{
|
|
248
|
-
"id":
|
|
249
|
-
"type": "
|
|
397
|
+
"id": 734,
|
|
398
|
+
"type": "BasicScheduler",
|
|
250
399
|
"pos": [
|
|
251
|
-
|
|
252
|
-
|
|
400
|
+
-1770,
|
|
401
|
+
1550
|
|
253
402
|
],
|
|
254
403
|
"size": [
|
|
255
|
-
|
|
256
|
-
|
|
404
|
+
210,
|
|
405
|
+
106
|
|
257
406
|
],
|
|
258
407
|
"flags": {},
|
|
259
|
-
"order":
|
|
408
|
+
"order": 13,
|
|
260
409
|
"mode": 0,
|
|
261
410
|
"inputs": [
|
|
262
411
|
{
|
|
263
|
-
"name": "
|
|
264
|
-
"type": "
|
|
265
|
-
"link":
|
|
412
|
+
"name": "model",
|
|
413
|
+
"type": "MODEL",
|
|
414
|
+
"link": 1371
|
|
266
415
|
}
|
|
267
416
|
],
|
|
268
417
|
"outputs": [
|
|
269
418
|
{
|
|
270
|
-
"name": "
|
|
271
|
-
"type": "
|
|
272
|
-
"slot_index": 0,
|
|
419
|
+
"name": "SIGMAS",
|
|
420
|
+
"type": "SIGMAS",
|
|
273
421
|
"links": [
|
|
274
|
-
|
|
422
|
+
1353
|
|
275
423
|
]
|
|
276
424
|
}
|
|
277
425
|
],
|
|
278
426
|
"properties": {
|
|
427
|
+
"enableTabs": false,
|
|
428
|
+
"tabWidth": 65,
|
|
429
|
+
"tabXOffset": 10,
|
|
430
|
+
"hasSecondTab": false,
|
|
431
|
+
"secondTabText": "Send Back",
|
|
432
|
+
"secondTabOffset": 80,
|
|
433
|
+
"secondTabWidth": 65,
|
|
279
434
|
"cnr_id": "comfy-core",
|
|
280
|
-
"ver": "0.3.
|
|
281
|
-
"Node name for S&R": "
|
|
435
|
+
"ver": "0.3.59",
|
|
436
|
+
"Node name for S&R": "BasicScheduler"
|
|
282
437
|
},
|
|
283
438
|
"widgets_values": [
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
439
|
+
"beta",
|
|
440
|
+
26,
|
|
441
|
+
1
|
|
442
|
+
]
|
|
288
443
|
},
|
|
289
444
|
{
|
|
290
|
-
"id":
|
|
291
|
-
"type": "
|
|
445
|
+
"id": 737,
|
|
446
|
+
"type": "EmptySD3LatentImage",
|
|
292
447
|
"pos": [
|
|
293
|
-
-
|
|
294
|
-
|
|
448
|
+
-2260,
|
|
449
|
+
1170
|
|
295
450
|
],
|
|
296
451
|
"size": [
|
|
297
|
-
|
|
298
|
-
|
|
452
|
+
370,
|
|
453
|
+
106
|
|
299
454
|
],
|
|
300
455
|
"flags": {},
|
|
301
456
|
"order": 4,
|
|
@@ -303,89 +458,113 @@
|
|
|
303
458
|
"inputs": [],
|
|
304
459
|
"outputs": [
|
|
305
460
|
{
|
|
306
|
-
"name": "
|
|
307
|
-
"type": "
|
|
461
|
+
"name": "LATENT",
|
|
462
|
+
"type": "LATENT",
|
|
308
463
|
"links": [
|
|
309
|
-
|
|
464
|
+
1354
|
|
310
465
|
]
|
|
311
466
|
}
|
|
312
467
|
],
|
|
313
468
|
"properties": {
|
|
469
|
+
"enableTabs": false,
|
|
470
|
+
"tabWidth": 65,
|
|
471
|
+
"tabXOffset": 10,
|
|
472
|
+
"hasSecondTab": false,
|
|
473
|
+
"secondTabText": "Send Back",
|
|
474
|
+
"secondTabOffset": 80,
|
|
475
|
+
"secondTabWidth": 65,
|
|
314
476
|
"cnr_id": "comfy-core",
|
|
315
|
-
"ver": "0.3.
|
|
316
|
-
"Node name for S&R": "
|
|
317
|
-
"models": [
|
|
318
|
-
{
|
|
319
|
-
"name": "Chroma1-HD.safetensors",
|
|
320
|
-
"url": "https://huggingface.co/lodestones/Chroma1-HD/resolve/main/Chroma1-HD.safetensors",
|
|
321
|
-
"directory": "diffusion_models"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
477
|
+
"ver": "0.3.59",
|
|
478
|
+
"Node name for S&R": "EmptySD3LatentImage"
|
|
324
479
|
},
|
|
325
480
|
"widgets_values": [
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
481
|
+
1024,
|
|
482
|
+
1024,
|
|
483
|
+
1
|
|
484
|
+
],
|
|
485
|
+
"color": "#323",
|
|
486
|
+
"bgcolor": "#535"
|
|
329
487
|
},
|
|
330
488
|
{
|
|
331
|
-
"id":
|
|
332
|
-
"type": "
|
|
489
|
+
"id": 739,
|
|
490
|
+
"type": "Note",
|
|
333
491
|
"pos": [
|
|
334
|
-
-
|
|
335
|
-
|
|
492
|
+
-1820,
|
|
493
|
+
590
|
|
336
494
|
],
|
|
337
495
|
"size": [
|
|
338
|
-
|
|
339
|
-
|
|
496
|
+
260,
|
|
497
|
+
90
|
|
340
498
|
],
|
|
341
499
|
"flags": {},
|
|
342
|
-
"order":
|
|
500
|
+
"order": 2,
|
|
343
501
|
"mode": 0,
|
|
344
502
|
"inputs": [],
|
|
345
|
-
"outputs": [
|
|
503
|
+
"outputs": [],
|
|
504
|
+
"title": "Optional Flow Shift",
|
|
505
|
+
"properties": {},
|
|
506
|
+
"widgets_values": [
|
|
507
|
+
"Flow Shift node set to 1.0 represents intended shift by the creator of the Chroma model and will produce greater detail. "
|
|
508
|
+
],
|
|
509
|
+
"color": "#432",
|
|
510
|
+
"bgcolor": "#653"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": 740,
|
|
514
|
+
"type": "SaveImage",
|
|
515
|
+
"pos": [
|
|
516
|
+
-1080,
|
|
517
|
+
530
|
|
518
|
+
],
|
|
519
|
+
"size": [
|
|
520
|
+
1020,
|
|
521
|
+
1140
|
|
522
|
+
],
|
|
523
|
+
"flags": {},
|
|
524
|
+
"order": 17,
|
|
525
|
+
"mode": 0,
|
|
526
|
+
"inputs": [
|
|
346
527
|
{
|
|
347
|
-
"name": "
|
|
348
|
-
"type": "
|
|
349
|
-
"
|
|
350
|
-
17
|
|
351
|
-
]
|
|
528
|
+
"name": "images",
|
|
529
|
+
"type": "IMAGE",
|
|
530
|
+
"link": 1341
|
|
352
531
|
}
|
|
353
532
|
],
|
|
533
|
+
"outputs": [],
|
|
354
534
|
"properties": {
|
|
535
|
+
"enableTabs": false,
|
|
536
|
+
"tabWidth": 65,
|
|
537
|
+
"tabXOffset": 10,
|
|
538
|
+
"hasSecondTab": false,
|
|
539
|
+
"secondTabText": "Send Back",
|
|
540
|
+
"secondTabOffset": 80,
|
|
541
|
+
"secondTabWidth": 65,
|
|
355
542
|
"cnr_id": "comfy-core",
|
|
356
|
-
"ver": "0.3.
|
|
357
|
-
"Node name for S&R": "VAELoader",
|
|
358
|
-
"models": [
|
|
359
|
-
{
|
|
360
|
-
"name": "ae.safetensors",
|
|
361
|
-
"url": "https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors",
|
|
362
|
-
"directory": "vae"
|
|
363
|
-
}
|
|
364
|
-
]
|
|
543
|
+
"ver": "0.3.59"
|
|
365
544
|
},
|
|
366
545
|
"widgets_values": [
|
|
367
|
-
"
|
|
546
|
+
"ComfyUI"
|
|
368
547
|
]
|
|
369
548
|
},
|
|
370
549
|
{
|
|
371
|
-
"id":
|
|
550
|
+
"id": 741,
|
|
372
551
|
"type": "T5TokenizerOptions",
|
|
373
552
|
"pos": [
|
|
374
|
-
|
|
375
|
-
|
|
553
|
+
-1800,
|
|
554
|
+
830
|
|
376
555
|
],
|
|
377
556
|
"size": [
|
|
378
|
-
|
|
557
|
+
210,
|
|
379
558
|
82
|
|
380
559
|
],
|
|
381
560
|
"flags": {},
|
|
382
|
-
"order":
|
|
561
|
+
"order": 9,
|
|
383
562
|
"mode": 0,
|
|
384
563
|
"inputs": [
|
|
385
564
|
{
|
|
386
565
|
"name": "clip",
|
|
387
566
|
"type": "CLIP",
|
|
388
|
-
"link":
|
|
567
|
+
"link": 1342
|
|
389
568
|
}
|
|
390
569
|
],
|
|
391
570
|
"outputs": [
|
|
@@ -393,298 +572,434 @@
|
|
|
393
572
|
"name": "CLIP",
|
|
394
573
|
"type": "CLIP",
|
|
395
574
|
"links": [
|
|
396
|
-
|
|
397
|
-
|
|
575
|
+
1356,
|
|
576
|
+
1359
|
|
398
577
|
]
|
|
399
578
|
}
|
|
400
579
|
],
|
|
401
580
|
"properties": {
|
|
581
|
+
"enableTabs": false,
|
|
582
|
+
"tabWidth": 65,
|
|
583
|
+
"tabXOffset": 10,
|
|
584
|
+
"hasSecondTab": false,
|
|
585
|
+
"secondTabText": "Send Back",
|
|
586
|
+
"secondTabOffset": 80,
|
|
587
|
+
"secondTabWidth": 65,
|
|
402
588
|
"cnr_id": "comfy-core",
|
|
403
|
-
"ver": "0.3.
|
|
589
|
+
"ver": "0.3.59",
|
|
404
590
|
"Node name for S&R": "T5TokenizerOptions"
|
|
405
591
|
},
|
|
406
592
|
"widgets_values": [
|
|
407
|
-
|
|
593
|
+
0,
|
|
408
594
|
0
|
|
409
595
|
]
|
|
410
596
|
},
|
|
411
597
|
{
|
|
412
|
-
"id":
|
|
413
|
-
"type": "
|
|
598
|
+
"id": 742,
|
|
599
|
+
"type": "Note",
|
|
414
600
|
"pos": [
|
|
415
|
-
|
|
416
|
-
|
|
601
|
+
-1810,
|
|
602
|
+
960
|
|
417
603
|
],
|
|
418
604
|
"size": [
|
|
419
|
-
|
|
420
|
-
|
|
605
|
+
230,
|
|
606
|
+
88
|
|
607
|
+
],
|
|
608
|
+
"flags": {},
|
|
609
|
+
"order": 3,
|
|
610
|
+
"mode": 0,
|
|
611
|
+
"inputs": [],
|
|
612
|
+
"outputs": [],
|
|
613
|
+
"title": "Optional Padding",
|
|
614
|
+
"properties": {},
|
|
615
|
+
"widgets_values": [
|
|
616
|
+
"min_padding 1 is the official way. setting it to 0 works too. "
|
|
617
|
+
],
|
|
618
|
+
"color": "#432",
|
|
619
|
+
"bgcolor": "#653"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"id": 743,
|
|
623
|
+
"type": "MarkdownNote",
|
|
624
|
+
"pos": [
|
|
625
|
+
-2970,
|
|
626
|
+
530
|
|
627
|
+
],
|
|
628
|
+
"size": [
|
|
629
|
+
640,
|
|
630
|
+
580
|
|
421
631
|
],
|
|
422
632
|
"flags": {},
|
|
423
633
|
"order": 8,
|
|
424
634
|
"mode": 0,
|
|
635
|
+
"inputs": [],
|
|
636
|
+
"outputs": [],
|
|
637
|
+
"properties": {},
|
|
638
|
+
"widgets_values": [
|
|
639
|
+
"Chroma final model has been released and is hosted [here](https://huggingface.co/lodestones/Chroma1-HD). You can visit [here](https://huggingface.co/lodestones/Chroma) to get previous versions for download. For other models, if you have used models related to Flux, then you probably don't need to download them again.\n\n## diffusion_models\n\n[Chroma1-HD.safetensors](https://huggingface.co/lodestones/Chroma1-HD/resolve/main/Chroma1-HD.safetensors)\n\nor fp8_scaled version for lower VRAM GPU\n\n[Chroma1-HD-fp8_scaled_rev2.safetensors](https://huggingface.co/silveroxides/Chroma1-HD-fp8-scaled/resolve/main/Chroma1-HD-fp8_scaled_rev2.safetensors)\n\n\n## text_encoders\n\n[t5xxl_fp16](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors)\n\nor\n\n[t5xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors)\n\n## vae\n\n[ae.safetensors](https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors)\n\n## loras\nThis workflow didn't embedded any LoRA model\n\nYou can find some LoRA in [Chroma-LoRA-Experiments](https://huggingface.co/silveroxides/Chroma-LoRA-Experiments/tree/main)\n\n\n```\n📂 ComfyUI/\n├─ 📂 models/\n│ ├─ 📂 diffusion_models/\n│ │ ├── Chroma1-HD-fp8_scaled_rev2_learned_topp0.25_k16-2688_svd.safetensors\n│ │ └── Chroma1-HD.safetensors\n│ ├─ 📂 loras/\n│ │ └── Put the LoRA file you downloaded here.\n│ ├─ 📂 text_encoders/\n│ │ ├── t5xxl_fp8_e4m3fn_scaled.safetensors\n│ │ └── t5xxl_fp16.safetensors \n│ └─ 📂 vae/\n│ └── ae.safetensors\n```\n"
|
|
640
|
+
],
|
|
641
|
+
"color": "#432",
|
|
642
|
+
"bgcolor": "#653"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": 747,
|
|
646
|
+
"type": "SamplerCustomAdvanced",
|
|
647
|
+
"pos": [
|
|
648
|
+
-1470,
|
|
649
|
+
1180
|
|
650
|
+
],
|
|
651
|
+
"size": [
|
|
652
|
+
280,
|
|
653
|
+
230
|
|
654
|
+
],
|
|
655
|
+
"flags": {},
|
|
656
|
+
"order": 15,
|
|
657
|
+
"mode": 0,
|
|
425
658
|
"inputs": [
|
|
426
659
|
{
|
|
427
|
-
"name": "
|
|
428
|
-
"type": "
|
|
429
|
-
"link":
|
|
660
|
+
"name": "noise",
|
|
661
|
+
"type": "NOISE",
|
|
662
|
+
"link": 1350
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "guider",
|
|
666
|
+
"type": "GUIDER",
|
|
667
|
+
"link": 1351
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "sampler",
|
|
671
|
+
"type": "SAMPLER",
|
|
672
|
+
"link": 1352
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "sigmas",
|
|
676
|
+
"type": "SIGMAS",
|
|
677
|
+
"link": 1353
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "latent_image",
|
|
681
|
+
"type": "LATENT",
|
|
682
|
+
"link": 1354
|
|
430
683
|
}
|
|
431
684
|
],
|
|
432
685
|
"outputs": [
|
|
433
686
|
{
|
|
434
|
-
"name": "
|
|
435
|
-
"type": "
|
|
687
|
+
"name": "output",
|
|
688
|
+
"type": "LATENT",
|
|
436
689
|
"links": [
|
|
437
|
-
|
|
690
|
+
1355
|
|
438
691
|
]
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "denoised_output",
|
|
695
|
+
"type": "LATENT",
|
|
696
|
+
"links": null
|
|
439
697
|
}
|
|
440
698
|
],
|
|
441
699
|
"properties": {
|
|
700
|
+
"enableTabs": false,
|
|
701
|
+
"tabWidth": 65,
|
|
702
|
+
"tabXOffset": 10,
|
|
703
|
+
"hasSecondTab": false,
|
|
704
|
+
"secondTabText": "Send Back",
|
|
705
|
+
"secondTabOffset": 80,
|
|
706
|
+
"secondTabWidth": 65,
|
|
442
707
|
"cnr_id": "comfy-core",
|
|
443
|
-
"ver": "0.3.
|
|
444
|
-
"Node name for S&R": "
|
|
708
|
+
"ver": "0.3.59",
|
|
709
|
+
"Node name for S&R": "SamplerCustomAdvanced"
|
|
445
710
|
},
|
|
446
|
-
"widgets_values": [
|
|
447
|
-
1,
|
|
448
|
-
2.5000000000000004,
|
|
449
|
-
30
|
|
450
|
-
]
|
|
711
|
+
"widgets_values": []
|
|
451
712
|
},
|
|
452
713
|
{
|
|
453
|
-
"id":
|
|
454
|
-
"type": "
|
|
714
|
+
"id": 748,
|
|
715
|
+
"type": "CLIPTextEncode",
|
|
455
716
|
"pos": [
|
|
456
|
-
|
|
457
|
-
|
|
717
|
+
-1520,
|
|
718
|
+
570
|
|
458
719
|
],
|
|
459
720
|
"size": [
|
|
460
|
-
|
|
461
|
-
|
|
721
|
+
400,
|
|
722
|
+
200
|
|
462
723
|
],
|
|
463
724
|
"flags": {},
|
|
464
725
|
"order": 11,
|
|
465
726
|
"mode": 0,
|
|
466
727
|
"inputs": [
|
|
467
728
|
{
|
|
468
|
-
"name": "
|
|
469
|
-
"type": "
|
|
470
|
-
"link":
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "positive",
|
|
474
|
-
"type": "CONDITIONING",
|
|
475
|
-
"link": 4
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "negative",
|
|
479
|
-
"type": "CONDITIONING",
|
|
480
|
-
"link": 6
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"name": "latent_image",
|
|
484
|
-
"type": "LATENT",
|
|
485
|
-
"link": 15
|
|
729
|
+
"name": "clip",
|
|
730
|
+
"type": "CLIP",
|
|
731
|
+
"link": 1356
|
|
486
732
|
}
|
|
487
733
|
],
|
|
488
734
|
"outputs": [
|
|
489
735
|
{
|
|
490
|
-
"name": "
|
|
491
|
-
"type": "
|
|
492
|
-
"slot_index": 0,
|
|
736
|
+
"name": "CONDITIONING",
|
|
737
|
+
"type": "CONDITIONING",
|
|
493
738
|
"links": [
|
|
494
|
-
|
|
739
|
+
1358
|
|
495
740
|
]
|
|
496
741
|
}
|
|
497
742
|
],
|
|
743
|
+
"title": "CLIP Text Encode (Positive Prompt)",
|
|
498
744
|
"properties": {
|
|
745
|
+
"enableTabs": false,
|
|
746
|
+
"tabWidth": 65,
|
|
747
|
+
"tabXOffset": 10,
|
|
748
|
+
"hasSecondTab": false,
|
|
749
|
+
"secondTabText": "Send Back",
|
|
750
|
+
"secondTabOffset": 80,
|
|
751
|
+
"secondTabWidth": 65,
|
|
499
752
|
"cnr_id": "comfy-core",
|
|
500
|
-
"ver": "0.3.
|
|
501
|
-
"Node name for S&R": "
|
|
753
|
+
"ver": "0.3.59",
|
|
754
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
502
755
|
},
|
|
503
756
|
"widgets_values": [
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
"euler",
|
|
509
|
-
"simple",
|
|
510
|
-
1
|
|
511
|
-
]
|
|
757
|
+
"This is a nature documentary close-up photograph of the right side of the face of a tiger. The photograph is centered on it's highly detailed and speckled eye surrounded by intricately detailed fur. Overlaid at the center of the image is a title text that says \"CHROMA1-HD\" in a large white 3D letters. Amateur photography. Unfiltered. Real life. Natural light. Subtle shadows. "
|
|
758
|
+
],
|
|
759
|
+
"color": "#232",
|
|
760
|
+
"bgcolor": "#353"
|
|
512
761
|
},
|
|
513
762
|
{
|
|
514
|
-
"id":
|
|
515
|
-
"type": "
|
|
763
|
+
"id": 749,
|
|
764
|
+
"type": "CLIPTextEncode",
|
|
516
765
|
"pos": [
|
|
517
|
-
-
|
|
518
|
-
|
|
766
|
+
-1520,
|
|
767
|
+
820
|
|
519
768
|
],
|
|
520
769
|
"size": [
|
|
521
|
-
|
|
522
|
-
|
|
770
|
+
400,
|
|
771
|
+
200
|
|
523
772
|
],
|
|
524
773
|
"flags": {},
|
|
525
|
-
"order":
|
|
774
|
+
"order": 12,
|
|
526
775
|
"mode": 0,
|
|
527
|
-
"inputs": [
|
|
528
|
-
|
|
529
|
-
|
|
776
|
+
"inputs": [
|
|
777
|
+
{
|
|
778
|
+
"name": "clip",
|
|
779
|
+
"type": "CLIP",
|
|
780
|
+
"link": 1359
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"outputs": [
|
|
784
|
+
{
|
|
785
|
+
"name": "CONDITIONING",
|
|
786
|
+
"type": "CONDITIONING",
|
|
787
|
+
"links": [
|
|
788
|
+
1361
|
|
789
|
+
]
|
|
790
|
+
}
|
|
791
|
+
],
|
|
792
|
+
"title": "CLIP Text Encode (Negative Prompt)",
|
|
793
|
+
"properties": {
|
|
794
|
+
"enableTabs": false,
|
|
795
|
+
"tabWidth": 65,
|
|
796
|
+
"tabXOffset": 10,
|
|
797
|
+
"hasSecondTab": false,
|
|
798
|
+
"secondTabText": "Send Back",
|
|
799
|
+
"secondTabOffset": 80,
|
|
800
|
+
"secondTabWidth": 65,
|
|
801
|
+
"cnr_id": "comfy-core",
|
|
802
|
+
"ver": "0.3.59",
|
|
803
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
804
|
+
},
|
|
530
805
|
"widgets_values": [
|
|
531
|
-
"
|
|
806
|
+
"This low quality greyscale unfinished sketch is inaccurate and flawed. The image is very blurred and lacks detail with excessive chromatic aberrations and artifacts. The image is overly saturated with excessive bloom. It has a toony aesthetic with bold outlines and flat colors. "
|
|
532
807
|
],
|
|
533
|
-
"color": "#
|
|
534
|
-
"bgcolor": "#
|
|
808
|
+
"color": "#322",
|
|
809
|
+
"bgcolor": "#533"
|
|
535
810
|
}
|
|
536
811
|
],
|
|
537
812
|
"links": [
|
|
538
813
|
[
|
|
539
|
-
|
|
540
|
-
|
|
814
|
+
1252,
|
|
815
|
+
710,
|
|
541
816
|
0,
|
|
542
|
-
|
|
817
|
+
298,
|
|
543
818
|
1,
|
|
544
|
-
"
|
|
819
|
+
"VAE"
|
|
545
820
|
],
|
|
546
821
|
[
|
|
547
|
-
|
|
548
|
-
|
|
822
|
+
1341,
|
|
823
|
+
298,
|
|
549
824
|
0,
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
"
|
|
825
|
+
740,
|
|
826
|
+
0,
|
|
827
|
+
"IMAGE"
|
|
553
828
|
],
|
|
554
829
|
[
|
|
555
|
-
|
|
556
|
-
|
|
830
|
+
1342,
|
|
831
|
+
733,
|
|
557
832
|
0,
|
|
558
|
-
|
|
833
|
+
741,
|
|
559
834
|
0,
|
|
560
|
-
"
|
|
835
|
+
"CLIP"
|
|
561
836
|
],
|
|
562
837
|
[
|
|
563
|
-
|
|
564
|
-
|
|
838
|
+
1350,
|
|
839
|
+
718,
|
|
565
840
|
0,
|
|
566
|
-
|
|
841
|
+
747,
|
|
567
842
|
0,
|
|
568
|
-
"
|
|
843
|
+
"NOISE"
|
|
569
844
|
],
|
|
570
845
|
[
|
|
571
|
-
|
|
572
|
-
|
|
846
|
+
1351,
|
|
847
|
+
694,
|
|
573
848
|
0,
|
|
574
|
-
|
|
849
|
+
747,
|
|
850
|
+
1,
|
|
851
|
+
"GUIDER"
|
|
852
|
+
],
|
|
853
|
+
[
|
|
854
|
+
1352,
|
|
855
|
+
700,
|
|
575
856
|
0,
|
|
576
|
-
|
|
857
|
+
747,
|
|
858
|
+
2,
|
|
859
|
+
"SAMPLER"
|
|
577
860
|
],
|
|
578
861
|
[
|
|
579
|
-
|
|
580
|
-
|
|
862
|
+
1353,
|
|
863
|
+
734,
|
|
581
864
|
0,
|
|
582
|
-
|
|
865
|
+
747,
|
|
866
|
+
3,
|
|
867
|
+
"SIGMAS"
|
|
868
|
+
],
|
|
869
|
+
[
|
|
870
|
+
1354,
|
|
871
|
+
737,
|
|
583
872
|
0,
|
|
584
|
-
|
|
873
|
+
747,
|
|
874
|
+
4,
|
|
875
|
+
"LATENT"
|
|
585
876
|
],
|
|
586
877
|
[
|
|
587
|
-
|
|
588
|
-
|
|
878
|
+
1355,
|
|
879
|
+
747,
|
|
880
|
+
0,
|
|
881
|
+
298,
|
|
589
882
|
0,
|
|
590
|
-
3,
|
|
591
|
-
3,
|
|
592
883
|
"LATENT"
|
|
593
884
|
],
|
|
594
885
|
[
|
|
595
|
-
|
|
596
|
-
|
|
886
|
+
1356,
|
|
887
|
+
741,
|
|
888
|
+
0,
|
|
889
|
+
748,
|
|
597
890
|
0,
|
|
598
|
-
|
|
891
|
+
"CLIP"
|
|
892
|
+
],
|
|
893
|
+
[
|
|
894
|
+
1358,
|
|
895
|
+
748,
|
|
896
|
+
0,
|
|
897
|
+
694,
|
|
599
898
|
1,
|
|
600
|
-
"
|
|
899
|
+
"CONDITIONING"
|
|
601
900
|
],
|
|
602
901
|
[
|
|
603
|
-
|
|
604
|
-
|
|
902
|
+
1359,
|
|
903
|
+
741,
|
|
605
904
|
0,
|
|
606
|
-
|
|
905
|
+
749,
|
|
607
906
|
0,
|
|
608
907
|
"CLIP"
|
|
609
908
|
],
|
|
610
909
|
[
|
|
611
|
-
|
|
612
|
-
|
|
910
|
+
1361,
|
|
911
|
+
749,
|
|
912
|
+
0,
|
|
913
|
+
694,
|
|
914
|
+
2,
|
|
915
|
+
"CONDITIONING"
|
|
916
|
+
],
|
|
917
|
+
[
|
|
918
|
+
1366,
|
|
919
|
+
731,
|
|
613
920
|
0,
|
|
614
|
-
|
|
921
|
+
701,
|
|
615
922
|
0,
|
|
616
923
|
"MODEL"
|
|
617
924
|
],
|
|
618
925
|
[
|
|
619
|
-
|
|
620
|
-
|
|
926
|
+
1370,
|
|
927
|
+
701,
|
|
621
928
|
0,
|
|
622
|
-
|
|
929
|
+
694,
|
|
930
|
+
0,
|
|
931
|
+
"MODEL"
|
|
932
|
+
],
|
|
933
|
+
[
|
|
934
|
+
1371,
|
|
935
|
+
701,
|
|
936
|
+
0,
|
|
937
|
+
734,
|
|
623
938
|
0,
|
|
624
939
|
"MODEL"
|
|
625
940
|
]
|
|
626
941
|
],
|
|
627
942
|
"groups": [
|
|
628
943
|
{
|
|
629
|
-
"id":
|
|
630
|
-
"title": "
|
|
944
|
+
"id": 4,
|
|
945
|
+
"title": "Sampler Settings",
|
|
631
946
|
"bounding": [
|
|
632
|
-
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
947
|
+
-1850,
|
|
948
|
+
1075,
|
|
949
|
+
730,
|
|
950
|
+
600
|
|
636
951
|
],
|
|
637
952
|
"color": "#3f789e",
|
|
638
953
|
"font_size": 24,
|
|
639
954
|
"flags": {}
|
|
640
955
|
},
|
|
641
956
|
{
|
|
642
|
-
"id":
|
|
643
|
-
"title": "Step
|
|
957
|
+
"id": 5,
|
|
958
|
+
"title": "Step 1: Load models",
|
|
644
959
|
"bounding": [
|
|
645
|
-
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
960
|
+
-2300,
|
|
961
|
+
500,
|
|
962
|
+
440,
|
|
963
|
+
560
|
|
649
964
|
],
|
|
650
965
|
"color": "#3f789e",
|
|
651
966
|
"font_size": 24,
|
|
652
967
|
"flags": {}
|
|
653
968
|
},
|
|
654
969
|
{
|
|
655
|
-
"id":
|
|
656
|
-
"title": "
|
|
970
|
+
"id": 6,
|
|
971
|
+
"title": "Optional",
|
|
657
972
|
"bounding": [
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
973
|
+
-1850,
|
|
974
|
+
500,
|
|
975
|
+
290,
|
|
976
|
+
560
|
|
662
977
|
],
|
|
663
978
|
"color": "#3f789e",
|
|
664
979
|
"font_size": 24,
|
|
665
980
|
"flags": {}
|
|
666
981
|
},
|
|
667
982
|
{
|
|
668
|
-
"id":
|
|
669
|
-
"title": "
|
|
983
|
+
"id": 7,
|
|
984
|
+
"title": "Step 2: Image Size",
|
|
670
985
|
"bounding": [
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
986
|
+
-2300,
|
|
987
|
+
1075,
|
|
988
|
+
440,
|
|
989
|
+
220
|
|
675
990
|
],
|
|
676
991
|
"color": "#3f789e",
|
|
677
992
|
"font_size": 24,
|
|
678
993
|
"flags": {}
|
|
679
994
|
},
|
|
680
995
|
{
|
|
681
|
-
"id":
|
|
682
|
-
"title": "
|
|
996
|
+
"id": 8,
|
|
997
|
+
"title": "Step 3: Prompt",
|
|
683
998
|
"bounding": [
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
999
|
+
-1525,
|
|
1000
|
+
500,
|
|
1001
|
+
420,
|
|
1002
|
+
550
|
|
688
1003
|
],
|
|
689
1004
|
"color": "#3f789e",
|
|
690
1005
|
"font_size": 24,
|
|
@@ -694,13 +1009,17 @@
|
|
|
694
1009
|
"config": {},
|
|
695
1010
|
"extra": {
|
|
696
1011
|
"ds": {
|
|
697
|
-
"scale": 0.
|
|
1012
|
+
"scale": 0.8773012826870386,
|
|
698
1013
|
"offset": [
|
|
699
|
-
|
|
700
|
-
|
|
1014
|
+
2744.775256153499,
|
|
1015
|
+
-651.1505822062505
|
|
701
1016
|
]
|
|
702
1017
|
},
|
|
703
|
-
"frontendVersion": "1.
|
|
1018
|
+
"frontendVersion": "1.26.13",
|
|
1019
|
+
"VHS_latentpreview": false,
|
|
1020
|
+
"VHS_latentpreviewrate": 0,
|
|
1021
|
+
"VHS_MetadataImage": true,
|
|
1022
|
+
"VHS_KeepIntermediate": true
|
|
704
1023
|
},
|
|
705
1024
|
"version": 0.4
|
|
706
1025
|
}
|