comfyui-workflow-templates 0.1.86__py3-none-any.whl → 0.1.87__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.

Files changed (22) hide show
  1. comfyui_workflow_templates/templates/api_wan_image_to_video-1.webp +0 -0
  2. comfyui_workflow_templates/templates/api_wan_image_to_video.json +370 -0
  3. comfyui_workflow_templates/templates/api_wan_text_to_image.json +140 -0
  4. comfyui_workflow_templates/templates/api_wan_text_to_video-1.webp +0 -0
  5. comfyui_workflow_templates/templates/api_wan_text_to_video.json +286 -0
  6. comfyui_workflow_templates/templates/image_chroma1_radiance_text_to_image.json +760 -310
  7. comfyui_workflow_templates/templates/image_chroma_text_to_image.json +666 -347
  8. comfyui_workflow_templates/templates/index.es.json +2 -2
  9. comfyui_workflow_templates/templates/index.fr.json +2 -2
  10. comfyui_workflow_templates/templates/index.ja.json +2 -2
  11. comfyui_workflow_templates/templates/index.json +26 -2
  12. comfyui_workflow_templates/templates/index.ko.json +2 -2
  13. comfyui_workflow_templates/templates/index.ru.json +2 -2
  14. comfyui_workflow_templates/templates/index.zh-TW.json +2 -2
  15. comfyui_workflow_templates/templates/index.zh.json +2 -2
  16. comfyui_workflow_templates/templates/video_wan2_2_14B_animate.json +5119 -3647
  17. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +260 -174
  18. {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/METADATA +1 -1
  19. {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/RECORD +22 -17
  20. {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/WHEEL +0 -0
  21. {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/licenses/LICENSE +0 -0
  22. {comfyui_workflow_templates-0.1.86.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/top_level.txt +0 -0
@@ -1,301 +1,456 @@
1
1
  {
2
- "id": "242a6140-7341-49ca-876b-c01366b39b84",
2
+ "id": "b2d37916-fab5-425f-850d-7a64886e4d54",
3
3
  "revision": 0,
4
- "last_node_id": 22,
5
- "last_link_id": 23,
4
+ "last_node_id": 750,
5
+ "last_link_id": 1371,
6
6
  "nodes": [
7
7
  {
8
- "id": 14,
9
- "type": "Note",
8
+ "id": 298,
9
+ "type": "VAEDecode",
10
10
  "pos": [
11
- 160,
12
- 570
11
+ -1450,
12
+ 1470
13
13
  ],
14
14
  "size": [
15
- 260,
16
- 90
15
+ 140,
16
+ 46
17
17
  ],
18
- "flags": {},
19
- "order": 0,
18
+ "flags": {
19
+ "collapsed": false
20
+ },
21
+ "order": 16,
20
22
  "mode": 0,
21
- "inputs": [],
22
- "outputs": [],
23
- "properties": {},
24
- "widgets_values": [
25
- "min_padding 1 is supposed to be the official way to inference chroma but I think the results are better with min_padding 0"
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
- "color": "#432",
28
- "bgcolor": "#653"
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": 17,
32
- "type": "Note",
59
+ "id": 694,
60
+ "type": "CFGGuider",
33
61
  "pos": [
34
- 160,
35
- 110
62
+ -1770,
63
+ 1300
36
64
  ],
37
65
  "size": [
38
- 268.4952392578125,
39
- 107.76524353027344
66
+ 210,
67
+ 98
40
68
  ],
41
- "flags": {},
42
- "order": 1,
69
+ "flags": {
70
+ "collapsed": false
71
+ },
72
+ "order": 14,
43
73
  "mode": 0,
44
- "inputs": [],
45
- "outputs": [],
46
- "properties": {},
47
- "widgets_values": [
48
- "This FreSca node makes anime images look better, if you are generating realistic images I recommend disabling it (CTRL-B)"
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
- "color": "#432",
51
- "bgcolor": "#653"
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": 12,
55
- "type": "EmptySD3LatentImage",
117
+ "id": 700,
118
+ "type": "KSamplerSelect",
56
119
  "pos": [
57
- -220,
58
- 580
120
+ -1770,
121
+ 1440
59
122
  ],
60
123
  "size": [
61
- 350,
62
- 106
124
+ 210,
125
+ 58
63
126
  ],
64
- "flags": {},
65
- "order": 2,
127
+ "flags": {
128
+ "collapsed": false
129
+ },
130
+ "order": 0,
66
131
  "mode": 0,
67
132
  "inputs": [],
68
133
  "outputs": [
69
134
  {
70
- "name": "LATENT",
71
- "type": "LATENT",
135
+ "name": "SAMPLER",
136
+ "type": "SAMPLER",
72
137
  "links": [
73
- 15
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.39",
80
- "Node name for S&R": "EmptySD3LatentImage"
151
+ "ver": "0.3.49",
152
+ "Node name for S&R": "KSamplerSelect"
81
153
  },
82
154
  "widgets_values": [
83
- 1024,
84
- 1024,
85
- 1
155
+ "euler"
86
156
  ]
87
157
  },
88
158
  {
89
- "id": 9,
90
- "type": "SaveImage",
159
+ "id": 701,
160
+ "type": "ModelSamplingAuraFlow",
91
161
  "pos": [
92
- 950,
93
- 70
162
+ -1800,
163
+ 730
94
164
  ],
95
165
  "size": [
96
- 900,
97
- 840
166
+ 210,
167
+ 58
98
168
  ],
99
- "flags": {},
100
- "order": 13,
169
+ "flags": {
170
+ "collapsed": false
171
+ },
172
+ "order": 10,
101
173
  "mode": 0,
102
174
  "inputs": [
103
175
  {
104
- "name": "images",
105
- "type": "IMAGE",
106
- "link": 9
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.39"
201
+ "ver": "0.3.52",
202
+ "Node name for S&R": "ModelSamplingAuraFlow"
113
203
  },
114
204
  "widgets_values": [
115
- "ComfyUI"
205
+ 1
116
206
  ]
117
207
  },
118
208
  {
119
- "id": 8,
120
- "type": "VAEDecode",
209
+ "id": 710,
210
+ "type": "VAELoader",
121
211
  "pos": [
122
- 770,
123
- 610
212
+ -2260,
213
+ 920
124
214
  ],
125
215
  "size": [
126
- 140,
127
- 46
216
+ 370,
217
+ 60
128
218
  ],
129
219
  "flags": {
130
- "collapsed": true
220
+ "collapsed": false
131
221
  },
132
- "order": 12,
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": "vae",
227
+ "name": "VAE",
142
228
  "type": "VAE",
143
- "link": 17
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": "IMAGE",
149
- "type": "IMAGE",
150
- "slot_index": 0,
274
+ "name": "NOISE",
275
+ "type": "NOISE",
151
276
  "links": [
152
- 9
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.39",
159
- "Node name for S&R": "VAEDecode"
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": 10,
165
- "type": "CLIPLoader",
300
+ "id": 731,
301
+ "type": "UNETLoader",
166
302
  "pos": [
167
- -221.24722290039062,
168
- 248.00628662109375
303
+ -2260,
304
+ 650
169
305
  ],
170
306
  "size": [
171
- 350,
172
- 110
307
+ 370,
308
+ 82
173
309
  ],
174
310
  "flags": {},
175
- "order": 3,
311
+ "order": 7,
176
312
  "mode": 0,
177
313
  "inputs": [],
178
314
  "outputs": [
179
315
  {
180
- "name": "CLIP",
181
- "type": "CLIP",
316
+ "name": "MODEL",
317
+ "type": "MODEL",
182
318
  "links": [
183
- 14
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.39",
190
- "Node name for S&R": "CLIPLoader",
332
+ "ver": "0.3.57",
333
+ "Node name for S&R": "UNETLoader",
191
334
  "models": [
192
335
  {
193
- "name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
194
- "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors",
195
- "directory": "text_encoders"
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
- "t5xxl_fp8_e4m3fn_scaled.safetensors",
201
- "chroma",
343
+ "Chroma1-HD-fp8_scaled_rev2.safetensors",
202
344
  "default"
203
345
  ]
204
346
  },
205
347
  {
206
- "id": 7,
207
- "type": "CLIPTextEncode",
348
+ "id": 733,
349
+ "type": "CLIPLoader",
208
350
  "pos": [
209
- 480,
210
- 360
351
+ -2260,
352
+ 770
211
353
  ],
212
354
  "size": [
213
- 420,
214
- 140
355
+ 370,
356
+ 110
215
357
  ],
216
358
  "flags": {},
217
- "order": 9,
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": "CONDITIONING",
229
- "type": "CONDITIONING",
230
- "slot_index": 0,
364
+ "name": "CLIP",
365
+ "type": "CLIP",
231
366
  "links": [
232
- 6
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.39",
239
- "Node name for S&R": "CLIPTextEncode"
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
- "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs"
243
- ],
244
- "color": "#323",
245
- "bgcolor": "#535"
391
+ "t5xxl_fp8_e4m3fn_scaled.safetensors",
392
+ "chroma",
393
+ "default"
394
+ ]
246
395
  },
247
396
  {
248
- "id": 6,
249
- "type": "CLIPTextEncode",
397
+ "id": 734,
398
+ "type": "BasicScheduler",
250
399
  "pos": [
251
- 480,
252
- 140
400
+ -1770,
401
+ 1550
253
402
  ],
254
403
  "size": [
255
- 422.84503173828125,
256
- 164.31304931640625
404
+ 210,
405
+ 106
257
406
  ],
258
407
  "flags": {},
259
- "order": 10,
408
+ "order": 13,
260
409
  "mode": 0,
261
410
  "inputs": [
262
411
  {
263
- "name": "clip",
264
- "type": "CLIP",
265
- "link": 20
412
+ "name": "model",
413
+ "type": "MODEL",
414
+ "link": 1371
266
415
  }
267
416
  ],
268
417
  "outputs": [
269
418
  {
270
- "name": "CONDITIONING",
271
- "type": "CONDITIONING",
272
- "slot_index": 0,
419
+ "name": "SIGMAS",
420
+ "type": "SIGMAS",
273
421
  "links": [
274
- 4
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.39",
281
- "Node name for S&R": "CLIPTextEncode"
435
+ "ver": "0.3.59",
436
+ "Node name for S&R": "BasicScheduler"
282
437
  },
283
438
  "widgets_values": [
284
- "A majestic leopard resting in a vibrant jungle during the day, surrounded by lush plants with colorful leaves and scattered pink flowers. The sky above is bright blue, and sunlight filters through the foliage. The scene is cinematic, outdoors, focused on the animal, with no humans present. High detail, natural lighting, wildlife photography style.\n"
285
- ],
286
- "color": "#232",
287
- "bgcolor": "#353"
439
+ "beta",
440
+ 26,
441
+ 1
442
+ ]
288
443
  },
289
444
  {
290
- "id": 13,
291
- "type": "UNETLoader",
445
+ "id": 737,
446
+ "type": "EmptySD3LatentImage",
292
447
  "pos": [
293
- -221.24722290039062,
294
- 114.00627899169922
448
+ -2260,
449
+ 1170
295
450
  ],
296
451
  "size": [
297
- 350,
298
- 82
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": "MODEL",
307
- "type": "MODEL",
461
+ "name": "LATENT",
462
+ "type": "LATENT",
308
463
  "links": [
309
- 21
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.39",
316
- "Node name for S&R": "UNETLoader",
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
- "Chroma1-HD.safetensors",
327
- "default"
328
- ]
481
+ 1024,
482
+ 1024,
483
+ 1
484
+ ],
485
+ "color": "#323",
486
+ "bgcolor": "#535"
329
487
  },
330
488
  {
331
- "id": 15,
332
- "type": "VAELoader",
489
+ "id": 739,
490
+ "type": "Note",
333
491
  "pos": [
334
- -220,
335
- 410
492
+ -1820,
493
+ 590
336
494
  ],
337
495
  "size": [
338
- 350,
339
- 60
496
+ 260,
497
+ 90
340
498
  ],
341
499
  "flags": {},
342
- "order": 5,
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": "VAE",
348
- "type": "VAE",
349
- "links": [
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.39",
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
- "ae.safetensors"
546
+ "ComfyUI"
368
547
  ]
369
548
  },
370
549
  {
371
- "id": 11,
550
+ "id": 741,
372
551
  "type": "T5TokenizerOptions",
373
552
  "pos": [
374
- 160,
375
- 430
553
+ -1800,
554
+ 830
376
555
  ],
377
556
  "size": [
378
- 270,
557
+ 210,
379
558
  82
380
559
  ],
381
560
  "flags": {},
382
- "order": 7,
561
+ "order": 9,
383
562
  "mode": 0,
384
563
  "inputs": [
385
564
  {
386
565
  "name": "clip",
387
566
  "type": "CLIP",
388
- "link": 14
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
- 12,
397
- 20
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.39",
589
+ "ver": "0.3.59",
404
590
  "Node name for S&R": "T5TokenizerOptions"
405
591
  },
406
592
  "widgets_values": [
407
- 1,
593
+ 0,
408
594
  0
409
595
  ]
410
596
  },
411
597
  {
412
- "id": 16,
413
- "type": "FreSca",
598
+ "id": 742,
599
+ "type": "Note",
414
600
  "pos": [
415
- 160,
416
- 270
601
+ -1810,
602
+ 960
417
603
  ],
418
604
  "size": [
419
- 270,
420
- 110
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": "model",
428
- "type": "MODEL",
429
- "link": 21
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": "MODEL",
435
- "type": "MODEL",
687
+ "name": "output",
688
+ "type": "LATENT",
436
689
  "links": [
437
- 22
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.39",
444
- "Node name for S&R": "FreSca"
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": 3,
454
- "type": "KSampler",
714
+ "id": 748,
715
+ "type": "CLIPTextEncode",
455
716
  "pos": [
456
- 470,
457
- 600
717
+ -1520,
718
+ 570
458
719
  ],
459
720
  "size": [
460
- 280,
461
- 262
721
+ 400,
722
+ 200
462
723
  ],
463
724
  "flags": {},
464
725
  "order": 11,
465
726
  "mode": 0,
466
727
  "inputs": [
467
728
  {
468
- "name": "model",
469
- "type": "MODEL",
470
- "link": 22
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": "LATENT",
491
- "type": "LATENT",
492
- "slot_index": 0,
736
+ "name": "CONDITIONING",
737
+ "type": "CONDITIONING",
493
738
  "links": [
494
- 7
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.39",
501
- "Node name for S&R": "KSampler"
753
+ "ver": "0.3.59",
754
+ "Node name for S&R": "CLIPTextEncode"
502
755
  },
503
756
  "widgets_values": [
504
- 268315448700991,
505
- "randomize",
506
- 30,
507
- 4,
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": 19,
515
- "type": "MarkdownNote",
763
+ "id": 749,
764
+ "type": "CLIPTextEncode",
516
765
  "pos": [
517
- -700,
518
- 70
766
+ -1520,
767
+ 820
519
768
  ],
520
769
  "size": [
521
- 450,
522
- 440
770
+ 400,
771
+ 200
523
772
  ],
524
773
  "flags": {},
525
- "order": 6,
774
+ "order": 12,
526
775
  "mode": 0,
527
- "inputs": [],
528
- "outputs": [],
529
- "properties": {},
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
- "Chroma is still continuously updating their model. You can visit [here](https://huggingface.co/lodestones/Chroma/tree/main) to get the latest version 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 model\n\n[Chroma1-HD.safetensors](http://hf.x-gpu.com/lodestones/Chroma1-HD/resolve/main/Chroma1-HD.safetensors)\n\n## Text encoder\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\n\n```\n📂 ComfyUI/\n├─ 📂 models/\n│ ├─ 📂 diffusion_models/\n│ │ └── Chroma1-HD.safetensors\n│ ├─ 📂 text_encoders/\n│ │ └── t5xxl_fp8_e4m3fn_scaled.safetensors \n│ └─ 📂 vae/\n│ └── ae.safetensors\n```\n"
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": "#432",
534
- "bgcolor": "#653"
808
+ "color": "#322",
809
+ "bgcolor": "#533"
535
810
  }
536
811
  ],
537
812
  "links": [
538
813
  [
539
- 4,
540
- 6,
814
+ 1252,
815
+ 710,
541
816
  0,
542
- 3,
817
+ 298,
543
818
  1,
544
- "CONDITIONING"
819
+ "VAE"
545
820
  ],
546
821
  [
547
- 6,
548
- 7,
822
+ 1341,
823
+ 298,
549
824
  0,
550
- 3,
551
- 2,
552
- "CONDITIONING"
825
+ 740,
826
+ 0,
827
+ "IMAGE"
553
828
  ],
554
829
  [
555
- 7,
556
- 3,
830
+ 1342,
831
+ 733,
557
832
  0,
558
- 8,
833
+ 741,
559
834
  0,
560
- "LATENT"
835
+ "CLIP"
561
836
  ],
562
837
  [
563
- 9,
564
- 8,
838
+ 1350,
839
+ 718,
565
840
  0,
566
- 9,
841
+ 747,
567
842
  0,
568
- "IMAGE"
843
+ "NOISE"
569
844
  ],
570
845
  [
571
- 12,
572
- 11,
846
+ 1351,
847
+ 694,
573
848
  0,
574
- 7,
849
+ 747,
850
+ 1,
851
+ "GUIDER"
852
+ ],
853
+ [
854
+ 1352,
855
+ 700,
575
856
  0,
576
- "CLIP"
857
+ 747,
858
+ 2,
859
+ "SAMPLER"
577
860
  ],
578
861
  [
579
- 14,
580
- 10,
862
+ 1353,
863
+ 734,
581
864
  0,
582
- 11,
865
+ 747,
866
+ 3,
867
+ "SIGMAS"
868
+ ],
869
+ [
870
+ 1354,
871
+ 737,
583
872
  0,
584
- "CLIP"
873
+ 747,
874
+ 4,
875
+ "LATENT"
585
876
  ],
586
877
  [
587
- 15,
588
- 12,
878
+ 1355,
879
+ 747,
880
+ 0,
881
+ 298,
589
882
  0,
590
- 3,
591
- 3,
592
883
  "LATENT"
593
884
  ],
594
885
  [
595
- 17,
596
- 15,
886
+ 1356,
887
+ 741,
888
+ 0,
889
+ 748,
597
890
  0,
598
- 8,
891
+ "CLIP"
892
+ ],
893
+ [
894
+ 1358,
895
+ 748,
896
+ 0,
897
+ 694,
599
898
  1,
600
- "VAE"
899
+ "CONDITIONING"
601
900
  ],
602
901
  [
603
- 20,
604
- 11,
902
+ 1359,
903
+ 741,
605
904
  0,
606
- 6,
905
+ 749,
607
906
  0,
608
907
  "CLIP"
609
908
  ],
610
909
  [
611
- 21,
612
- 13,
910
+ 1361,
911
+ 749,
912
+ 0,
913
+ 694,
914
+ 2,
915
+ "CONDITIONING"
916
+ ],
917
+ [
918
+ 1366,
919
+ 731,
613
920
  0,
614
- 16,
921
+ 701,
615
922
  0,
616
923
  "MODEL"
617
924
  ],
618
925
  [
619
- 22,
620
- 16,
926
+ 1370,
927
+ 701,
621
928
  0,
622
- 3,
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": 1,
630
- "title": "Step 1: load models",
944
+ "id": 4,
945
+ "title": "Sampler Settings",
631
946
  "bounding": [
632
- -230,
633
- 40,
634
- 370,
635
- 460
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": 2,
643
- "title": "Step 2: image size",
957
+ "id": 5,
958
+ "title": "Step 1: Load models",
644
959
  "bounding": [
645
- -230,
646
- 510,
647
- 370,
648
- 189.60000610351562
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": 3,
656
- "title": "Step 3: prompts",
970
+ "id": 6,
971
+ "title": "Optional",
657
972
  "bounding": [
658
- 460,
659
- 40,
660
- 460,
661
- 480
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": 4,
669
- "title": "Optional",
983
+ "id": 7,
984
+ "title": "Step 2: Image Size",
670
985
  "bounding": [
671
- 150,
672
- 40,
673
- 290,
674
- 660
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": 5,
682
- "title": "Sampling & Decoding",
996
+ "id": 8,
997
+ "title": "Step 3: Prompt",
683
998
  "bounding": [
684
- 460,
685
- 530,
686
- 460,
687
- 340
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.43834548820680863,
1012
+ "scale": 0.8773012826870386,
698
1013
  "offset": [
699
- 1582.6108889176194,
700
- 457.7255995257728
1014
+ 2744.775256153499,
1015
+ -651.1505822062505
701
1016
  ]
702
1017
  },
703
- "frontendVersion": "1.25.9"
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
  }