File size: 35,639 Bytes
593da3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
{
    "custom_nodes": [
        {
            "author": "loz2754",
            "title": "AUN ComfyUI Nodes",
            "id": "aun-comfyui-nodes",
            "reference": "https://github.com/loz2754/AUN-ComfyUI-Nodes",
            "files": [
                "https://github.com/loz2754/AUN-ComfyUI-Nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of workflow helper nodes focused on organization + control (bypass/mute/collapse/group control), prompt/text utilities, file/path helpers, and image/video save helpers (optional VHS integration)."
        },
        {
            "author": "SergPoletaev",
            "title": "ComfyUI-SPoletNodes",
            "id": "ComfyUI-SPoletNodes",
            "reference": "https://github.com/SergPoletaev/ComfyUI-SPoletNodes",
            "files": [
                "https://github.com/SergPoletaev/ComfyUI-SPoletNodes"
            ],
            "install_type": "git-clone",
            "description": "Custom nodes for image preview and saving"
        },
        {
            "author": "capitan01R",
            "title": "ComfyUI-CapitanZiT-Scheduler",
            "reference": "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler",
            "files": [
                "https://github.com/capitan01R/ComfyUI-CapitanZiT-Scheduler"
            ],
            "install_type": "git-clone",
            "description": "A lightweight ComfyUI custom scheduler & sigma generator for Z-Image-Turbo. Delivers a stable linear sigma schedule (1.0 → 0.0) for rectified-flow/flow-matching, boosting few-step generation (8-9 steps) with superior consistency, reduced noise, and full compatibility with the model's distilled pipeline."
        },
        {
            "author": "joe002",
            "title": "comfyui-deterministic-nodes",
            "reference": "https://github.com/joe002/comfyui-deterministic-nodes",
            "files": [
                "https://github.com/joe002/comfyui-deterministic-nodes"
            ],
            "install_type": "git-clone",
            "description": "Batch-invariant inference nodes for guaranteed reproducibility in ComfyUI"
        },
        {
            "author": "joe002",
            "title": "comfyui-conduit-optimizer",
            "reference": "https://github.com/joe002/comfyui-conduit-optimizer",
            "files": [
                "https://github.com/joe002/comfyui-conduit-optimizer"
            ],
            "install_type": "git-clone",
            "description": "Non-linear inference optimization for ComfyUI: 4-tier VRAM, speculative generation, precision routing"
        },
        {
            "author": "joe002",
            "title": "comfyui-rtx4090-nodes",
            "reference": "https://github.com/joe002/comfyui-rtx4090-nodes",
            "files": [
                "https://github.com/joe002/comfyui-rtx4090-nodes"
            ],
            "install_type": "git-clone",
            "description": "High-performance ComfyUI nodes optimized for RTX 4090: batch processing, memory management, GPU monitoring"
        },

        {
            "author": "tackcrypto1031",
            "title": "tk_comfyui_view_and_light",
            "reference": "https://github.com/tackcrypto1031/tk_comfyui_view_and_light",
            "files": [
                "https://github.com/tackcrypto1031/tk_comfyui_view_and_light"
            ],
            "install_type": "git-clone",
            "description": "TK View and Light: A ComfyUI node for 3D camera and lighting control"
        },
        {
            "author": "XelaNull",
            "title": "ComfyUI-MobileFriendly",
            "reference": "https://github.com/XelaNull/ComfyUI-MobileFriendly",
            "files": [
                "https://github.com/XelaNull/ComfyUI-MobileFriendly"
            ],
            "install_type": "git-clone",
            "description": "Comprehensive mobile UI enhancement for ComfyUI that transforms the desktop-focused interface into a touch-friendly experience optimized for iPhone, iPad, and Android devices."
        },
        {
            "author": "aadityamundhalia",
            "title": "ComfyUI-ollama-aditya",
            "reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya",
            "files": [
                "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya"
            ],
            "install_type": "git-clone",
            "description": "Custom ComfyUI node for integrating Ollama LLMs into your image generation workflows."
        },
        {
            "author": "maximilianwicen",
            "title": "ComfyUI-MaxTools",
            "reference": "https://github.com/maximilianwicen/ComfyUI-MaxTools",
            "files": [
                "https://github.com/maximilianwicen/ComfyUI-MaxTools"
            ],
            "install_type": "git-clone",
            "description": "A small collection of custom nodes for ComfyUI, featuring Max Quick Image Size node for image-to-image or image-to-video workflows. (Description by CC)"
        },
        {
            "author": "bhhtr12",
            "title": "ComfyUI-ollama-stop",
            "reference": "https://github.com/bhhtr12/ComfyUI-ollama-stop",
            "files": [
                "https://github.com/bhhtr12/ComfyUI-ollama-stop"
            ],
            "install_type": "git-clone",
            "description": "Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop <model>' command in your system."
        },
        {
            "author": "DemonAlone",
            "title": "SimpeStringGenerator_ComfyUI",
            "reference": "https://github.com/DemonAlone/SimpeStringGenerator_ComfyUI",
            "files": [
                "https://github.com/DemonAlone/SimpeStringGenerator_ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "A collection of nodes that provide dynamic dropdown selectors for Samplers, Schedulers, Checkpoints, and Diffusion Models, outputting a comma-separated string for use in XY plots."
        },
        {
            "author": "tabisheva",
            "title": "comfyui-segs-profile",
            "reference": "https://github.com/tabisheva/comfyui-segs-profile",
            "files": [
                "https://github.com/tabisheva/comfyui-segs-profile"
            ],
            "install_type": "git-clone",
            "description": "A tiny ComfyUI custom node that detects whether a face is in profile using SEGS eye detections."
        },
        {
            "author": "QuackPhuc",
            "title": "ComfyUI-FisheyeTransform",
            "reference": "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform",
            "files": [
                "https://github.com/QuackPhuc/ComfyUI-FisheyeTransform"
            ],
            "install_type": "git-clone",
            "description": "Custom nodes for handling fisheye camera distortion in ComfyUI inpainting workflows."
        },
        {
            "author": "1x1r",
            "title": "comfyui-upscale-by-model",
            "reference": "https://github.com/1x1r/comfyui-upscale-by-model",
            "files": [
                "https://github.com/1x1r/comfyui-upscale-by-model"
            ],
            "install_type": "git-clone",
            "description": "This custom node allow upscaling an image by a factor using a model."
        },
        {
            "author": "RCAKangle",
            "title": "ComfyUI_LLM_Embeder",
            "reference": "https://github.com/RCAKangle/ComfyUI_LLM_Embeder",
            "files": [
                "https://github.com/RCAKangle/ComfyUI_LLM_Embeder"
            ],
            "install_type": "git-clone",
            "description": "Local LLM chat nodes for ComfyUI, with a clean handoff path to downstream prompt optimization."
        },
        {
            "author": "esp-dev",
            "title": "comfyui-loadheicimage",
            "reference": "https://github.com/esp-dev/comfyui-loadheicimage",
            "files": [
                "https://github.com/esp-dev/comfyui-loadheicimage"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node that loads images (including HEIC/HEIF) and provides browser-friendly previews."
        },
        {
            "author": "olduvai-jp",
            "title": "ComfyUI-S3-IO",
            "reference": "https://github.com/olduvai-jp/ComfyUI-S3-IO",
            "files": [
                "https://github.com/olduvai-jp/ComfyUI-S3-IO"
            ],
            "install_type": "git-clone",
            "description": "S3-backed input/output nodes for ComfyUI to browse, load images/videos from S3 buckets and push outputs back to S3 automatically."
        },
        {
            "author": "theluminhub",
            "title": "ComfyUI-Lumin-Upload",
            "reference": "https://github.com/theluminhub/ComfyUI-Lumin-Upload",
            "files": [
                "https://github.com/theluminhub/ComfyUI-Lumin-Upload"
            ],
            "install_type": "git-clone",
            "description": "Upload your ComfyUI generated images and workflow metadata to Lumin."
        },
        
        {
            "author": "SorenWeile",
            "title": "ComfyUI_MetaSaver",
            "reference": "https://github.com/SorenWeile/ComfyUI_MetaSaver",
            "files": [
                "https://github.com/SorenWeile/ComfyUI_MetaSaver"
            ],
            "install_type": "git-clone",
            "description": "A powerful ComfyUI custom node for saving images with flexible custom metadata fields embedded in PNG files."
        },
        {
            "author": "TTPlanetPig",
            "title": "Comfyui_DreamID-V_wrapper",
            "reference": "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper",
            "files": [
                "https://github.com/TTPlanetPig/Comfyui_DreamID-V_wrapper"
            ],
            "install_type": "git-clone",
            "description": "A simple and efficient ComfyUI integration for DreamID-V, a model for identity-preserving video generation that animates reference images using motion from pose videos."
        },
        {
            "author": "danieljanata",
            "title": "ComfyUI-Prompting-System",
            "reference": "https://github.com/danieljanata/ComfyUI-Prompting-System",
            "files": [
                "https://github.com/danieljanata/ComfyUI-Prompting-System"
            ],
            "install_type": "git-clone",
            "description": "Comprehensive prompt management system for ComfyUI with database storage, thumbnail management, advanced search, and cross-platform support."
        },
        {
            "author": "PauldeLavallaz",
            "title": "[WIP] comfyui_morpheus_model_management",
            "reference": "https://github.com/PauldeLavallaz/comfyui_morpheus_model_management",
            "files": [
                "https://github.com/PauldeLavallaz/comfyui_morpheus_model_management"
            ],
            "install_type": "git-clone",
            "description": "Nodo personalizzato per ComfyUI che consente di sfogliare una libreria locale di immagini di talent con interfaccia gallery, filtri avanzati e output multipli. (Description by CC)\nNOTE: The files in the repo are not organized."
        },

        {
            "author": "sinanzoo2nd",
            "title": "ComfyUI Seed Wildcard Pack",
            "reference": "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack",
            "files": [
                "https://github.com/sinanzoo2nd/ComfyUI-Seed-Wildcard-Pack"
            ],
            "install_type": "git-clone",
            "description": "Advanced wildcard control with seed-based selection, LoRA stack support, and utilities.",
            "nickname": "Seed Wildcard"
        },
        {
            "author": "senhaicc",
            "title": "Comfyui-WL-MainImageDesign",
            "reference": "https://github.com/senhaicc/Comfyui-WL-MainImageDesign",
            "files": [
                "https://github.com/senhaicc/Comfyui-WL-MainImageDesign"
            ],
            "install_type": "git-clone",
            "description": "Professional e-commerce main image prompt generator for motorcycle equipment (helmets, riding gear, protective gear) with 9 design styles and 2 canvas ratios. (Description by CC)"
        },
        {
            "author": "0nikod",
            "title": "ComfyUI-Simple-Prompt",
            "reference": "https://github.com/0nikod/ComfyUI-Simple-Prompt",
            "files": [
                "https://github.com/0nikod/ComfyUI-Simple-Prompt"
            ],
            "install_type": "git-clone",
            "description": "Provide a simple interface to simplify prompt writing."
        },
        {
            "author": "Suzu008",
            "title": "ComfyUI-CryptIO",
            "reference": "https://github.com/Suzu008/ComfyUI-CryptIO",
            "files": [
                "https://github.com/Suzu008/ComfyUI-CryptIO"
            ],
            "install_type": "git-clone",
            "description": "A collection of custom nodes for ComfyUI"
        },
        {
            "author": "IRCSS",
            "title": "comfyUI-blender-wrapper",
            "reference": "https://github.com/IRCSS/comfyUI-blender-wrapper",
            "files": [
                "https://github.com/IRCSS/comfyUI-blender-wrapper"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Blender Wrapper lets you call Blender in headless mode from ComfyUI (or any Python environment), run reusable pipeline stages stored inside files, and pass configs in/out via JSON. It's meant for tech-art / asset-pipeline tasks like cleanup, decimation, unwrap, baking, rigging, etc."
        },
        {
            "author": "calibancode",
            "title": "ComfyUI-bevvy",
            "reference": "https://github.com/calibancode/ComfyUI-bevvy",
            "files": [
                "https://github.com/calibancode/ComfyUI-bevvy"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node that saves images as WebP."
        },
        {
            "author": "GraftingRayman",
            "title": "ComfyUI-Games",
            "reference": "https://github.com/GraftingRayman/ComfyUI-Games",
            "files": [
                "https://github.com/GraftingRayman/ComfyUI-Games"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI node providing Tetris game functionality. (Description by CC)"
        },
        {
            "author": "aicuai",
            "title": "comfyui-save-image-watermark",
            "reference": "https://github.com/aicuai/comfyui-save-image-watermark",
            "files": [
                "https://github.com/aicuai/comfyui-save-image-watermark"
            ],
            "install_type": "git-clone",
            "description": "Save images with visible watermarks (logo/text), invisible watermarks (LSB steganography), and metadata embedding. Supports PNG/JPEG/WebP with browser download."
        },
        {
            "author": "migero",
            "title": "ComfyUI-Equirectangular-Strip",
            "reference": "https://github.com/migero/ComfyUI-Equirectangular-Strip",
            "files": [
                "https://github.com/migero/ComfyUI-Equirectangular-Strip"
            ],
            "install_type": "git-clone",
            "description": "Custom nodes for ComfyUI to convert between equirectangular (360°) images and a strip of 6 cube faces (90° FOV each)."
        },
        {
            "author": "SamLiu1000",
            "title": "ComfyUI_Rabbit-Camera-Perspective",
            "reference": "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective",
            "files": [
                "https://github.com/SamLiu1000/ComfyUI_Rabbit-Camera-Perspective"
            ],
            "install_type": "git-clone",
            "description": "An intuitive prompt previewer ComfyUI node for use with Fal's Multi-View LoRA, optimized for portraits with real-time prompt previews."
        },
        {
            "author": "euan-gwd",
            "title": "comfyui-character-prompt-builder",
            "reference": "https://github.com/euan-gwd/comfyui-character-prompt-builder",
            "files": [
                "https://github.com/euan-gwd/comfyui-character-prompt-builder"
            ],
            "install_type": "git-clone",
            "description": "A modular character prompt generator for ComfyUI"
        },
        {
            "author": "NickPittas",
            "title": "ComfyUI_CameraAngleSelector",
            "reference": "https://github.com/NickPittas/ComfyUI_CameraAngleSelector",
            "files": [
                "https://github.com/NickPittas/ComfyUI_CameraAngleSelector"
            ],
            "install_type": "git-clone",
            "description": "Interactive 3D interface for selecting camera angles for Qwen-Image-Edit-2511, supporting 96 unique camera angle combinations (8 directions × 4 heights × 3 shot sizes) with multi-selection and visual feedback."
        },
        {
            "author": "advancedtech-sk",
            "title": "ComfyUI-GROUT",
            "reference": "https://github.com/advancedtech-sk/ComfyUI-GROUT",
            "files": [
                "https://github.com/advancedtech-sk/ComfyUI-GROUT"
            ],
            "install_type": "git-clone",
            "description": "Custom ComfyUI nodes for GROUT (Geometric Reasoning Over Unstructured Tessellations) - a deep learning model for detecting and segmenting grout lines in mosaic images."
        },
        {
            "author": "ato321",
            "title": "ComfyUI-LTXVGuideRebase",
            "reference": "https://github.com/ato321/ComfyUI-LTXVGuideRebase",
            "files": [
                "https://github.com/ato321/ComfyUI-LTXVGuideRebase"
            ],
            "install_type": "git-clone",
            "description": "Small ComfyUI addon that provides segment-safe utilities for Comfy-Org LTX video nodes."
        },
        {
            "author": "zhangle0013",
            "title": "comfyui-EmptyImageYesON",
            "reference": "https://github.com/zhangle0013/comfyui-EmptyImageYesON",
            "files": [
                "https://github.com/zhangle0013/comfyui-EmptyImageYesON"
            ],
            "install_type": "git-clone",
            "description": "Automatically disables Load Image nodes without images, useful for workflows with optional reference images. (Description by CC)"
        },
        {
            "author": "Enferlain",
            "title": "ComfyUI-A1111-cond",
            "reference": "https://github.com/Enferlain/ComfyUI-A1111-cond",
            "files": [
                "https://github.com/Enferlain/ComfyUI-A1111-cond"
            ],
            "install_type": "git-clone",
            "description": "A custom ComfyUI node that implements A1111-style prompt handling with proper isolation and emphasis math."
        },
        {
            "author": "wanjin123111",
            "title": "ComfyUI-3D-Human-Pose",
            "reference": "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose",
            "files": [
                "https://github.com/wanjin123111/ComfyUI-3D-Human-Pose"
            ],
            "install_type": "git-clone",
            "description": "Interactive 3D camera control node for ComfyUI that precisely controls horizontal, vertical angles and zoom, with output of professional cinematography prompts. (Description by CC)"
        },
        {
            "author": "capitan01R",
            "title": "Capitan-ConditioningEnhancer",
            "reference": "https://github.com/capitan01R/Capitan-ConditioningEnhancer",
            "files": [
                "https://github.com/capitan01R/Capitan-ConditioningEnhancer"
            ],
            "install_type": "git-clone",
            "description": "Lightweight post-processing node for Qwen3-4B conditioning in Z-Image Turbo workflows that refines conditioning with per-token normalization, optional self-attention, and MLP refinement. (Description by CC)"
        },
        {
            "author": "tackcrypto1031",
            "title": "tk_comfyui_img2mask",
            "reference": "https://github.com/tackcrypto1031/tk_comfyui_img2mask",
            "files": [
                "https://github.com/tackcrypto1031/tk_comfyui_img2mask"
            ],
            "install_type": "git-clone",
            "description": "A dedicated ComfyUI custom node designed to streamline the process of converting transparent images (RGBA) into masks and high-quality mask previews."
        },
        {
            "author": "wallen0322",
            "title": "ComfyUI-qwenmultianglelight",
            "reference": "https://github.com/wallen0322/ComfyUI-qwenmultianglelight",
            "files": [
                "https://github.com/wallen0322/ComfyUI-qwenmultianglelight"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node for 3D lighting angle control, outputs lighting prompts for relighting image generation"
        },

        {
            "author": "patientx",
            "title": "CFZ-SwitchMenu",
            "reference": "https://github.com/patientx/CFZ-SwitchMenu",
            "files": [
                "https://github.com/patientx/CFZ-SwitchMenu"
            ],
            "install_type": "git-clone",
            "description": "Adds a menu button that switches between old and new style ComfyUI menus."
        },
        {
            "author": "Lumiyumi",
            "title": "LumyINTP",
            "reference": "https://github.com/Lumiyumi/LumyINTP",
            "files": [
                "https://github.com/Lumiyumi/LumyINTP"
            ],
            "install_type": "git-clone",
            "description": "INT+ node for ComfyUI with control after generate style functionality for signal-controlled increment/decrement/randomize operations."
        },
        {
            "author": "MajoorWaldi",
            "title": "ComfyUI-Majoor-ImageOps",
            "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps",
            "files": [
                "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps"
            ],
            "install_type": "git-clone",
            "description": "Essential Nodes Pack for Images Processing for ComfyUI, with a live embedded preview inside the node (no queue) for supported chains."
        },
        {
            "author": "fujitea40",
            "title": "comfy_exp_preset",
            "reference": "https://github.com/fujitea40/comfy_exp_preset",
            "files": [
                "https://github.com/fujitea40/comfy_exp_preset"
            ],
            "install_type": "git-clone",
            "description": "Custom node for expression preset management in ComfyUI, allowing users to preselect expressions and parameters for character animation. (Description by CC)"
        },
        {
            "author": "Angelsan720",
            "title": "attention_bench",
            "reference": "https://github.com/Angelsan720/attention_bench",
            "files": [
                "https://github.com/Angelsan720/attention_bench"
            ],
            "install_type": "git-clone",
            "description": "A simple ComfyUI node example project to help beginners learn how to develop ComfyUI nodes."
        },
        {
            "author": "smartvain",
            "title": "ComfyUI-FaceKeypointsFilter",
            "reference": "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter",
            "files": [
                "https://github.com/smartvain/ComfyUI-FaceKeypointsFilter"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node that selectively filters facial keypoints from DWPose/OpenPose output, allowing selective disabling of face parts (chin, eyebrows, eyes, nose, mouth outer/inner contours) for ControlNet workflows. (Description by CC)"
        },
        {
            "author": "smartvain",
            "title": "ComfyUI-PoseKeypointsToImage",
            "reference": "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage",
            "files": [
                "https://github.com/smartvain/ComfyUI-PoseKeypointsToImage"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node that generates pose images from DWPose/OpenPose keypoint data, allowing creation of pose visualizations with selectively filtered body parts. (Description by CC)"
        },
        {
            "author": "shumoLR",
            "title": "Comfyui_SynVow_MultiangleCamera",
            "reference": "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera",
            "files": [
                "https://github.com/shumoLR/Comfyui_SynVow_MultiangleCamera"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI custom node for 3D camera angle control with interactive viewport to adjust camera angles and output formatted prompt strings and processed images for multi-angle image generation. (Description by CC)"
        },
        {
            "author": "zwaigani",
            "title": "ComfyUI-LoRA-stacker",
            "reference": "https://github.com/zwaigani/ComfyUI-LoRA-stacker",
            "files": [
                "https://github.com/zwaigani/ComfyUI-LoRA-stacker"
            ],
            "install_type": "git-clone",
            "description": "A simple ComfyUI custom node that lets you apply multiple LoRAs (up to 10) to a model in one node."
        },
        {
            "author": "kantan-kanto",
            "title": "ComfyUI-MultiModal-Prompt-Nodes",
            "reference": "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes",
            "files": [
                "https://github.com/kantan-kanto/ComfyUI-MultiModal-Prompt-Nodes"
            ],
            "install_type": "git-clone",
            "description": "Advanced multimodal prompt generation nodes for ComfyUI with local GGUF models (Qwen-VL) and cloud API support for vision-based prompt enhancement."
        },
        {
            "author": "mingchoi",
            "title": "ComfyUI-Prompt-Iterator",
            "reference": "https://github.com/mingchoi/ComfyUI-Prompt-Iterator",
            "files": [
                "https://github.com/mingchoi/ComfyUI-Prompt-Iterator"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI custom node package that provides two nodes for iterating through prompts and templates. Perfect for batch processing, testing multiple prompts, or creating variations."
        },
        {
            "author": "FemReiyaDev",
            "title": "ComfyUI-ReiyaNodes",
            "reference": "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes",
            "files": [
                "https://github.com/FemReiyaDev/ComfyUI-ReiyaNodes"
            ],
            "install_type": "git-clone",
            "description": "Custom ComfyUI nodes for image stitching"
        },     
        {
            "author": "zwaigani",
            "title": "ComfyUI-VRAM-watcher",
            "id": "comfyui-vram-watcher",
            "reference": "https://github.com/zwaigani/ComfyUI-VRAM-watcher",
            "files": [
                "https://github.com/zwaigani/ComfyUI-VRAM-watcher"
            ],
            "install_type": "git-clone",
            "description": "Displays GPU VRAM usage and system RAM usage as bar widgets in a ComfyUI node.",
            "tags": ["utils", "ui", "vram", "ram"]
        },
        {
            "author": "vuhung3990",
            "title": "NSFW Guard",
            "id": "comfyui-nsfw-guard",
            "reference": "https://github.com/vuhung3990/comfyui-nsfw-guard",
            "files": [
                "https://github.com/vuhung3990/comfyui-nsfw-guard"
            ],
            "install_type": "git-clone",
            "description": "NSFW content detection node for ComfyUI - blocks inappropriate images automatically using YOLOv9 model."
        },
        {
            "author": "TheMadDoctor007",
            "title": "Qwen Camera Selector",
            "id": "qwen-camera-selector",
            "reference": "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector",
            "files": [
                "https://github.com/TheMadDoctor007/ComfyUI-QwenCameraSelector"
            ],
            "install_type": "git-clone",
            "description": "Custom ComfyUI node providing camera angle and cinematic shot selection presets designed for Qwen multi-angle workflows."
        },
        {
            "author": "zengxianyu",
            "title": "Intensity Fake Depth Node for ComfyUI",
            "reference": "https://github.com/zengxianyu/ComfyUIIntensityDepth",
            "files": [
                "https://github.com/zengxianyu/ComfyUIIntensityDepth"
            ],
            "install_type": "git-clone",
            "description": "Output Fake Depth Maps with Detailed Object Boundaries"
        },
        {
            "author": "aimoviestudio",
            "title": "ComfyUI Prompt Builder",
            "reference": "https://github.com/aimoviestudio/comfyui-promptbuilder",
            "files": [
                "https://github.com/aimoviestudio/comfyui-promptbuilder"
            ],
            "install_type": "git-clone",
            "description": "Stop wasting hours tweaking prompt. This extension allows you to modularize your prompts into variables and assemble them using a powerful template-based approach."
        },
        {
            "author": "shmba05tom",
            "title": "Comfyui-Image-Concat",
            "id": "Comfyui-Image-Concat",
            "reference": "https://github.com/shmbatom/Comfyui-Image-Concat",
            "files": [
                "https://github.com/shmbatom/Comfyui-Image-Concat"
            ],
            "install_type": "git-clone",
            "description": "a powerful image concatenation tool for ComfyUI, with True Alpha Channel Support and Multiple Image-block Fill Modes."
        },
        {
            "author": "jianglinbin",
            "title": "ComfyUI 3D Angles Selector",
            "reference": "https://github.com/jianglinbin/ComfyUI-AnglesSelect",
            "files": [
                "https://github.com/jianglinbin/ComfyUI-AnglesSelect"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom nodes for multi-angle LoRA prompt generation. Provides 3D visual angle selector and simple angle selector with support for 8 azimuths × 4 elevations × 3 distances = 96 view combinations."
        },
        {
            "author": "vantagewithai",
            "title": "Vantage-Nodes",
            "reference": "https://github.com/vantagewithai/Vantage-Nodes",
            "files": [
                "https://github.com/vantagewithai/Vantage-Nodes"
            ],
            "install_type": "git-clone",
            "description": "This release introduces Vantage Nodes, a powerful utility and infrastructure node pack for ComfyUI, designed for advanced workflows, batch processing, and experimental pipelines."
        },
        {
            "author": "vantagewithai",
            "title": "Vantage-Step-Audio-EditX",
            "reference": "https://github.com/vantagewithai/Vantage-Step-Audio-EditX",
            "files": [
                "https://github.com/vantagewithai/Vantage-Step-Audio-EditX"
            ],
            "install_type": "git-clone",
            "description": "This project is a custom node implementation built on top of Step-Audio-EditX. It adapts and extends EditX capabilities to support multi‑speaker, long‑format, voice cloning, and emotion/style/speed editing, enabling you to feed in a script with multiple speakers, inline pauses, paralinguistic cues, and get a concatenated audio output in one pass."
        },
        {
            "author": "zengxianyu",
            "title": "Phase-Preserving Noise",
            "id": "structured-noise",
            "reference": "https://github.com/zengxianyu/structured-noise",
            "files": [
                "https://github.com/zengxianyu/structured-noise"
            ],
            "install_type": "git-clone",
            "description": "Generate phase-preserving structured noise for the input image."
        },
        {
            "author": "3R3BOS",
            "title": "ComfyUI-3R3BOS-Pack",
            "id": "ComfyUI-3R3BOS-Pack",
            "reference": "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack",
            "files": [
                "https://github.com/3R3BOS/ComfyUI-3R3BOS-Pack"
            ],
            "install_type": "git-clone",
            "description": "Control and visualization toolkit (Gatekeeper, Slider) and more in the future."
        },
        {
            "author": "JasonHoku",
            "title": "ComfyUI Ultimate Auto Sampler Config Grid Testing Suite",
            "reference": "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite",
            "files": [
                "https://github.com/JasonHoku/ComfyUI-Ultimate-Auto-Sampler-Config-Grid-Testing-Suite"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Sampler testing & benchmarking tool for testing Stable Diffusion samplers, schedulers, CFG scales, prompts, img2img denoise values, and LoRA combinations. Features infinite-canvas dashboard image grids with virtual scrolling that can handle thousands of images, multi-model comparison, automatic resume on interrupt, and real-time visualization. Test entire checkpoint folders, stack multiple LoRAs, generate random seed variations, and export optimized configs. Includes fullscreen mode, keyboard navigation, smart filtering by parameters, and one-click regeneration workflow. Perfect for sampler output optimization and hyperparameter tuning."
        },
        {
            "author": "jchiotaka",
            "title": "comfyui-tile-calculator",
            "reference": "https://github.com/jchiotaka/comfyui-tile-calculator",
            "files": [
                "https://github.com/jchiotaka/comfyui-tile-calculator"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node for calculating tile dimensions in upscaling workflows"
        },
        {
            "author": "danielvw",
            "title": "ComfyUI-WanMove-Adapter",
            "reference": "https://github.com/danielvw/ComfyUI-WanMove-Adapter",
            "files": [
                "https://github.com/danielvw/ComfyUI-WanMove-Adapter"
            ],
            "install_type": "git-clone",
            "description": "This custom node allows you to convert trajectories from JSON files directly into WanMove TRACKS."
        },
        {
            "author": "Anzhc",
            "title": "SDXL-Flux2VAE-ComfyUI-Node",
            "reference": "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node",
            "files": [
                "https://github.com/Anzhc/SDXL-Flux2VAE-ComfyUI-Node"
            ],
            "install_type": "git-clone",
            "description": "Simple node to patch ComfyUI generation with the SDXL Flux2VAE arch support."
        }
    ]
}