File size: 34,588 Bytes
35cdf61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "custom_nodes": [
        {
            "author": "#NOTICE_1.13",
            "title": "NOTICE: This channel is not the default channel.",
            "reference": "https://github.com/ltdrdata/ComfyUI-Manager","files": [],
            "install_type": "git-clone",
            "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!"
        },

        
        
        
        {
            "author": "PabloGFX",
            "title": "Head Orientation Node",
            "id": "head-orientation-node",
            "reference": "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX",
            "files": [
                "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that analyzes and sorts images based on head orientation using MediaPipe. It detects facial landmarks, calculates head pose, and intelligently sorts images for enhanced AI image processing workflows."
        },
        {
            "author": "45uee",
            "title": "ComfyUI-Color_Transfer",
            "reference": "https://github.com/45uee/ComfyUI-Color_Transfer",
            "files": [
                "https://github.com/45uee/ComfyUI-Color_Transfer"
            ],
            "install_type": "git-clone",
            "description": "Implementation of color transfer using KMeans algorithm"
        },
        {
            "author": "lazniak",
            "title": "Head Orientation Node for ComfyUI",
            "reference": "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX",
            "files": [
                "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX"
            ],
            "install_type": "git-clone",
            "description": "The Head Orientation Node is a custom node for ComfyUI that analyzes and sorts images based on head orientation. It uses the MediaPipe library to detect facial landmarks and calculate head pose, allowing for intelligent image sorting and matching.\nDeveloped by PabloGFX, this node enhances ComfyUI's capabilities in facial analysis and image processing tasks."
        },
        {
            "author": "AIFSH",
            "title": "VideoSys-ComfyUI",
            "reference": "https://github.com/AIFSH/VideoSys-ComfyUI",
            "files": [
                "https://github.com/AIFSH/VideoSys-ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "NODES:TextNode, PreViewVideo, VideoSysNode."
        },
        {
            "author": "logtd",
            "title": "ComfyUI-MotionThiefExperiment",
            "reference": "https://github.com/logtd/ComfyUI-MotionThiefExperiment",
            "files": [
                "https://github.com/logtd/ComfyUI-MotionThiefExperiment"
            ],
            "install_type": "git-clone",
            "description": "experimental node pack to test using reference videos for their motion."
        },
        {
            "author": "Hmily",
            "title": "ComfyUI-Light-Tool",
            "id": "hmily",
            "reference": "https://github.com/ihmily/ComfyUI-Light-Tool",
            "files": [
                "https://github.com/ihmily/ComfyUI-Light-Tool"
            ],
            "install_type": "git-clone",
            "description": "An awesome light image processing tool nodes for ComfyUI."
        },
        {
            "author": "IuvenisSapiens",
            "title": "ComfyUI_Qwen2-VL-Instruct",
            "id": "qwen2-vl-instruct",
            "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct",
            "files": [
                "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct"
            ],
            "install_type": "git-clone",
            "description": "This is an implementation of [a/Qwen2-VL-Instruct](https://github.com/QwenLM/Qwen2-VL) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), which includes, but is not limited to, support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses."
        },
        {
            "author": "k-komarov",
            "title": "comfyui-bunny-cdn-storage",
            "reference": "https://github.com/k-komarov/comfyui-bunny-cdn-storage",
            "files": [
                "https://github.com/k-komarov/comfyui-bunny-cdn-storage"
            ],
            "install_type": "git-clone",
            "description": " Save Your Image to BunnyStorage"
        },
        {
            "author": "xlinx",
            "title": "ComfyUI-decadetw-spout-syphon-im-vj",
            "reference": "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj",
            "files": [
                "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj"
            ],
            "install_type": "git-clone",
            "description": "I'm SD-VJ. (share SD-generating-process in realtime by gpu)"
        },
        {
            "author": "logtd",
            "title": "ComfyUI-ReNoise",
            "reference": "https://github.com/logtd/ComfyUI-ReNoise",
            "files": [
                "https://github.com/logtd/ComfyUI-ReNoise"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to use ReNoise"
        },
        {
            "author": "MinusZoneAI",
            "title": "ComfyUI-CogVideoX-MZ",
            "reference": "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ",
            "files": [
                "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ"
            ],
            "install_type": "git-clone",
            "description": "Nodes:MZ_CogVideoXLoader"
        },
        {
            "author": "pzc163",
            "title": "Comfyui_MiniCPMv2_6-prompt-generator",
            "id": "Comfyui_MiniCPMv2_6-prompt-generator",
            "reference": "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator",
            "files": [
                "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator"
            ],
            "install_type": "git-clone",
            "description": "This is an implementation of [MiniCPMv2_6-prompt-generator](https://huggingface.co/pzc163/MiniCPMv2_6-prompt-generator) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for single-image caption, generate prompt by upload image and batch-images Prompt generation."
        },
        {
            "author": "Bao Pham",
            "title": "ComfyUI-LyraVSIH",
            "id": "lyra-vsih",
            "reference": "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH",
            "files": [
                "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH"
            ],
            "install_type": "git-clone",
            "description": "This extension provides a set of nodes that can be used to mask multiple object at once"
        },
        {
            "author": "leeguandong",
            "title": "ComfyUI nodes to use MasaCtrl",
            "reference": "https://github.com/leeguandong/ComfyUI_MasaCtrl",
            "files": [
                "https://github.com/leeguandong/ComfyUI_MasaCtrl"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to use MasaCtrl"
        },
        {
            "author": "AbyssBadger0",
            "title": "Kolors Awesome Prompts",
            "reference": "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts",
            "files": [
                "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts"
            ],
            "install_type": "git-clone",
            "description": "Nodes:KolorsAwesomePrompts"
        },
        {
            "author": "florestefano1975",
            "title": "Advanced Sequence Seed Generator",
            "id": "adv-seq-seed-gen",
            "reference": "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed",
            "files": [
                "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed"
            ],
            "install_type": "git-clone",
            "description": "A simple seed generator based on special number sequences: Fibonacci, Prime, Padovan, Triangular, Catalan, Pell, Lucas"
        },
        {
            "author": "logtd",
            "title": "ComfyUI-4DHumans",
            "id": "comfyui-4dhumans",
            "reference": "https://github.com/logtd/ComfyUI-4DHumans",
            "files": [
                "https://github.com/logtd/ComfyUI-4DHumans"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to use [a/4D-Humans](ComfyUI nodes to use 4D-Humans)"
        },
        {
            "author": "Shiba-2-shiba",
            "title": "ComfyUI-color-ascii-art-node",
            "id": "asciiart",
            "reference": "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node",
            "files": [
                "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node"
            ],
            "install_type": "git-clone",
            "description": "This is a custom node to convert png images into color ASCII art. As noted below, multiple font sizes are used in the specification. The resolution of the generated file is set to be the same as the input image."
        },
        {
            "author": "mittimi",
            "title": "ComfyUI_mittimiRecalculateSize",
            "id": "comfyui_mittimi_recalculate_size",
            "reference": "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize",
            "files": [
                "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize"
            ],
            "install_type": "git-clone",
            "description": "This is the node that performs the magnification calculation."
        },
        {
            "author": "mittimi",
            "title": "ComfyUI_mittimiWidthHeight",
            "id": "comfyui_mittimi_width_height",
            "reference": "https://github.com/mittimi/ComfyUI_mittimiWidthHeight",
            "files": [
                "https://github.com/mittimi/ComfyUI_mittimiWidthHeight"
            ],
            "install_type": "git-clone",
            "description": "This node can easily switch between vertical and horizontal values with a single button."
        },
        {
            "author": "fssorc",
            "title": "ComfyUI_pose_inter",
            "reference": "https://github.com/fssorc/ComfyUI_pose_inter",
            "files": [
                "https://github.com/fssorc/ComfyUI_pose_inter"
            ],
            "install_type": "git-clone",
            "description": "Generate transition frames between two character posture images. The prerequisite for running is to have installed comfyui_controlnet_aux, using its Open Pose or DWPose preprocessor"
        },
        {
            "author": "kijai",
            "title": "ComfyUI CogVideoX Wrapper",
            "reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
            "files": [
                "https://github.com/kijai/ComfyUI-CogVideoXWrapper"
            ],
            "install_type": "git-clone",
            "description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
        },
        {
            "author": "kijai",
            "title": "ComfyUI Llava-OneVision",
            "reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision",
            "files": [
                "https://github.com/kijai/ComfyUI-LLaVA-OneVision"
            ],
            "install_type": "git-clone",
            "description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)"
        },
        {
            "author": "marduk191",
            "title": "Flux Prompt Enhance Node for ComfyUI",
            "id": "fluxpromptenhancer",
            "reference": "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer",
            "files": [
                "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
        },
        {
            "author": "Isi-dev",
            "title": "ComfyUI-Img2DrawingAssistants",
            "id": "Img2DrawingAssistants",
            "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
            "files": [
                "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
            ],
            "install_type": "git-clone",
            "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
        },
        {
            "author": "celoron",
            "title": "ComfyUI-VisualQueryTemplate",
            "reference": "https://github.com/celoron/ComfyUI-VisualQueryTemplate",
            "files": [
                "https://github.com/celoron/ComfyUI-VisualQueryTemplate"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node for transforming images into descriptive text using templated visual question answering. Leverages Hugging Face's VQA models with transformers"
        },
        {
            "author": "drmbt",
            "title": "comfyui-dreambait-nodes",
            "id": "drmbt",
            "reference": "https://github.com/drmbt/comfyui-dreambait-nodes",
            "files": [
                "https://github.com/drmbt/comfyui-dreambait-nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of forks, QoL nodes and utilities for ComfyUI"
        },
        {
            "author": "InstaSD",
            "title": "InstaSD nodes for ComfyUI",
            "reference": "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD",
            "files": [
                "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD"
            ],
            "install_type": "git-clone",
            "description": "A collection of nodes for use with InstaSD. These nodes will be transformed into app inputs when you deploy your ComfyUI workflow on InstaSD."
        },
        {
            "author": "TheBill2001",
            "title": "Save Images with Captions",
            "reference": "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption",
            "files": [
                "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption"
            ],
            "install_type": "git-clone",
            "description": "Provide two custom nodes to load and save images with captions as separate files."
        },
        {
            "author": "Alex Genovese",
            "title": "Huggingface Api Serverless",
            "reference": "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference",
            "files": [
                "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference"
            ],
            "install_type": "git-clone",
            "description": "Huggingface Api Serverless request"
        },
        {
            "author": "BetaDoggo",
            "title": "Gatcha Embeddings",
            "reference": "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding",
            "files": [
                "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding"
            ],
            "install_type": "git-clone",
            "description": "A revolutionary technique for increasing output variety."
        },
        {
            "author": "tianguangliu",
            "title": "comfyui-utools",
            "id": "utools",
            "reference": "https://github.com/tianguanggliu/Utools",
            "files": [
                "https://github.com/tianguanggliu/Utools"
            ],
            "install_type": "git-clone",
            "description": "Efficiency tools, Personalized style, Other Nodes, ..."
        },
        {
            "author": "souki202",
            "title": "ComfyUI-LoadImage-Advanced",
            "reference": "https://github.com/souki202/ComfyUI-LoadImage-Advanced",
            "files": [
                "https://github.com/souki202/ComfyUI-LoadImage-Advanced"
            ],
            "install_type": "git-clone",
            "description": "This is a node that simply integrates LoadImage, Vae Encode, Upscale, Resolution factor correction, and Color Adjustment."
        },
        {
            "author": "neverbiasu",
            "title": "ComfyUI-StyleShot",
            "reference": "https://github.com/neverbiasu/ComfyUI-StyleShot",
            "files": [
                "https://github.com/neverbiasu/ComfyUI-StyleShot"
            ],
            "install_type": "git-clone",
            "description": "NODES:StyleShotApply"
        },
        {
            "author": "freelifehacker",
            "title": "ComfyUI-ImgMask2PNG",
            "reference": "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG",
            "files": [
                "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG"
            ],
            "install_type": "git-clone",
            "description": "NODES:ImageMask2PNG"
        },
        {
            "author": "yvann-ba",
            "title": "ComfyUI_Yvann-Nodes",
            "reference": "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes",
            "files": [
                "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes"
            ],
            "install_type": "git-clone",
            "description": "NODES:Audio Analysis YVANN, Show Text YVANN."
        },
        {
            "author": "leeguandong",
            "title": "ComfyUI_VisualAttentionMap",
            "reference": "https://github.com/leeguandong/ComfyUI_VisualAttentionMap",
            "files": [
                "https://github.com/leeguandong/ComfyUI_VisualAttentionMap"
            ],
            "install_type": "git-clone",
            "description": "NODES:HF ModelLoader, Show Images, Text2Image Inference, Decode Latent, Show CrossAttn Map, Show SelfAttn Map"
        },
        {
            "author": "SeargeDP",
            "title": "Searge-LLM for ComfyUI v1.0",
            "reference": "https://github.com/SeargeDP/ComfyUI_Searge_LLM",
            "files": [
                "https://github.com/SeargeDP/ComfyUI_Searge_LLM"
            ],
            "install_type": "git-clone",
            "description": "A prompt-generator or prompt-improvement node for ComfyUI, utilizing the power of a language model to turn a provided text-to-image prompt into a more detailed and improved prompt."
        },
        {
            "author": "Xclbr7",
            "title": "ComfyUI-Merlin: Magic Photo Prompter",
            "reference": "https://github.com/Xclbr7/ComfyUI-Merlin",
            "files": [
                "https://github.com/Xclbr7/ComfyUI-Merlin"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI-Merlin is a custom node extension for ComfyUI, introducing the Magic Photo Prompter. This powerful tool enhances your prompt engineering process by allowing users to easily construct detailed, high-quality prompts for photo-realistic image generation."
        },
        {
            "author": "ChrisColeTech",
            "title": "ComfyUI-Elegant-Resource-Monitor",
            "reference": "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor",
            "files": [
                "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI will add a simple and elegant resource monitor."
        },
        {
            "author": "jsonL",
            "title": "ComfyUI-tagger",
            "id": "comfyui-tagger",
            "reference": "https://github.com/StarMagicAI/comfyui_tagger",
            "files": [
                "https://github.com/StarMagicAI/comfyui_tagger"
            ],
            "install_type": "git-clone",
            "description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr"
        },
        {
            "author": "DanielHabib",
            "title": "ComfyUI-Voxels",
            "reference": "https://github.com/DanielHabib/ComfyUI-Voxels",
            "files": [
                "https://github.com/DanielHabib/ComfyUI-Voxels"
            ],
            "install_type": "git-clone",
            "description": "NODES:Mesh To Voxel, Voxel Block Saver, Voxel Viewer"
        },
        {
            "author": "ducido",
            "title": "ObjectFusion_ComfyUI_nodes",
            "id": "objectfusion-nodes",
            "reference": "https://github.com/ducido/ObjectFusion_ComfyUI_nodes",
            "files": [
                "https://github.com/ducido/ObjectFusion_ComfyUI_nodes"
            ],
            "install_type": "git-clone",
            "description": "This is a node to generate new image that combine 2 objects from different scene."
        },
        {
            "author": "boredofnames",
            "title": "ComfyUI-ntfy",
            "reference": "https://github.com/boredofnames/ComfyUI-ntfy",
            "files": [
                "https://github.com/boredofnames/ComfyUI-ntfy"
            ],
            "install_type": "git-clone",
            "description": "NODES:Save Image and ntfy"
        },
        {
            "author": "nicehero",
            "title": "comfyui-SegGPT",
            "reference": "https://github.com/nicehero/comfyui-SegGPT",
            "files": [
                "https://github.com/nicehero/comfyui-SegGPT"
            ],
            "install_type": "git-clone",
            "description": "We release the [a/SegGPT model](https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) and inference code for segmentation everything, as well as some example images and videos.\nNOTE: [a/SegGPT: Segmenting Everything In Context](https://huggingface.co/BAAI/SegGPT)"
        },
        {
            "author": "sakura1bgx",
            "title": "ComfyUI_FlipStreamViewer",
            "reference": "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer",
            "files": [
                "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI_FlipStreamViewer is a tool that provides a viewer interface for flipping images with frame interpolation, allowing you to watch high-fidelity pseudo-videos without needing AnimateDiff."
        },
        {
            "author": "mittimi",
            "title": "ComfyUI_mittimiLoadPreset",
            "id": "comfyui-mittimi-load-preset",
            "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
            "files": [
                "https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
            ],
            "install_type": "git-clone",
            "description": "The system selects and loads preset."
        },
        {
            "author": "RodrigoSKohl",
            "title": "Panoramic Image Stitcher",
            "reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher",
            "files": [
                "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher"
            ],
            "install_type": "git-clone",
            "description": "Simple Node to make panoramic images"
        },
        {
            "author": "logtd",
            "title": "ComfyUI-SSREncoder",
            "id": "ssrencoder",
            "reference": "https://github.com/logtd/ComfyUI-SSREncoder",
            "files": [
                "https://github.com/logtd/ComfyUI-SSREncoder"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Nodes to use [a/SSR Encoder:Encoding Selective Subject Representation for Subject-Driven Generation](https://github.com/Xiaojiu-z/SSR_Encoder)."
        },
        {
            "author": "logtd",
            "title": "ComfyUI-SeeCoder",
            "id": "seecoder-logtd",
            "reference": "https://github.com/logtd/ComfyUI-SeeCoder",
            "files": [
                "https://github.com/logtd/ComfyUI-SeeCoder"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to use the SeeCoder from [a/Prompt-Free-Diffusion](https://github.com/SHI-Labs/Prompt-Free-Diffusion)"
        },
        {
            "author": "nux1111",
            "title": "ComfyUI_NetDist_Plus",
            "reference": "https://github.com/nux1111/ComfyUI_NetDist_Plus",
            "files": [
                "https://github.com/nux1111/ComfyUI_NetDist_Plus"
            ],
            "install_type": "git-clone",
            "description": "Run ComfyUI workflows on multiple local GPUs/networked machines with options to edit the json values within comfyui.\nOriginal repo: [a/city96/ComfyUI_NetDist](https://github.com/city96/ComfyUI_NetDist)"
        },
        {
            "author": "daxcay",
            "title": "ComfyUI-Nexus",
            "reference": "https://github.com/daxcay/ComfyUI-Nexus",
            "files": [
                "https://github.com/daxcay/ComfyUI-Nexus"
            ],
            "install_type": "git-clone",
            "description": "Node to enable seamless multiuser workflow collaboration, run on local and remote comfy servers."
        },
        {
            "author": "Assistant",
            "title": "ComfyUI-PromptList",
            "reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList",
            "files": [
                "https://github.com/NakamuraShippo/ComfyUI-PromptList"
            ],
            "install_type": "git-clone",
            "description": "Custom node for managing prompts with CSV integration"
        },
        {
            "author": "X-T-E-R",
            "title": "ComfyUI Easy Civitai (XTNodes)",
            "reference": "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes",
            "files": [
                "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes"
            ],
            "install_type": "git-clone",
            "description": "Fed up with the hassle of managing AI models and LoRAs? Tired of hunting down the perfect resources, only to struggle with getting them loaded and configured just right?\nIntroducing the Civitai Node Loading System—your all-in-one solution for seamless model and LoRA management. Whether you’re pulling directly from Civitai or loading from local files, our system makes it a breeze. With automatic preview generation and BLAKE3 hash verification, you can be sure that you’re always working with the correct and highest quality resources. Say goodbye to the guesswork and hello to a streamlined, efficient workflow that’s as powerful as it is user-friendly."
        },
        {
            "author": "niknah",
            "title": "Quick Connections",
            "id": "quick-connections",
            "reference": "https://github.com/niknah/quick-connections",
            "files": [
                "https://github.com/niknah/quick-connections"
            ],
            "install_type": "git-clone",
            "description": "Quick connections, Circuit board connections"
        },
        {
            "author": "hyejinlee12",
            "title": "ComfyUI-Fill-Image-for-Outpainting",
            "id": "LoadFiles",
            "reference": "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting",
            "files": [
                "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting"
            ],
            "install_type": "git-clone",
            "description": "This node is to fill image for outpainting(inpainting)\nFill image using cv2 methods(cv2_ns, cv2_telea and edge_pad)"
        },
        {
            "author": "xlinx",
            "title": "decadetw-Auto-Messaging-realtime",
            "reference": "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime",
            "files": [
                "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime"
            ],
            "install_type": "git-clone",
            "description": "Auto msg to ur mobile (LINE | Telegram | Discord)\nMotivation: Mobile phone wallpaper., an architect like: architect, cloth designer, art-worker, When u outdoor, ..."
        },
        {
            "author": "yhayano-ponotech",
            "title": "ComfyUI-Fal-API-Flux",
            "reference": "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux",
            "files": [
                "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux"
            ],
            "install_type": "git-clone",
            "description": "This repository contains custom nodes for ComfyUI that integrate the fal.ai FLUX.1 [dev] with LoRA API, specifically for text-to-image generation. These nodes allow you to use the FLUX.1 model directly within your ComfyUI workflows."
        },
        {
            "author": "Dr.Jusseaux",
            "title": "Diffusers-in-ComfyUI",
            "reference": "https://github.com/maepopi/Diffusers-in-ComfyUI",
            "files": [
                "https://github.com/maepopi/Diffusers-in-ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "A collection of ComfyUI custom nodes that allow to use most Diffusers pipelines and components in Comfy(Txt2Img, Img2Img, Inpainting, LoRAS, B-LoRAS, ControlNet...)"
        },
        {
            "author": "erosDiffusion",
            "title": "Compositor Node",
            "reference": "https://github.com/erosDiffusion/ComfyUI-enricos-nodes",
            "files": [
                "https://github.com/erosDiffusion/ComfyUI-enricos-nodes"
            ],
            "install_type": "git-clone",
            "description": "pass up to 8 images and visually place, rotate and scale them to build the perfect composition. group move and group rescale. remember their position and scaling value across generations to easy swap images. use the buffer zone to to park an asset you don't want to use or easily reach transformations controls"
        },
        {
            "author": "Rvage0815",
            "title": "ComfyUI-RvTools",
            "reference": "https://github.com/Rvage0815/ComfyUI-RvTools",
            "files": [
                "https://github.com/Rvage0815/ComfyUI-RvTools"
            ],
            "install_type": "git-clone",
            "description": "With this suit, you have a lot of nodes in one place to build your workflow."
        },
        {
            "author": "daryltucker",
            "title": "ComfyUI-LoadFiles",
            "id": "LoadFiles",
            "reference": "https://github.com/daryltucker/ComfyUI-LoadFiles",
            "files": [
                "https://github.com/daryltucker/ComfyUI-LoadFiles"
            ],
            "install_type": "git-clone",
            "description": "The primary goal of these nodes is to provide a way to access files generated by ComfyUI workflows, local to the machine running ComfyUI. These nodes should always return an updated list of files when triggered."
        },
        {
            "author": "dchatel",
            "title": "comfyui_davcha",
            "reference": "https://github.com/dchatel/comfyui_davcha",
            "files": [
                "https://github.com/dchatel/comfyui_davcha"
            ],
            "install_type": "git-clone",
            "description": "Nodes:SmartMask, ResizeCropFit, Percent Padding, SoftErosion, StringScheduleHelper, DStack, DavchaConditioningConcat, DavchaModelMergeSimple, DavchaCLIPMergeSimple, DavchaModelMergeSD1, DavchaModelMergeSDXL, ConditioningCompress... Some personal QoL and experimental nodes"
        },
        {
            "author": "Steudio",
            "title": "ComfyUI_Steudio",
            "reference": "https://github.com/Steudio/ComfyUI_Steudio",
            "files": [
                "https://github.com/Steudio/ComfyUI_Steudio"
            ],
            "install_type": "git-clone",
            "description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)"
        },
        {
            "author": "nonnonstop",
            "title": "comfyui-faster-loading",
            "reference": "https://github.com/nonnonstop/comfyui-faster-loading",
            "files": [
                "https://github.com/nonnonstop/comfyui-faster-loading"
            ],
            "install_type": "git-clone",
            "description": "This extension applies a patch that limits the model loading speed when using an HDD in a Windows environment. See [a/comfyanonymous/ComfyUI#1992](https://github.com/comfyanonymous/ComfyUI/issues/1992). [w/As this patch is only useful in very limited environments, its installation is not recommended under normal circumstances. Memory usage may increase.]"
        },
        {
            "author": "TTPlanetPig",
            "title": "Comfyui_TTP_Toolset",
            "reference": "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset",
            "files": [
                "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset"
            ],
            "install_type": "git-clone",
            "description": "This is a workflow for my simple logic amazing upscale node for DIT model. it can be common use for Flux,Hunyuan,SD3 It can simple tile the initial image into pieces and then use image-interrogator to get each tile prompts for more accurate upscale process. The condition will be properly handled and the hallucination will be significantly eliminated."
        },
        {
            "author": "TTPlanetPig",
            "title": "for comfyui image proprocessor",
            "reference": "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor",
            "files": [
                "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor"
            ],
            "install_type": "git-clone",
            "description": "Adapt for Hunyuan now\nNOTE: The files in the repo are not organized, which may lead to update issues."
        }
    ]
}