File size: 35,229 Bytes
3e5f61c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "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."
        },
        


        {
            "author": "Ryuukeisyou",
            "title": "comfyui_face_parsing",
            "reference": "https://github.com/Ryuukeisyou/comfyui_face_parsing",
            "files": [
                "https://github.com/Ryuukeisyou/comfyui_face_parsing"
            ],
            "install_type": "git-clone",
            "description": "This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to provide detailed segmantation of face. To improve face segmantation accuracy, [a/yolov8 face model](https://huggingface.co/Bingsu/adetailer/) is used to first extract face from an image. There are also auxiliary nodes for image and mask processing. A guided filter is also provided for skin smoothing."
        },
        {
            "author": "florestefano1975",
            "title": "comfyui-prompt-composer",
            "reference": "https://github.com/florestefano1975/comfyui-prompt-composer",
            "files": [
                "https://github.com/florestefano1975/comfyui-prompt-composer"
            ],
            "install_type": "git-clone",
            "description": "A suite of tools for prompt management. Combining nodes helps the user sequence strings for prompts, also creating logical groupings if necessary. Individual nodes can be chained together in any order."
        },
        {
            "author": "ai-liam",
            "title": "LiamUtil",
            "reference": "https://github.com/ai-liam/comfyui_liam_util",
            "files": [
                "https://github.com/ai-liam/comfyui_liam_util"
            ],
            "install_type": "git-clone",
            "description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
        },
        {
            "author": "jesenzhang",
            "title": "ComfyUI_StreamDiffusion",
            "reference": "https://github.com/jesenzhang/ComfyUI_StreamDiffusion",
            "files": [
                "https://github.com/jesenzhang/ComfyUI_StreamDiffusion"
            ],
            "install_type": "git-clone",
            "description": "This is a simple implementation StreamDiffusion(A Pipeline-Level Solution for Real-Time Interactive Generation) for ComfyUI"
        },
        {
            "author": "an90ray",
            "title": "ComfyUI-DareMerge",
            "reference": "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes",
            "files": [
                "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes: RErouter, String (RE), Int (RE)"
        },
        {
            "author": "Crystian",
            "title": "Crystools",
            "reference": "https://github.com/crystian/ComfyUI-Crystools",
            "files": [
                "https://github.com/crystian/ComfyUI-Crystools"
            ],
            "install_type": "git-clone",
            "description": "You can see the metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides a better nodes to load images, previews, etc, and see \"hidden\" data, but without load a new workflow."
        },
        {
            "author": "54rt1n",
            "title": "ComfyUI-DareMerge",
            "reference": "https://github.com/54rt1n/ComfyUI-DareMerge",
            "files": [
                "https://github.com/54rt1n/ComfyUI-DareMerge"
            ],
            "install_type": "git-clone",
            "description": "Merge two checkpoint models by dare ties [a/(https://github.com/yule-BUAA/MergeLM)](https://github.com/yule-BUAA/MergeLM), sort of."
        },
        {
            "author": "Kangkang625",
            "title": "ComfyUI-Paint-by-Example",
            "reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
            "pip": ["diffusers"],
            "files": [
                "https://github.com/Kangkang625/ComfyUI-paint-by-example"
            ],
            "install_type": "git-clone",
            "description": "This repo is a simple implementation of [a/Paint-by-Example](https://github.com/Fantasy-Studio/Paint-by-Example) based on its [a/huggingface pipeline](https://huggingface.co/Fantasy-Studio/Paint-by-Example)."
        },
        {
            "author": "pkpk",
            "title": "ComfyUI-SaveAVIF",
            "reference": "https://github.com/pkpkTech/ComfyUI-SaveAVIF",
            "files": [
                "https://github.com/pkpkTech/ComfyUI-SaveAVIF"
            ],
            "install_type": "git-clone",
            "description": "A custom node on ComfyUI that saves images in AVIF format. Workflow can be loaded from images saved at this node."
        },
        {
            "author": "styler00dollar",
            "title": "ComfyUI-deepcache",
            "reference": "https://github.com/styler00dollar/ComfyUI-deepcache",
            "files": [
                "https://github.com/styler00dollar/ComfyUI-deepcache"
            ],
            "install_type": "git-clone",
            "description": "This extension provides nodes for [a/DeepCache: Accelerating Diffusion Models for Free](https://arxiv.org/abs/2312.00858)\nNOTE:Original code can be found [a/here](https://gist.github.com/laksjdjf/435c512bc19636e9c9af4ee7bea9eb86). Full credit to laksjdjf for sharing the code. "
        },
        {
            "author": "edenartlab",
            "title": "eden_comfy_pipelines",
            "reference": "https://github.com/edenartlab/eden_comfy_pipelines",
            "files": [
                "https://github.com/edenartlab/eden_comfy_pipelines"
            ],
            "install_type": "git-clone",
            "description": "Nodes:CLIP Interrogator."
        },
        {
            "author": "Limitex",
            "title": "ComfyUI-Diffusers",
            "reference": "https://github.com/Limitex/ComfyUI-Diffusers",
            "files": [
                "https://github.com/Limitex/ComfyUI-Diffusers"
            ],
            "install_type": "git-clone",
            "description": "This extension enables the use of the diffuser pipeline in ComfyUI."
        },
        {
            "author": "Limitex",
            "title": "ComfyUI-Calculation",
            "reference": "https://github.com/Limitex/ComfyUI-Calculation",
            "files": [
                "https://github.com/Limitex/ComfyUI-Calculation"
            ],
            "install_type": "git-clone",
            "description": "Nodes: Center Calculation. Improved Numerical Calculation for ComfyUI"
        },
        {
            "author": "Comfyui_GPT_Story",
            "title": "junglehu",
            "reference": "https://github.com/junglehu/Comfyui_Story_LLmA",
            "files": [
                "https://github.com/junglehu/Comfyui_Story_LLmA"
            ],
            "install_type": "git-clone",
            "description": "GPT+Comfyui Generate coherent pictures"
        },
        {
            "author": "HarroweD and quadmoon",
            "title": "Harronode",
            "reference": "https://github.com/NotHarroweD/Harronode",
            "nodename_pattern": "Harronode",
            "files": [
                "https://github.com/NotHarroweD/Harronode.git"
            ],
            "install_type": "git-clone",
            "description": "Harronode is a custom node designed to build prompts easily for use with the Harrlogos SDXL LoRA. This Node simplifies the process of crafting prompts and makes all built in activation terms available at your fingertips."
        },
        {
            "author": "styler00dollar",
            "title": "ComfyUI-sudo-latent-upscale",
            "reference": "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale",
            "files": [
                "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale"
            ],
            "install_type": "git-clone",
            "description": "Directly upscaling inside the latent space. Model was trained for SD1.5 and drawn content. Might add new architectures or update models at some point. This took heavy inspriration from [city96/SD-Latent-Upscaler](https://github.com/city96/SD-Latent-Upscaler) and [Ttl/ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale). "
        },
        {
            "author": "thecooltechguy",
            "title": "ComfyUI-ComfyRun",
            "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyRun",
            "files": [
                "https://github.com/thecooltechguy/ComfyUI-ComfyRun"
            ],
            "install_type": "git-clone",
            "description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)"
        },
        {
            "author": "ceruleandeep",
            "title": "ComfyUI LLaVA Captioner",
            "reference": "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner",
            "files": [
                "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension for chatting with your images. Runs on your own system, no external services used, no filter. Uses the [a/LLaVA multimodal LLM](https://llava-vl.github.io/) so you can give instructions or ask questions in natural language. It's maybe as smart as GPT3.5, and it can see."
        },
        {
            "author": "jitcoder",
            "title": "LoraInfo",
            "reference": "https://github.com/jitcoder/lora-info",
            "files": [
                "https://github.com/jitcoder/lora-info"
            ],
            "install_type": "git-clone",
            "description": "Shows Lora information from CivitAI and outputs trigger words and example prompt"
        },
        {
            "author": "ttulttul",
            "title": "ComfyUI Iterative Mixing Nodes",
            "reference": "https://github.com/ttulttul/ComfyUI-Iterative-Mixer",
            "files": [
                "https://github.com/ttulttul/ComfyUI-Iterative-Mixer"
            ],
            "install_type": "git-clone",
            "description": "Nodes: Iterative Mixing KSampler, Batch Unsampler, Iterative Mixing KSampler Advanced"
        },
        {
            "author": "OpenArt-AI",
            "title": "ComfyUI Assistant",
            "reference": "https://github.com/OpenArt-AI/ComfyUI-Assistant",
            "files": [
                "https://github.com/OpenArt-AI/ComfyUI-Assistant"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Assistant is your one stop plugin for everything you need to get started with comfy-ui. Now it provides useful courses, tutorials, and basic templates."
        },
        {
            "author": "shockz0rz",
            "title": "comfy-easy-grids",
            "reference": "https://github.com/shockz0rz/comfy-easy-grids",
            "files": [
                "https://github.com/shockz0rz/comfy-easy-grids"
            ],
            "install_type": "git-clone",
            "description": "A set of custom nodes for creating image grids, sequences, and batches in ComfyUI."
        },
        {
            "author": "CosmicLaca",
            "title": "Primere nodes for ComfyUI",
            "reference": "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes",
            "files": [
                "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes"
            ],
            "install_type": "git-clone",
            "description": "This extension provides various utility nodes. Inputs(prompt, styles, dynamic, merger, ...), Outputs(style pile), Dashboard(selectors, loader, switch, ...), Networks(LORA, Embedding, Hypernetwork), Visuals(visual selectors, )"
        },
        {
            "author": "ZHO-ZHO-ZHO",
            "title": "ComfyUI-Gemini",
            "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini",
            "files": [
                "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini"
            ],
            "install_type": "git-clone",
            "description": "Using Gemini-pro & Gemini-pro-vision in ComfyUI."
        },
        {
            "author": "ZHO-ZHO-ZHO",
            "title": "comfyui-portrait-master-zh-cn",
            "reference": "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn",
            "files": [
                "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Portrait Master 简体中文版."
        },
        {
            "author": "Continue7777",
            "title": "comfyui-easyapi-nodes",
            "reference": "https://github.com/Continue7777/comfyui-yoy",
            "files": [
                "https://github.com/Continue7777/comfyui-yoy"
            ],
            "install_type": "git-clone",
            "description": "This plugin gives you the ability to generate a real Product rendering, commonly referred to as the mockup.The most important is that we can provide it for you,cause we have a complete supply chain.You can buy products with your designs or sell them. We can provide you dropshipping services."
        },
        {
            "author": "RenderRift",
            "title": "ComfyUI-RenderRiftNodes",
            "reference": "https://github.com/RenderRift/ComfyUI-RenderRiftNodes",
            "files": [
                "https://github.com/RenderRift/ComfyUI-RenderRiftNodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes:RR_Date_Folder_Format, RR_Image_Metadata_Overlay, RR_VideoPathMetaExtraction, RR_DisplayMetaOptions. This extension provides nodes designed to enhance the Animatediff workflow."
        },
        {
            "author": "Haoming02",
            "title": "ComfyUI Floodgate",
            "reference": "https://github.com/Haoming02/comfyui-floodgate",
            "files": [
                "https://github.com/Haoming02/comfyui-floodgate"
            ],
            "install_type": "git-clone",
            "description": "This is an Extension for ComfyUI, which allows you to control the logic flow with just one click!"
        },
        {
            "author": "Trung0246",
            "title": "ComfyUI-0246",
            "reference": "https://github.com/Trung0246/ComfyUI-0246",
            "files": [
                "https://github.com/Trung0246/ComfyUI-0246"
            ],
            "install_type": "git-clone",
            "description": "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality."
        },
        {
            "author": "violet-chen",
            "title": "comfyui-psd2png",
            "reference": "https://github.com/violet-chen/comfyui-psd2png",
            "files": [
                "https://github.com/violet-chen/comfyui-psd2png"
            ],
            "install_type": "git-clone",
            "description": "Nodes: Psd2Png."
        },
        {
            "author": "IDGallagher",
            "title": "IG Interpolation Nodes",
            "reference": "https://github.com/IDGallagher/ComfyUI-IG-Nodes",
            "files": [
                "https://github.com/IDGallagher/ComfyUI-IG-Nodes"
            ],
            "install_type": "git-clone",
            "description": "Custom nodes to aid in the exploration of Latent Space"
        },
        {
            "author": "rcfcu2000",
            "title": "zhihuige-nodes-comfyui",
            "reference": "https://github.com/rcfcu2000/zhihuige-nodes-comfyui",
            "files": [
                "https://github.com/rcfcu2000/zhihuige-nodes-comfyui"
            ],
            "install_type": "git-clone",
            "description": "Nodes: Combine ZHGMasks, Cover ZHGMasks, ZHG FaceIndex, ZHG SaveImage, ZHG SmoothEdge, ZHG GetMaskArea, ..."
        },
        {
            "author": "rcsaquino",
            "title": "rcsaquino/comfyui-custom-nodes",
            "reference": "https://github.com/rcsaquino/comfyui-custom-nodes",
            "files": [
                "https://github.com/rcsaquino/comfyui-custom-nodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes: VAE Processor, VAE Loader, Background Remover"
        },
        {
            "author": "mozman",
            "title": "ComfyUI_mozman_nodes",
            "reference": "https://github.com/mozman/ComfyUI_mozman_nodes",
            "files": [
                "https://github.com/mozman/ComfyUI_mozman_nodes"
            ],
            "install_type": "git-clone",
            "description": "This extension provides styler nodes for SDXL.\n\nNOTE: Due to the dynamic nature of node name definitions, ComfyUI-Manager cannot recognize the node list from this extension. The Missing nodes and Badge features are not available for this extension."
        },
        {
            "author": "meap158",
            "title": "ComfyUI-Background-Replacement",
            "reference": "https://github.com/meap158/ComfyUI-Background-Replacement",
            "files": [
                "https://github.com/meap158/ComfyUI-Background-Replacement"
            ],
            "install_type": "git-clone",
            "description": "Instantly replace your image's background."
        },
        {
            "author": "florestefano1975",
            "title": "comfyui-portrait-master",
            "reference": "https://github.com/florestefano1975/comfyui-portrait-master",
            "files": [
                "https://github.com/florestefano1975/comfyui-portrait-master"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Portrait Master. A node designed to help AI image creators to generate prompts for human portraits."
        },
        {
            "author": "deroberon",
            "title": "StableZero123-comfyui",
            "reference": "https://github.com/deroberon/StableZero123-comfyui",
            "files": [
                "https://github.com/deroberon/StableZero123-comfyui"
            ],
            "install_type": "git-clone",
            "description": "StableZero123 is a node wrapper that uses the model and technique provided [here](https://github.com/SUDO-AI-3D/zero123plus/). It uses the Zero123plus model to generate 3D views using just one image."
        },
        {
            "author": "dmarx",
            "title": "ComfyUI-Keyframed",
            "reference": "https://github.com/dmarx/ComfyUI-Keyframed",
            "files": [
                "https://github.com/dmarx/ComfyUI-Keyframed"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to facilitate parameter/prompt keyframing using comfyui nodes for defining and manipulating parameter curves. Essentially provides a ComfyUI interface to the [a/keyframed](https://github.com/dmarx/keyframed) library."
        },
        {
            "author": "TripleHeadedMonkey",
            "title": "ComfyUI_MileHighStyler",
            "reference": "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler",
            "files": [
                "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler"
            ],
            "install_type": "git-clone",
            "description": "This extension provides various SDXL Prompt Stylers. See: [a/youtube](https://youtu.be/WBHI-2uww7o?si=dijvDaUI4nmx4VkF)"
        },
        {
            "author": "Extraltodeus",
            "title": "sigmas_tools_and_the_golden_scheduler",
            "reference": "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler",
            "files": [
                "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler"
            ],
            "install_type": "git-clone",
            "description": "A few nodes to mix sigmas and a custom scheduler that uses phi, then one using eval() to be able to schedule with custom formulas."
        },
        {
            "author": "BennyKok",
            "title": "ComfyUI Deploy",
            "reference": "https://github.com/BennyKok/comfyui-deploy",
            "files": [
                "https://github.com/BennyKok/comfyui-deploy"
            ],
            "install_type": "git-clone",
            "description": "Open source comfyui deployment platform, a vercel for generative workflow infra."
        },
        {
            "author": "Rui",
            "title": "RUI-Nodes",
            "reference": "https://github.com/rui40000/RUI-Nodes",
            "files": [
                "https://github.com/rui40000/RUI-Nodes"
            ],
            "install_type": "git-clone",
            "description": "Rui's workflow-specific custom node, written using GPT."
        },
        {
            "author": "SpaceKendo",
            "title": "Text to video for Stable Video Diffusion in ComfyUI",
            "reference": "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid",
            "files": [
                "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid"
            ],
            "install_type": "git-clone",
            "description": "This is node replaces the init_image conditioning for the [a/Stable Video Diffusion](https://github.com/Stability-AI/generative-models) image to video model with text embeds, together with a conditioning frame. The conditioning frame is a set of latents."
        },
        {
            "author": "NimaNzrii",
            "title": "comfyui-photoshop",
            "reference": "https://github.com/NimaNzrii/comfyui-photoshop",
            "files": [
                "https://github.com/NimaNzrii/comfyui-photoshop"
            ],
            "install_type": "git-clone",
            "description": "Photoshop node inside of ComfyUi, send and get data from Photoshop"
        },
        {
            "author": "NimaNzrii",
            "title": "comfyui-popup_preview",
            "reference": "https://github.com/NimaNzrii/comfyui-popup_preview",
            "files": [
                "https://github.com/NimaNzrii/comfyui-popup_preview"
            ],
            "install_type": "git-clone",
            "description": "popup preview for comfyui"
        },


        {
            "author": "AI2lab",
            "title": "comfyUI-tool-2lab",
            "reference": "https://github.com/AI2lab/comfyUI-tool-2lab",
            "files": [
                "https://github.com/AI2lab/comfyUI-tool-2lab"
            ],
            "install_type": "git-clone",
            "description": "Integrate non-painting capabilities into comfyUI, including data, algorithms, video processing, large models, etc., to facilitate the construction of more powerful workflows."
        },
        {
            "author": "LZC",
            "title": "Hayo comfyui nodes",
            "reference": "https://github.com/1shadow1/hayo_comfyui_nodes",
            "files": [
                "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py"
            ],
            "install_type": "copy",
            "description": "Nodes:tensor_trans_pil, Make Transparent mask, MergeImages, words_generatee, load_PIL image"
        },
        {
            "author": "MNeMoNiCuZ",
            "title": "ComfyUI-mnemic-nodes",
            "reference": "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes",
            "files": [
                "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Save Text File"
        },
        {
            "author": "vienteck",
            "title": "ComfyUI-Chat-GPT-Integration",
            "reference": "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration",
            "files": [
                "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration"
            ],
            "install_type": "git-clone",
            
            "description": "This extension is a reimagined version based on the [a/ComfyUI-QualityOfLifeSuit_Omar92](https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92) extension, and it supports integration with ChatGPT through the new OpenAI API.\nNOTE: See detailed installation instructions on the [a/repository](https://github.com/vienteck/ComfyUI-Chat-GPT-Integration)."
        },
        {
            "author": "Haoming02",
            "title": "ComfyUI Tab Handler",
            "reference": "https://github.com/Haoming02/comfyui-tab-handler",
            "files": [
                "https://github.com/Haoming02/comfyui-tab-handler"
            ],
            "install_type": "git-clone",
            "description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup."
        },
        {
            "author": "glibsonoran",
            "title": "Plush-for-ComfyUI",
            "reference": "https://github.com/glibsonoran/Plush-for-ComfyUI",
            "files": [
                "https://github.com/glibsonoran/Plush-for-ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "Nodes: Style Prompt, OAI Dall_e Image. Plush contains two OpenAI enabled nodes: Style Prompt: Takes your prompt and the art style you specify and generates a prompt from ChatGPT3 or 4 that Stable Diffusion can use to generate an image in that style. OAI Dall_e 3: Takes your prompt and parameters and produces a Dall_e3 image in ComfyUI."
        },
        {
            "author": "Aegis72",
            "title": "AegisFlow Utility Nodes",
            "reference": "https://github.com/aegis72/aegisflow_utility_nodes",
            "files": [
                "https://github.com/aegis72/aegisflow_utility_nodes"
            ],
            "install_type": "git-clone",
            "description": "These nodes will be placed in comfyui/custom_nodes/aegisflow and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor  chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed."
        },
        {
            "author": "concarne000",
            "title": "ConCarneNode",
            "reference": "https://github.com/concarne000/ConCarneNode",
            "files": [
                "https://github.com/concarne000/ConCarneNode"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Bing Image Grabber node for ComfyUI."
        },
        {
            "author": "Haoming02",
            "title": "ComfyUI Menu Anchor",
            "reference": "https://github.com/Haoming02/comfyui-menu-anchor",
            "files": [
                "https://github.com/Haoming02/comfyui-menu-anchor"
            ],
            "install_type": "git-clone",
            "description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup."
        },
        {
            "author": "glifxyz",
            "title": "ComfyUI-GlifNodes",
            "reference": "https://github.com/glifxyz/ComfyUI-GlifNodes",
            "files": [
                "https://github.com/glifxyz/ComfyUI-GlifNodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Consistency VAE Decoder."
        },
        {
            "author": "kijai",
            "title": "Marigold depth estimation in ComfyUI",
            "reference": "https://github.com/kijai/ComfyUI-Marigold",
            "files": [
                "https://github.com/kijai/ComfyUI-Marigold"
            ],
            "install_type": "git-clone",
            "description": "This is a wrapper node for Marigold depth estimation: [https://github.com/prs-eth/Marigold](https://github.com/kijai/ComfyUI-Marigold). Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format.\nNOTE: See details in repo to install."
        },
        {
            "author": "spacepxl",
            "title": "ComfyUI-Image-Filters",
            "reference": "https://github.com/spacepxl/ComfyUI-Image-Filters",
            "files": [
                "https://github.com/spacepxl/ComfyUI-Image-Filters"
            ],
            "install_type": "git-clone",
            "description": "Image and matte filtering nodes for ComfyUI `image/filters/*`"
        },
        {
            "author": "Haoming02",
            "title": "ComfyUI Clear Screen",
            "reference": "https://github.com/Haoming02/comfyui-clear-screen",
            "files": [
                "https://github.com/Haoming02/comfyui-clear-screen"
            ],
            "install_type": "git-clone",
            "description": "This is an Extension for ComfyUI, which adds a button, CLS, to clear the console window."
        },
        {
            "author": "deroberon",
            "title": "demofusion-comfyui",
            "reference": "https://github.com/deroberon/demofusion-comfyui",
            "files": [
                "https://github.com/deroberon/demofusion-comfyui"
            ],
            "install_type": "git-clone",
            "description": "The Demofusion Custom Node is a wrapper that adapts the work and implementation of the [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html) technique created and implemented by Ruoyi Du to the Comfyui environment."
        },
        {
            "author": "Haoming02",
            "title": "comfyui-prompt-format",
            "reference": "https://github.com/Haoming02/comfyui-prompt-format",
            "files": [
                "https://github.com/Haoming02/comfyui-prompt-format"
            ],
            "install_type": "git-clone",
            "description": "This is an Extension for ComfyUI, which helps formatting texts."
        },
        {
            "author": "brianfitzgerald",
            "title": "StyleAligned for ComfyUI",
            "reference": "https://github.com/brianfitzgerald/style_aligned_comfy",
            "files": [
                "https://github.com/brianfitzgerald/style_aligned_comfy"
            ],
            "install_type": "git-clone",
            "description": "Implementation of the [a/StyleAligned](https://style-aligned-gen.github.io/) paper for ComfyUI. This node allows you to apply a consistent style to all images in a batch; by default it will use the first image in the batch as the style reference, forcing all other images to be consistent with it."
        },
        {
            "author": "MitoshiroPJ",
            "title": "ComfyUI Slothful Attention",
            "reference": "https://github.com/MitoshiroPJ/comfyui_slothful_attention",
            "files": [
                "https://github.com/MitoshiroPJ/comfyui_slothful_attention"
            ],
            "install_type": "git-clone",
            "description": "This custom node allow controlling output without training. The reducing method is similar to [a/Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention), but generating speed may not be increased on typical image sizes due to overheads. (In some cases, slightly slower)"
        },
        {
            "author": "aria1th",
            "title": "ComfyUI-LogicUtils",
            "reference": "https://github.com/aria1th/ComfyUI-LogicUtils",
            "files": [
                "https://github.com/aria1th/ComfyUI-LogicUtils"
            ],
            "install_type": "git-clone",
            "description": "Nodes:UniformRandomFloat..., RandomShuffleInt, YieldableIterator..., LogicGate..., Add..., MergeString, MemoryNode, ..."
        },
        {
            "author": "modusCell",
            "title": "Preset Dimensions",
            "reference": "https://github.com/modusCell/ComfyUI-dimension-node-modusCell",
            "files": [
                "https://github.com/modusCell/ComfyUI-dimension-node-modusCell"
            ],
            "install_type": "git-clone",
            "description": "Simple node for sharing latent image size between nodes. Preset dimensions for SD and XL."
        },
        {
            "author": "mmaker",
            "title": "Color Enhance",
            "reference": "https://git.mmaker.moe/mmaker/sd-webui-color-enhance",
            "files": [
                "https://git.mmaker.moe/mmaker/sd-webui-color-enhance"
            ],
            "install_type": "git-clone",
            "description": "Node: Color Enhance, Color Blend. This is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to CIELCh(ab) and normalizes the chroma (or [colorfulness](https://en.wikipedia.org/wiki/Colorfulness)] component. Original source can be found in the link below."
        },
        {
            "author": "bruefire",
            "title": "ComfyUI Sequential Image Loader",
            "reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader",
            "files": [
                "https://github.com/bruefire/ComfyUI-SeqImageLoader"
            ],
            "install_type": "git-clone",
            "description": "This is an extension node for ComfyUI that allows you to load frames from a video in bulk and perform masking and sketching on each frame through a GUI."
        },
        {
            "author": "yolain",
            "title": "ComfyUI Easy Use",
            "reference": "https://github.com/yolain/ComfyUI-Easy-Use",
            "files": [
                "https://github.com/yolain/ComfyUI-Easy-Use"
            ],
            "install_type": "git-clone",
            "description": "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes."
        },
        {
            "author": "tzwm",
            "title": "ComfyUI Browser",
            "reference": "https://github.com/tzwm/comfyui-browser",
            "files": [
                "https://github.com/tzwm/comfyui-browser"
            ],
            "install_type": "git-clone",
            "description": "This is an image/video/workflow browser and manager for ComfyUI. You could add image/video/workflow to collections and load it to ComfyUI. You will be able to use your collections everywhere."
        }
    ]
}