comfyui-workflow-templates 0.1.85__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 (23) 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/templates/video_wan2_2_14B_i2v.json +258 -69
  19. {comfyui_workflow_templates-0.1.85.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/METADATA +1 -1
  20. {comfyui_workflow_templates-0.1.85.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/RECORD +23 -18
  21. {comfyui_workflow_templates-0.1.85.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/WHEEL +0 -0
  22. {comfyui_workflow_templates-0.1.85.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/licenses/LICENSE +0 -0
  23. {comfyui_workflow_templates-0.1.85.dist-info → comfyui_workflow_templates-0.1.87.dist-info}/top_level.txt +0 -0
@@ -1,153 +1,401 @@
1
1
  {
2
- "id": "242a6140-7341-49ca-876b-c01366b39b84",
2
+ "id": "b2d37916-fab5-425f-850d-7a64886e4d54",
3
3
  "revision": 0,
4
- "last_node_id": 41,
5
- "last_link_id": 47,
4
+ "last_node_id": 760,
5
+ "last_link_id": 1381,
6
6
  "nodes": [
7
7
  {
8
- "id": 10,
9
- "type": "CLIPLoader",
8
+ "id": 298,
9
+ "type": "VAEDecode",
10
10
  "pos": [
11
- -485,
12
- 164
11
+ -840,
12
+ 1090
13
13
  ],
14
14
  "size": [
15
- 370,
16
- 106
15
+ 140,
16
+ 46
17
17
  ],
18
- "flags": {},
18
+ "flags": {
19
+ "collapsed": false
20
+ },
21
+ "order": 19,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "samples",
26
+ "type": "LATENT",
27
+ "link": 1365
28
+ },
29
+ {
30
+ "name": "vae",
31
+ "type": "VAE",
32
+ "link": 1252
33
+ }
34
+ ],
35
+ "outputs": [
36
+ {
37
+ "name": "IMAGE",
38
+ "type": "IMAGE",
39
+ "links": [
40
+ 1341
41
+ ]
42
+ }
43
+ ],
44
+ "properties": {
45
+ "cnr_id": "comfy-core",
46
+ "ver": "0.3.27",
47
+ "Node name for S&R": "VAEDecode",
48
+ "enableTabs": false,
49
+ "tabWidth": 65,
50
+ "tabXOffset": 10,
51
+ "hasSecondTab": false,
52
+ "secondTabText": "Send Back",
53
+ "secondTabOffset": 80,
54
+ "secondTabWidth": 65
55
+ },
56
+ "widgets_values": []
57
+ },
58
+ {
59
+ "id": 694,
60
+ "type": "CFGGuider",
61
+ "pos": [
62
+ -1510,
63
+ 1260
64
+ ],
65
+ "size": [
66
+ 210,
67
+ 98
68
+ ],
69
+ "flags": {
70
+ "collapsed": false
71
+ },
72
+ "order": 16,
73
+ "mode": 0,
74
+ "inputs": [
75
+ {
76
+ "name": "model",
77
+ "type": "MODEL",
78
+ "link": 1379
79
+ },
80
+ {
81
+ "name": "positive",
82
+ "type": "CONDITIONING",
83
+ "link": 1240
84
+ },
85
+ {
86
+ "name": "negative",
87
+ "type": "CONDITIONING",
88
+ "link": 1303
89
+ }
90
+ ],
91
+ "outputs": [
92
+ {
93
+ "name": "GUIDER",
94
+ "type": "GUIDER",
95
+ "links": [
96
+ 1361
97
+ ]
98
+ }
99
+ ],
100
+ "properties": {
101
+ "cnr_id": "comfy-core",
102
+ "ver": "0.3.27",
103
+ "Node name for S&R": "CFGGuider",
104
+ "enableTabs": false,
105
+ "tabWidth": 65,
106
+ "tabXOffset": 10,
107
+ "hasSecondTab": false,
108
+ "secondTabText": "Send Back",
109
+ "secondTabOffset": 80,
110
+ "secondTabWidth": 65
111
+ },
112
+ "widgets_values": [
113
+ 3.5
114
+ ]
115
+ },
116
+ {
117
+ "id": 700,
118
+ "type": "KSamplerSelect",
119
+ "pos": [
120
+ -1510,
121
+ 1400
122
+ ],
123
+ "size": [
124
+ 210,
125
+ 58
126
+ ],
127
+ "flags": {
128
+ "collapsed": false
129
+ },
19
130
  "order": 0,
20
131
  "mode": 0,
21
132
  "inputs": [],
22
133
  "outputs": [
23
134
  {
24
- "name": "CLIP",
25
- "type": "CLIP",
135
+ "name": "SAMPLER",
136
+ "type": "SAMPLER",
26
137
  "links": [
27
- 14
138
+ 1362
28
139
  ]
29
140
  }
30
141
  ],
31
142
  "properties": {
32
143
  "cnr_id": "comfy-core",
33
- "ver": "0.3.59",
34
- "Node name for S&R": "CLIPLoader",
35
- "models": [
36
- {
37
- "name": "t5xxl_fp16.safetensors",
38
- "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors",
39
- "directory": "text_encoders"
40
- }
41
- ]
144
+ "ver": "0.3.49",
145
+ "Node name for S&R": "KSamplerSelect",
146
+ "enableTabs": false,
147
+ "tabWidth": 65,
148
+ "tabXOffset": 10,
149
+ "hasSecondTab": false,
150
+ "secondTabText": "Send Back",
151
+ "secondTabOffset": 80,
152
+ "secondTabWidth": 65
42
153
  },
43
154
  "widgets_values": [
44
- "t5xxl_fp16.safetensors",
45
- "chroma",
46
- "default"
155
+ "euler"
47
156
  ]
48
157
  },
49
158
  {
50
- "id": 13,
51
- "type": "UNETLoader",
159
+ "id": 701,
160
+ "type": "ModelSamplingAuraFlow",
161
+ "pos": [
162
+ -1630,
163
+ 900
164
+ ],
165
+ "size": [
166
+ 260,
167
+ 58
168
+ ],
169
+ "flags": {
170
+ "collapsed": false
171
+ },
172
+ "order": 15,
173
+ "mode": 0,
174
+ "inputs": [
175
+ {
176
+ "name": "model",
177
+ "type": "MODEL",
178
+ "link": 1353
179
+ }
180
+ ],
181
+ "outputs": [
182
+ {
183
+ "name": "MODEL",
184
+ "type": "MODEL",
185
+ "links": [
186
+ 1379,
187
+ 1380
188
+ ]
189
+ }
190
+ ],
191
+ "title": "Flow Shift",
192
+ "properties": {
193
+ "cnr_id": "comfy-core",
194
+ "ver": "0.3.52",
195
+ "Node name for S&R": "ModelSamplingAuraFlow",
196
+ "enableTabs": false,
197
+ "tabWidth": 65,
198
+ "tabXOffset": 10,
199
+ "hasSecondTab": false,
200
+ "secondTabText": "Send Back",
201
+ "secondTabOffset": 80,
202
+ "secondTabWidth": 65
203
+ },
204
+ "widgets_values": [
205
+ 1
206
+ ]
207
+ },
208
+ {
209
+ "id": 710,
210
+ "type": "VAELoader",
52
211
  "pos": [
53
- -485,
54
- 40
212
+ -840,
213
+ 1180
55
214
  ],
56
215
  "size": [
57
- 370,
216
+ 210,
217
+ 58
218
+ ],
219
+ "flags": {
220
+ "collapsed": false
221
+ },
222
+ "order": 1,
223
+ "mode": 0,
224
+ "inputs": [],
225
+ "outputs": [
226
+ {
227
+ "name": "VAE",
228
+ "type": "VAE",
229
+ "links": [
230
+ 1252
231
+ ]
232
+ }
233
+ ],
234
+ "properties": {
235
+ "cnr_id": "comfy-core",
236
+ "ver": "0.3.27",
237
+ "Node name for S&R": "VAELoader",
238
+ "enableTabs": false,
239
+ "tabWidth": 65,
240
+ "tabXOffset": 10,
241
+ "hasSecondTab": false,
242
+ "secondTabText": "Send Back",
243
+ "secondTabOffset": 80,
244
+ "secondTabWidth": 65
245
+ },
246
+ "widgets_values": [
247
+ "pixel_space"
248
+ ]
249
+ },
250
+ {
251
+ "id": 718,
252
+ "type": "RandomNoise",
253
+ "pos": [
254
+ -1510,
255
+ 1130
256
+ ],
257
+ "size": [
258
+ 210,
58
259
  82
59
260
  ],
60
261
  "flags": {},
61
- "order": 1,
262
+ "order": 2,
62
263
  "mode": 0,
63
264
  "inputs": [],
64
265
  "outputs": [
65
266
  {
66
- "name": "MODEL",
67
- "type": "MODEL",
267
+ "name": "NOISE",
268
+ "type": "NOISE",
68
269
  "links": [
69
- 30
270
+ 1360
70
271
  ]
71
272
  }
72
273
  ],
274
+ "title": "SEED",
73
275
  "properties": {
74
276
  "cnr_id": "comfy-core",
75
- "ver": "0.3.59",
76
- "Node name for S&R": "UNETLoader",
77
- "models": [
78
- {
79
- "name": "Chroma1-Radiance-v0.1.safetensors",
80
- "url": "https://huggingface.co/lodestones/Chroma1-Radiance/resolve/main/Chroma1-Radiance-v0.1.safetensors",
81
- "directory": "diffusion_models"
82
- }
83
- ]
277
+ "ver": "0.3.57",
278
+ "Node name for S&R": "RandomNoise",
279
+ "enableTabs": false,
280
+ "tabWidth": 65,
281
+ "tabXOffset": 10,
282
+ "hasSecondTab": false,
283
+ "secondTabText": "Send Back",
284
+ "secondTabOffset": 80,
285
+ "secondTabWidth": 65
84
286
  },
85
287
  "widgets_values": [
86
- "Chroma1-Radiance-v0.1.safetensors",
87
- "default"
288
+ 490959504455248,
289
+ "randomize"
88
290
  ]
89
291
  },
90
292
  {
91
- "id": 7,
293
+ "id": 728,
92
294
  "type": "CLIPTextEncode",
93
295
  "pos": [
94
- 230,
95
- 250
296
+ -1030,
297
+ 820
96
298
  ],
97
299
  "size": [
98
- 425.27801513671875,
99
- 180.6060791015625
300
+ 350,
301
+ 210
100
302
  ],
101
- "flags": {},
102
- "order": 9,
303
+ "flags": {
304
+ "collapsed": false
305
+ },
306
+ "order": 14,
103
307
  "mode": 0,
104
308
  "inputs": [
105
309
  {
106
310
  "name": "clip",
107
311
  "type": "CLIP",
108
- "link": 12
312
+ "link": 1344
109
313
  }
110
314
  ],
111
315
  "outputs": [
112
316
  {
113
317
  "name": "CONDITIONING",
114
318
  "type": "CONDITIONING",
115
- "slot_index": 0,
116
319
  "links": [
117
- 6
320
+ 1303
118
321
  ]
119
322
  }
120
323
  ],
324
+ "title": "Negative",
121
325
  "properties": {
122
326
  "cnr_id": "comfy-core",
123
- "ver": "0.3.59",
124
- "Node name for S&R": "CLIPTextEncode"
327
+ "ver": "0.3.52",
328
+ "Node name for S&R": "CLIPTextEncode",
329
+ "enableTabs": false,
330
+ "tabWidth": 65,
331
+ "tabXOffset": 10,
332
+ "hasSecondTab": false,
333
+ "secondTabText": "Send Back",
334
+ "secondTabOffset": 80,
335
+ "secondTabWidth": 65
125
336
  },
126
337
  "widgets_values": [
127
- "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs, hands, fingers"
338
+ "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. "
339
+ ],
340
+ "color": "#322",
341
+ "bgcolor": "#533"
342
+ },
343
+ {
344
+ "id": 740,
345
+ "type": "SaveImage",
346
+ "pos": [
347
+ -610,
348
+ 540
128
349
  ],
129
- "color": "#223",
130
- "bgcolor": "#335"
350
+ "size": [
351
+ 1130,
352
+ 1150
353
+ ],
354
+ "flags": {},
355
+ "order": 20,
356
+ "mode": 0,
357
+ "inputs": [
358
+ {
359
+ "name": "images",
360
+ "type": "IMAGE",
361
+ "link": 1341
362
+ }
363
+ ],
364
+ "outputs": [],
365
+ "properties": {
366
+ "cnr_id": "comfy-core",
367
+ "ver": "0.3.59",
368
+ "enableTabs": false,
369
+ "tabWidth": 65,
370
+ "tabXOffset": 10,
371
+ "hasSecondTab": false,
372
+ "secondTabText": "Send Back",
373
+ "secondTabOffset": 80,
374
+ "secondTabWidth": 65
375
+ },
376
+ "widgets_values": [
377
+ "Chroma-Radiance"
378
+ ]
131
379
  },
132
380
  {
133
- "id": 11,
381
+ "id": 741,
134
382
  "type": "T5TokenizerOptions",
135
383
  "pos": [
136
- -80,
137
- 170
384
+ -1630,
385
+ 780
138
386
  ],
139
387
  "size": [
140
- 270,
388
+ 260,
141
389
  82
142
390
  ],
143
391
  "flags": {},
144
- "order": 7,
392
+ "order": 11,
145
393
  "mode": 0,
146
394
  "inputs": [
147
395
  {
148
396
  "name": "clip",
149
397
  "type": "CLIP",
150
- "link": 14
398
+ "link": 1342
151
399
  }
152
400
  ],
153
401
  "outputs": [
@@ -155,128 +403,232 @@
155
403
  "name": "CLIP",
156
404
  "type": "CLIP",
157
405
  "links": [
158
- 12,
159
- 20
406
+ 1343,
407
+ 1344
160
408
  ]
161
409
  }
162
410
  ],
163
411
  "properties": {
164
412
  "cnr_id": "comfy-core",
165
413
  "ver": "0.3.59",
166
- "Node name for S&R": "T5TokenizerOptions"
414
+ "Node name for S&R": "T5TokenizerOptions",
415
+ "enableTabs": false,
416
+ "tabWidth": 65,
417
+ "tabXOffset": 10,
418
+ "hasSecondTab": false,
419
+ "secondTabText": "Send Back",
420
+ "secondTabOffset": 80,
421
+ "secondTabWidth": 65
167
422
  },
168
423
  "widgets_values": [
169
424
  0,
170
- 3
425
+ 0
171
426
  ]
172
427
  },
173
428
  {
174
- "id": 3,
175
- "type": "KSampler",
429
+ "id": 742,
430
+ "type": "Note",
176
431
  "pos": [
177
- 700,
178
- 140
432
+ -1340,
433
+ 760
179
434
  ],
180
435
  "size": [
181
- 315,
182
- 262
436
+ 270,
437
+ 88
183
438
  ],
184
439
  "flags": {},
185
- "order": 11,
440
+ "order": 3,
441
+ "mode": 0,
442
+ "inputs": [],
443
+ "outputs": [],
444
+ "title": "Optional Padding",
445
+ "properties": {},
446
+ "widgets_values": [
447
+ "min_padding 1 is the official way. setting it to 0 works too. "
448
+ ],
449
+ "color": "#432",
450
+ "bgcolor": "#653"
451
+ },
452
+ {
453
+ "id": 743,
454
+ "type": "MarkdownNote",
455
+ "pos": [
456
+ -2680,
457
+ 530
458
+ ],
459
+ "size": [
460
+ 720,
461
+ 520
462
+ ],
463
+ "flags": {},
464
+ "order": 4,
465
+ "mode": 0,
466
+ "inputs": [],
467
+ "outputs": [],
468
+ "properties": {},
469
+ "widgets_values": [
470
+ "Chroma Radiance pre-release model is hosted [here](https://huggingface.co/lodestones/Chroma1-Radiance). You can visit [here](https://huggingface.co/lodestones/chroma-debug-development-only/tree/main/radiance_continue) to get newer versions in .pth format or [here](https://huggingface.co/silveroxides/Chroma-Misc-Models/tree/main/radiance_continue) to get newer versions for download in both GGUF and Safetensors format. 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-Radiance-v0.2.safetensors](https://huggingface.co/lodestones/Chroma1-Radiance/resolve/main/Chroma1-Radiance-v0.2.safetensors)\n\n### or fp8_scaled version for lower VRAM GPU\n\n[Chroma1-Radiance-v0.2-fp8_scaled.safetensors](https://huggingface.co/silveroxides/Chroma1-Radiance-fp8-scaled/resolve/main/Chroma1-Radiance-v0.2-fp8_scaled.safetensors)\n\n### Newer versions can be found here (2025-09-26)\n\n[silveroxides/Chroma-Misc-Models/radiance_continue](https://huggingface.co/silveroxides/Chroma-Misc-Models/tree/main/radiance_continue)\n\n\n## text_encoders\n\n[t5xxl_fp16.safetensors](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```\n📂 ComfyUI/\n├─ 📂 models/\n│ ├─ 📂 diffusion_models/\n│ │ └── Chroma1-Radiance-v0.2.safetensors\n│ ├─ 📂 text_encoders/\n│ │ └── t5xxl_fp16.safetensors \n│\n```\n"
471
+ ],
472
+ "color": "#432",
473
+ "bgcolor": "#653"
474
+ },
475
+ {
476
+ "id": 747,
477
+ "type": "ChromaRadianceOptions",
478
+ "pos": [
479
+ -1630,
480
+ 610
481
+ ],
482
+ "size": [
483
+ 260,
484
+ 130
485
+ ],
486
+ "flags": {},
487
+ "order": 12,
186
488
  "mode": 0,
187
489
  "inputs": [
188
490
  {
189
491
  "name": "model",
190
492
  "type": "MODEL",
191
- "link": 31
192
- },
193
- {
194
- "name": "positive",
195
- "type": "CONDITIONING",
196
- "link": 4
197
- },
198
- {
199
- "name": "negative",
200
- "type": "CONDITIONING",
201
- "link": 6
202
- },
203
- {
204
- "name": "latent_image",
205
- "type": "LATENT",
206
- "link": 47
493
+ "link": 1352
207
494
  }
208
495
  ],
209
496
  "outputs": [
210
497
  {
211
- "name": "LATENT",
212
- "type": "LATENT",
213
- "slot_index": 0,
498
+ "name": "MODEL",
499
+ "type": "MODEL",
214
500
  "links": [
215
- 7
501
+ 1353
216
502
  ]
217
503
  }
218
504
  ],
219
505
  "properties": {
220
506
  "cnr_id": "comfy-core",
221
- "ver": "0.3.59",
222
- "Node name for S&R": "KSampler"
507
+ "ver": "0.3.60",
508
+ "Node name for S&R": "ChromaRadianceOptions",
509
+ "enableTabs": false,
510
+ "tabWidth": 65,
511
+ "tabXOffset": 10,
512
+ "hasSecondTab": false,
513
+ "secondTabText": "Send Back",
514
+ "secondTabOffset": 80,
515
+ "secondTabWidth": 65
223
516
  },
224
517
  "widgets_values": [
225
- 461052028503273,
226
- "randomize",
227
- 30,
228
- 4,
229
- "euler",
230
- "simple",
231
- 1
518
+ true,
519
+ 1,
520
+ 0,
521
+ -1
232
522
  ]
233
523
  },
234
524
  {
235
- "id": 15,
236
- "type": "VAELoader",
525
+ "id": 749,
526
+ "type": "Note",
237
527
  "pos": [
238
- 260,
239
- 500
528
+ -1340,
529
+ 610
240
530
  ],
241
531
  "size": [
242
- 370,
243
- 58
532
+ 270,
533
+ 88
244
534
  ],
245
535
  "flags": {},
246
- "order": 2,
536
+ "order": 5,
247
537
  "mode": 0,
248
538
  "inputs": [],
539
+ "outputs": [],
540
+ "title": "ChromaRadianceOptions",
541
+ "properties": {},
542
+ "widgets_values": [
543
+ "You can put nerf_tile_size as large as possible until you run out of GPU memory if you want increased speed. Hover over to see tooltip."
544
+ ],
545
+ "color": "#432",
546
+ "bgcolor": "#653"
547
+ },
548
+ {
549
+ "id": 751,
550
+ "type": "BetaSamplingScheduler",
551
+ "pos": [
552
+ -1510,
553
+ 1500
554
+ ],
555
+ "size": [
556
+ 210,
557
+ 106
558
+ ],
559
+ "flags": {},
560
+ "order": 17,
561
+ "mode": 0,
562
+ "inputs": [
563
+ {
564
+ "name": "model",
565
+ "type": "MODEL",
566
+ "link": 1380
567
+ }
568
+ ],
249
569
  "outputs": [
250
570
  {
251
- "name": "VAE",
252
- "type": "VAE",
571
+ "name": "SIGMAS",
572
+ "type": "SIGMAS",
253
573
  "links": [
254
- 41
574
+ 1363
255
575
  ]
256
576
  }
257
577
  ],
258
578
  "properties": {
259
579
  "cnr_id": "comfy-core",
260
- "ver": "0.3.59",
261
- "Node name for S&R": "VAELoader"
580
+ "ver": "0.3.60",
581
+ "Node name for S&R": "BetaSamplingScheduler",
582
+ "enableTabs": false,
583
+ "tabWidth": 65,
584
+ "tabXOffset": 10,
585
+ "hasSecondTab": false,
586
+ "secondTabText": "Send Back",
587
+ "secondTabOffset": 80,
588
+ "secondTabWidth": 65
262
589
  },
263
590
  "widgets_values": [
264
- "pixel_space"
591
+ 30,
592
+ 0.4,
593
+ 0.4
265
594
  ]
266
595
  },
267
596
  {
268
- "id": 34,
597
+ "id": 759,
598
+ "type": "Note",
599
+ "pos": [
600
+ -840,
601
+ 1280
602
+ ],
603
+ "size": [
604
+ 220,
605
+ 100
606
+ ],
607
+ "flags": {},
608
+ "order": 6,
609
+ "mode": 0,
610
+ "inputs": [],
611
+ "outputs": [],
612
+ "properties": {},
613
+ "widgets_values": [
614
+ "This Chroma1 Radiance image generation is in pixel space. No additional VAE is needed."
615
+ ],
616
+ "color": "#432",
617
+ "bgcolor": "#653"
618
+ },
619
+ {
620
+ "id": 760,
269
621
  "type": "EmptyChromaRadianceLatentImage",
270
622
  "pos": [
271
- -460,
272
- 370
623
+ -1920,
624
+ 1160
273
625
  ],
274
626
  "size": [
275
627
  326.3540954589844,
276
628
  106
277
629
  ],
278
630
  "flags": {},
279
- "order": 3,
631
+ "order": 7,
280
632
  "mode": 0,
281
633
  "inputs": [],
282
634
  "outputs": [
@@ -284,243 +636,267 @@
284
636
  "name": "LATENT",
285
637
  "type": "LATENT",
286
638
  "links": [
287
- 47
639
+ 1381
288
640
  ]
289
641
  }
290
642
  ],
291
643
  "properties": {
292
644
  "cnr_id": "comfy-core",
293
- "ver": "0.3.59",
294
- "Node name for S&R": "EmptyChromaRadianceLatentImage"
645
+ "ver": "0.3.60",
646
+ "Node name for S&R": "EmptyChromaRadianceLatentImage",
647
+ "enableTabs": false,
648
+ "tabWidth": 65,
649
+ "tabXOffset": 10,
650
+ "hasSecondTab": false,
651
+ "secondTabText": "Send Back",
652
+ "secondTabOffset": 80,
653
+ "secondTabWidth": 65
295
654
  },
296
655
  "widgets_values": [
297
656
  1024,
298
657
  1024,
299
658
  1
300
- ]
659
+ ],
660
+ "color": "#323",
661
+ "bgcolor": "#535"
301
662
  },
302
663
  {
303
- "id": 22,
304
- "type": "ModelSamplingAuraFlow",
664
+ "id": 753,
665
+ "type": "SamplerCustomAdvanced",
305
666
  "pos": [
306
- 700,
307
- 20
667
+ -1190,
668
+ 1150
308
669
  ],
309
670
  "size": [
310
- 315,
311
- 60
671
+ 290,
672
+ 326
312
673
  ],
313
674
  "flags": {},
314
- "order": 8,
675
+ "order": 18,
315
676
  "mode": 0,
316
677
  "inputs": [
317
678
  {
318
- "name": "model",
319
- "type": "MODEL",
320
- "link": 30
679
+ "name": "noise",
680
+ "type": "NOISE",
681
+ "link": 1360
682
+ },
683
+ {
684
+ "name": "guider",
685
+ "type": "GUIDER",
686
+ "link": 1361
687
+ },
688
+ {
689
+ "name": "sampler",
690
+ "type": "SAMPLER",
691
+ "link": 1362
692
+ },
693
+ {
694
+ "name": "sigmas",
695
+ "type": "SIGMAS",
696
+ "link": 1363
697
+ },
698
+ {
699
+ "name": "latent_image",
700
+ "type": "LATENT",
701
+ "link": 1381
321
702
  }
322
703
  ],
323
704
  "outputs": [
324
705
  {
325
- "name": "MODEL",
326
- "type": "MODEL",
706
+ "name": "output",
707
+ "type": "LATENT",
327
708
  "links": [
328
- 31
709
+ 1365
329
710
  ]
711
+ },
712
+ {
713
+ "name": "denoised_output",
714
+ "type": "LATENT",
715
+ "links": null
330
716
  }
331
717
  ],
332
718
  "properties": {
333
719
  "cnr_id": "comfy-core",
334
720
  "ver": "0.3.59",
335
- "Node name for S&R": "ModelSamplingAuraFlow"
721
+ "Node name for S&R": "SamplerCustomAdvanced",
722
+ "enableTabs": false,
723
+ "tabWidth": 65,
724
+ "tabXOffset": 10,
725
+ "hasSecondTab": false,
726
+ "secondTabText": "Send Back",
727
+ "secondTabOffset": 80,
728
+ "secondTabWidth": 65
336
729
  },
337
- "widgets_values": [
338
- 3.0000000000000004
339
- ]
730
+ "widgets_values": []
340
731
  },
341
732
  {
342
- "id": 8,
343
- "type": "VAEDecode",
733
+ "id": 733,
734
+ "type": "CLIPLoader",
344
735
  "pos": [
345
- 700,
346
- 460
736
+ -1930,
737
+ 790
347
738
  ],
348
739
  "size": [
349
- 315,
350
- 46
740
+ 260,
741
+ 110
351
742
  ],
352
- "flags": {
353
- "collapsed": false
354
- },
355
- "order": 12,
743
+ "flags": {},
744
+ "order": 8,
356
745
  "mode": 0,
357
- "inputs": [
358
- {
359
- "name": "samples",
360
- "type": "LATENT",
361
- "link": 7
362
- },
363
- {
364
- "name": "vae",
365
- "type": "VAE",
366
- "link": 41
367
- }
368
- ],
746
+ "inputs": [],
369
747
  "outputs": [
370
748
  {
371
- "name": "IMAGE",
372
- "type": "IMAGE",
373
- "slot_index": 0,
749
+ "name": "CLIP",
750
+ "type": "CLIP",
374
751
  "links": [
375
- 35
752
+ 1342
376
753
  ]
377
754
  }
378
755
  ],
379
756
  "properties": {
380
757
  "cnr_id": "comfy-core",
381
- "ver": "0.3.59",
382
- "Node name for S&R": "VAEDecode"
758
+ "ver": "0.3.57",
759
+ "Node name for S&R": "CLIPLoader",
760
+ "models": [
761
+ {
762
+ "name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
763
+ "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors",
764
+ "directory": "text_encoders"
765
+ }
766
+ ],
767
+ "enableTabs": false,
768
+ "tabWidth": 65,
769
+ "tabXOffset": 10,
770
+ "hasSecondTab": false,
771
+ "secondTabText": "Send Back",
772
+ "secondTabOffset": 80,
773
+ "secondTabWidth": 65
383
774
  },
384
- "widgets_values": []
385
- },
386
- {
387
- "id": 14,
388
- "type": "Note",
389
- "pos": [
390
- -80,
391
- 20
392
- ],
393
- "size": [
394
- 270,
395
- 90
396
- ],
397
- "flags": {},
398
- "order": 4,
399
- "mode": 0,
400
- "inputs": [],
401
- "outputs": [],
402
- "properties": {},
403
775
  "widgets_values": [
404
- "min_padding 1 is supposed to be the official way to inference chroma but I think the results are better with min_padding 0\n"
405
- ],
406
- "color": "#432",
407
- "bgcolor": "#653"
776
+ "t5xxl_fp8_e4m3fn_scaled.safetensors",
777
+ "chroma",
778
+ "default"
779
+ ]
408
780
  },
409
781
  {
410
- "id": 6,
782
+ "id": 693,
411
783
  "type": "CLIPTextEncode",
412
784
  "pos": [
413
- 230,
414
- 40
785
+ -1030,
786
+ 570
415
787
  ],
416
788
  "size": [
417
- 422.84503173828125,
418
- 164.31304931640625
789
+ 360,
790
+ 210
419
791
  ],
420
- "flags": {},
421
- "order": 10,
792
+ "flags": {
793
+ "collapsed": false
794
+ },
795
+ "order": 13,
422
796
  "mode": 0,
423
797
  "inputs": [
424
798
  {
425
799
  "name": "clip",
426
800
  "type": "CLIP",
427
- "link": 20
801
+ "link": 1343
428
802
  }
429
803
  ],
430
804
  "outputs": [
431
805
  {
432
806
  "name": "CONDITIONING",
433
807
  "type": "CONDITIONING",
434
- "slot_index": 0,
435
808
  "links": [
436
- 4
809
+ 1240
437
810
  ]
438
811
  }
439
812
  ],
813
+ "title": "Positive",
440
814
  "properties": {
441
815
  "cnr_id": "comfy-core",
442
- "ver": "0.3.59",
443
- "Node name for S&R": "CLIPTextEncode"
816
+ "ver": "0.3.52",
817
+ "Node name for S&R": "CLIPTextEncode",
818
+ "enableTabs": false,
819
+ "tabWidth": 65,
820
+ "tabXOffset": 10,
821
+ "hasSecondTab": false,
822
+ "secondTabText": "Send Back",
823
+ "secondTabOffset": 80,
824
+ "secondTabWidth": 65
444
825
  },
445
826
  "widgets_values": [
446
- "Hyperrealistic macro photograph of a team of tiny bakers—each precisely 2 inches tall—collaborating on an enormous, golden-brown croissant with flaky, layered textures. The bakers are engaged in dynamic, detailed actions: one uses a miniature wooden bucket to spread rich, creamy butter between the croissant’s layers, another climbs a thin rope ladder to evenly pipe smooth, glossy chocolate filling onto the top, and a third brushes a light egg wash with a tiny pastry brush. The scene is bathed in warm, soft kitchen lighting with cinematic depth—subtle highlights on the croissant’s golden crust, gentle shadows that emphasize texture, and a soft glow from overhead pendant lights. Floating flour dust particles catch the light, adding a sense of movement and realism, while tiny details like the bakers’ stitched cloth aprons, smudged flour on their faces, the rough wood of the worktable, and the slight sheen of melted butter on the croissant are rendered with ultra-precision. Ultra-detailed, 8K resolution, photorealistic textures, sharp focus on the bakers and croissant, shallow depth of field to blur the background slightly, rich warm color palette, lifelike proportions, and a cozy, whimsical atmosphere that balances realism with charm.\n"
827
+ "Hyperrealistic macro photograph of a team of tiny bakers—each precisely 2 inches tall—collaborating on an enormous, golden-brown croissant with flaky, layered textures. The bakers are engaged in dynamic, detailed actions: one uses a miniature wooden bucket to spread rich, creamy butter between the croissant’s layers, another climbs a thin rope ladder to evenly pipe smooth, glossy chocolate filling onto the top, and a third brushes a light egg wash with a tiny pastry brush. The scene is bathed in warm, soft kitchen lighting with cinematic depth—subtle highlights on the croissant’s golden crust, gentle shadows that emphasize texture, and a soft glow from overhead pendant lights. Floating flour dust particles catch the light, adding a sense of movement and realism, while tiny details like the bakers’ stitched cloth aprons, smudged flour on their faces, the rough wood of the worktable, and the slight sheen of melted butter on the croissant are rendered with ultra-precision. Ultra-detailed, 8K resolution, photorealistic textures, sharp focus on the bakers and croissant, shallow depth of field to blur the background slightly, rich warm color palette, lifelike proportions, and a cozy, whimsical atmosphere that balances realism with charm."
447
828
  ],
448
829
  "color": "#232",
449
830
  "bgcolor": "#353"
450
831
  },
451
832
  {
452
- "id": 26,
453
- "type": "SaveImage",
833
+ "id": 731,
834
+ "type": "UNETLoader",
454
835
  "pos": [
455
- 1030,
456
- 20
836
+ -1930,
837
+ 610
457
838
  ],
458
839
  "size": [
459
- 1018.58642578125,
460
- 1102.2607421875
840
+ 260,
841
+ 82
461
842
  ],
462
843
  "flags": {},
463
- "order": 13,
844
+ "order": 9,
464
845
  "mode": 0,
465
- "inputs": [
846
+ "inputs": [],
847
+ "outputs": [
466
848
  {
467
- "name": "images",
468
- "type": "IMAGE",
469
- "link": 35
849
+ "name": "MODEL",
850
+ "type": "MODEL",
851
+ "links": [
852
+ 1352
853
+ ]
470
854
  }
471
855
  ],
472
- "outputs": [],
473
856
  "properties": {
474
857
  "cnr_id": "comfy-core",
475
- "ver": "0.3.59"
858
+ "ver": "0.3.57",
859
+ "Node name for S&R": "UNETLoader",
860
+ "models": [
861
+ {
862
+ "name": "Chroma1-Radiance-v0.2.safetensors",
863
+ "url": "https://huggingface.co/lodestones/Chroma1-Radiance/resolve/main/Chroma1-Radiance-v0.2.safetensors",
864
+ "directory": "diffusion_models"
865
+ }
866
+ ],
867
+ "enableTabs": false,
868
+ "tabWidth": 65,
869
+ "tabXOffset": 10,
870
+ "hasSecondTab": false,
871
+ "secondTabText": "Send Back",
872
+ "secondTabOffset": 80,
873
+ "secondTabWidth": 65
476
874
  },
477
875
  "widgets_values": [
478
- "ComfyUI"
876
+ "Chroma1-Radiance-v0.2.safetensors",
877
+ "default"
479
878
  ]
480
879
  },
481
880
  {
482
- "id": 38,
881
+ "id": 739,
483
882
  "type": "Note",
484
883
  "pos": [
485
- 260,
486
- 600
487
- ],
488
- "size": [
489
- 370,
490
- 110
491
- ],
492
- "flags": {},
493
- "order": 5,
494
- "mode": 0,
495
- "inputs": [],
496
- "outputs": [],
497
- "title": "About pixel_space",
498
- "properties": {},
499
- "widgets_values": [
500
- "This Chroma1 Radiance image generation is in pixel space. No additional VAE is needed."
501
- ],
502
- "color": "#432",
503
- "bgcolor": "#653"
504
- },
505
- {
506
- "id": 40,
507
- "type": "MarkdownNote",
508
- "pos": [
509
- -1000,
510
- 0
884
+ -1340,
885
+ 890
511
886
  ],
512
887
  "size": [
513
- 490,
514
- 420
888
+ 270,
889
+ 130
515
890
  ],
516
891
  "flags": {},
517
- "order": 6,
892
+ "order": 10,
518
893
  "mode": 0,
519
894
  "inputs": [],
520
895
  "outputs": [],
896
+ "title": "Optional Flow Shift",
521
897
  "properties": {},
522
898
  "widgets_values": [
523
- "## Model links\n\nThis model is still iterating, you can visit [lodestones/Chroma1-Radiance](https://huggingface.co/lodestones/Chroma1-Radiance) to get the latest version\n\n**diffusion_models**\n- [Chroma1-Radiance-v0.1.safetensors](https://huggingface.co/lodestones/Chroma1-Radiance/resolve/main/Chroma1-Radiance-v0.1.safetensors)\n\n**text_encoders**\n- [t5xxl_fp16.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors)\n\n```\n📂 ComfyUI/\n├─ 📂 models/\n│ ├─ 📂 diffusion_models/\n│ │ └── Chroma1-Radiance-v0.1.safetensors\n│ ├─ 📂 text_encoders/\n│ │ └── t5xxl_fp16.safetensors \n```\n\n\n## About Chroma1-Radiance\n\nChroma1-Radiance is a text-to-image model that generates pictures from words. What makes it special is that it works directly with the image's pixels, instead of using a compressed version. This helps it create higher-quality images with fewer visual mistakes like blurriness or distorted details. It's a new and promising model that's trying a different way to improve how images are made.\n\nIf you want to keep update with Chroma1-Radiance you can follow [lodestones](https://x.com/LodestoneE621)\n"
899
+ "Flow Shift node set to 1.0 represents intended shift by the creator of the Chroma model and will produce greater detail. The Flow Shift can be raised up to 3.0 in order to help with complex compositions."
524
900
  ],
525
901
  "color": "#432",
526
902
  "bgcolor": "#653"
@@ -528,129 +904,203 @@
528
904
  ],
529
905
  "links": [
530
906
  [
531
- 4,
532
- 6,
907
+ 1240,
908
+ 693,
533
909
  0,
534
- 3,
910
+ 694,
535
911
  1,
536
912
  "CONDITIONING"
537
913
  ],
538
914
  [
539
- 6,
540
- 7,
915
+ 1252,
916
+ 710,
541
917
  0,
542
- 3,
918
+ 298,
919
+ 1,
920
+ "VAE"
921
+ ],
922
+ [
923
+ 1303,
924
+ 728,
925
+ 0,
926
+ 694,
543
927
  2,
544
928
  "CONDITIONING"
545
929
  ],
546
930
  [
547
- 7,
548
- 3,
931
+ 1341,
932
+ 298,
549
933
  0,
550
- 8,
934
+ 740,
551
935
  0,
552
- "LATENT"
936
+ "IMAGE"
553
937
  ],
554
938
  [
555
- 12,
556
- 11,
939
+ 1342,
940
+ 733,
557
941
  0,
558
- 7,
942
+ 741,
559
943
  0,
560
944
  "CLIP"
561
945
  ],
562
946
  [
563
- 14,
564
- 10,
947
+ 1343,
948
+ 741,
565
949
  0,
566
- 11,
950
+ 693,
567
951
  0,
568
952
  "CLIP"
569
953
  ],
570
954
  [
571
- 20,
572
- 11,
955
+ 1344,
956
+ 741,
573
957
  0,
574
- 6,
958
+ 728,
575
959
  0,
576
960
  "CLIP"
577
961
  ],
578
962
  [
579
- 30,
580
- 13,
963
+ 1352,
964
+ 731,
581
965
  0,
582
- 22,
966
+ 747,
583
967
  0,
584
968
  "MODEL"
585
969
  ],
586
970
  [
587
- 31,
588
- 22,
971
+ 1353,
972
+ 747,
589
973
  0,
590
- 3,
974
+ 701,
591
975
  0,
592
976
  "MODEL"
593
977
  ],
594
978
  [
595
- 35,
596
- 8,
979
+ 1360,
980
+ 718,
597
981
  0,
598
- 26,
982
+ 753,
599
983
  0,
600
- "IMAGE"
984
+ "NOISE"
601
985
  ],
602
986
  [
603
- 41,
604
- 15,
987
+ 1361,
988
+ 694,
605
989
  0,
606
- 8,
990
+ 753,
607
991
  1,
608
- "VAE"
992
+ "GUIDER"
609
993
  ],
610
994
  [
611
- 47,
612
- 34,
995
+ 1362,
996
+ 700,
613
997
  0,
998
+ 753,
999
+ 2,
1000
+ "SAMPLER"
1001
+ ],
1002
+ [
1003
+ 1363,
1004
+ 751,
1005
+ 0,
1006
+ 753,
614
1007
  3,
615
- 3,
1008
+ "SIGMAS"
1009
+ ],
1010
+ [
1011
+ 1365,
1012
+ 753,
1013
+ 0,
1014
+ 298,
1015
+ 0,
1016
+ "LATENT"
1017
+ ],
1018
+ [
1019
+ 1379,
1020
+ 701,
1021
+ 0,
1022
+ 694,
1023
+ 0,
1024
+ "MODEL"
1025
+ ],
1026
+ [
1027
+ 1380,
1028
+ 701,
1029
+ 0,
1030
+ 751,
1031
+ 0,
1032
+ "MODEL"
1033
+ ],
1034
+ [
1035
+ 1381,
1036
+ 760,
1037
+ 0,
1038
+ 753,
1039
+ 4,
616
1040
  "LATENT"
617
1041
  ]
618
1042
  ],
619
1043
  "groups": [
620
1044
  {
621
- "id": 1,
622
- "title": "Step 1 - Load models",
1045
+ "id": 3,
1046
+ "title": "Sampler Settings",
623
1047
  "bounding": [
624
- -490,
625
- -30,
1048
+ -1550,
1049
+ 1060,
1050
+ 690,
1051
+ 580
1052
+ ],
1053
+ "color": "#3f789e",
1054
+ "font_size": 24,
1055
+ "flags": {}
1056
+ },
1057
+ {
1058
+ "id": 4,
1059
+ "title": "Step 2: Image Size",
1060
+ "bounding": [
1061
+ -1950,
1062
+ 1060,
626
1063
  390,
627
- 313.6000061035156
1064
+ 270
628
1065
  ],
629
1066
  "color": "#3f789e",
630
1067
  "font_size": 24,
631
1068
  "flags": {}
632
1069
  },
633
1070
  {
634
- "id": 2,
635
- "title": "Step3 - Prompt",
1071
+ "id": 5,
1072
+ "title": "Step 1: Load models",
636
1073
  "bounding": [
637
- 220,
638
- -30,
639
- 445.27801513671875,
640
- 474.2060852050781
1074
+ -1950,
1075
+ 500,
1076
+ 290,
1077
+ 550
641
1078
  ],
642
1079
  "color": "#3f789e",
643
1080
  "font_size": 24,
644
1081
  "flags": {}
645
1082
  },
646
1083
  {
647
- "id": 3,
648
- "title": "Step 2 - Image size",
1084
+ "id": 6,
1085
+ "title": "Optional",
649
1086
  "bounding": [
650
- -490,
651
- 300,
652
- 390,
653
- 190
1087
+ -1650,
1088
+ 500,
1089
+ 590,
1090
+ 550
1091
+ ],
1092
+ "color": "#3f789e",
1093
+ "font_size": 24,
1094
+ "flags": {}
1095
+ },
1096
+ {
1097
+ "id": 7,
1098
+ "title": "Step 3: Prompt",
1099
+ "bounding": [
1100
+ -1050,
1101
+ 500,
1102
+ 380,
1103
+ 550
654
1104
  ],
655
1105
  "color": "#3f789e",
656
1106
  "font_size": 24,
@@ -660,13 +1110,13 @@
660
1110
  "config": {},
661
1111
  "extra": {
662
1112
  "ds": {
663
- "scale": 0.4914108634365025,
1113
+ "scale": 1.1817948660238644,
664
1114
  "offset": [
665
- 1632.196674315222,
666
- 291.0511957579497
1115
+ 2069.685845297568,
1116
+ -562.1848163993124
667
1117
  ]
668
1118
  },
669
- "frontendVersion": "1.26.11",
1119
+ "frontendVersion": "1.26.13",
670
1120
  "VHS_latentpreview": false,
671
1121
  "VHS_latentpreviewrate": 0,
672
1122
  "VHS_MetadataImage": true,