File size: 34,647 Bytes
067283f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "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": "hellercommaa",
            "title": "Hunyuan Video Resolutions",
            "id": "hunyuanvideoresolutions",
            "reference": "https://github.com/HellerCommaA/ComfyUI-VideoResolutions",
            "files": [
                "https://github.com/HellerCommaA/ComfyUI-VideoResolutions"
            ],
            "install_type": "git-clone",
            "description": "A super simple node that outputs common video resolutions as 2 integers for Hunyuan and others!"
        },
        {
            "author": "Gourieff",
            "title": "comfyui-reactor-node",
            "reference": "https://github.com/Gourieff/ComfyUI-ReActor",
            "files": [
                "https://github.com/Gourieff/ComfyUI-ReActor"
            ],
            "install_type": "git-clone",
            "description": "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension"
        },
        {
            "author" : "strand1",
            "title": "ComfyUI-Autogen",
            "reference": "https://github.com/strand1/ComfyUI-Autogen",
            "files": [
                "https://github.com/strand1/ComfyUI-Autogen"
            ],
            "install_type": "git-clone",
            "description": "A collection of nodes for using Autogen with ComfyUI\n[a/AutoGen](https://github.com/microsoft/AutoGen): assistant agents, group chats, code executor, etc."
        },
        {
            "author": "BoyuanJiang",
            "title": "FitDiT[official] - High-fidelity Virtual Try-on",
            "id": "fitdit",
            "reference": "https://github.com/BoyuanJiang/FitDiT/tree/FitDiT-ComfyUI",
            "files": [
                "https://github.com/BoyuanJiang/FitDiT-ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "FitDiT is designed for high-fidelity virtual try-on using Diffusion Transformers (DiT)."
        },
        {
            "author": "ryanontheinside",
            "title": "ComfyUI_ProfilerX",
            "reference": "https://github.com/ryanontheinside/ComfyUI_ProfilerX",
            "files": [
                "https://github.com/ryanontheinside/ComfyUI_ProfilerX"
            ],
            "install_type": "git-clone",
            "description": "Node and workflow profiling. Find bottlenecks in your workflows. See trends over time."
        },
        {
            "author" : "ngosset",
            "title": "ImageSimilarity",
            "id": "imageSimilarity",
            "reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity",
            "files": [
                "https://github.com/ngosset/ComfyUI-ImageSimilarity"
            ],
            "install_type": "git-clone",
            "description": "Uses ResNet embeddings and cosine similarity to compare the likeness of two images."
        },
        {
            "author": "1038lab",
            "title": "ComfyUI-EdgeTTS",
            "reference": "https://github.com/1038lab/ComfyUI-EdgeTTS",
            "files": [
                "https://github.com/1038lab/ComfyUI-EdgeTTS"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI-EdgeTTS is a powerful text-to-speech node for ComfyUI, leveraging Microsoft's Edge TTS capabilities. It enables seamless conversion of text into natural-sounding speech, supporting multiple languages and voices. Ideal for enhancing user interactions, this node is easy to integrate and customize, making it perfect for various applications."
        },
        {
            "author": "shenduldh",
            "title": "ComfyUI-Lightning",
            "reference": "https://github.com/shenduldh/ComfyUI-Lightning",
            "files": [
                "https://github.com/shenduldh/ComfyUI-Lightning"
            ],
            "install_type": "git-clone",
            "description": "Accelerate FLUX inferencing speed for ComfyUI."
        },
        {
            "author": "nofunstudio",
            "title": "Node_Fun_ComfyUI",
            "reference": "https://github.com/nofunstudio/Node_Fun_ComfyUI",
            "files": [
                "https://github.com/nofunstudio/Node_Fun_ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Custom Node Pack Layered Infinite Zoom Node"
        },
        {
            "author": "PixelML",
            "title": "PixelML ComfyUI Nodes",
            "reference": "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes",
            "files": [
                "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of custom nodes for ComfyUI focused on variable handling and workflow automation."
        },
        {
            "author": "Bellzs",
            "title": "ComfyUI-LoRA-Assistant",
            "reference": "https://github.com/Bellzs/ComfyUI-LoRA-Assistant",
            "files": [
                "https://github.com/Bellzs/ComfyUI-LoRA-Assistant"
            ],
            "install_type": "git-clone",
            "description": "The plug-in is designed to automatically save the association between the LoRA model and Trigger words to a Local JSON file so that when the LoRA model is loaded, the associated trigger words can be automatically loaded via the node 'LoRA Trigger Local' without manual input."
        },
        {
            "author": "a-und-b",
            "title": "ComfyUI_LoRA_from_URL",
            "reference": "https://github.com/a-und-b/ComfyUI_LoRA_from_URL",
            "files": [
                "https://github.com/a-und-b/ComfyUI_LoRA_from_URL"
            ],
            "install_type": "git-clone",
            "description": "A simple-as-possible custom node for ComfyUI to load LoRA models from a public URL."
        },
        {
            "author": "theAdamColton",
            "title": "ComfyUI-texflow-extension",
            "reference": "https://github.com/theAdamColton/ComfyUI-texflow-extension",
            "files": [
                "https://github.com/theAdamColton/ComfyUI-texflow-extension"
            ],
            "install_type": "git-clone",
            "description": "This is the ComfyUI extension for use with texflow. It provides two new nodes, 'Load Texflow Depth Image' and 'Save Texflow Image'.\nFor more information see [a/the main texflow repo](https://github.com/theAdamColton/texflow/)"
        },
        {
            "author": "shabri-arrahim",
            "title": "ComfyUI Safety Checker",
            "reference": "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker",
            "files": [
                "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker"
            ],
            "install_type": "git-clone",
            "description": "This project provides custom safety checkers for image classification using Falcons AI and CompVis models. The safety checkers are designed to detect and filter out NSFW content from images."
        },
        {
            "author": "hmwl",
            "title": "ComfyUI_zip",
            "reference": "https://github.com/hmwl/ComfyUI_zip",
            "files": [
                "https://github.com/hmwl/ComfyUI_zip"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI zip package image processing"
        },
        {
            "author": "nisimjoseph",
            "title": "ComfyUI OpenAI Prompter",
            "reference": "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter",
            "files": [
                "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that generates creative and detailed prompts using OpenAI's GPT models."
        },
        {
            "author": "ciga2011",
            "title": "ComfyUI Prompt Optimizer",
            "id": "promptoptimizer",
            "reference": "https://github.com/ciga2011/ComfyUI-PromptOptimizer",
            "files": [
                "https://github.com/ciga2011/ComfyUI-PromptOptimizer"
            ],
            "install_type": "git-clone",
            "description": "Optimize prompts for text-to-image models at no cost."
        },
        {
            "author": "meanin2",
            "title": "ComfyUI Watermark Image Node",
            "reference": "https://github.com/meanin2/comfyui-watermarking",
            "files": [
                "https://github.com/meanin2/comfyui-watermarking"
            ],
            "install_type": "git-clone",
            "description": "This custom node allows you to overlay a watermark image onto an existing image within ComfyUI."
        },
        {
            "author": "Kurdknight",
            "title": "KurdKnight ComfyUI System Check Node",
            "reference": "https://github.com/Kurdknight/Kurdknight_comfycheck",
            "files": [
                "https://github.com/Kurdknight/Kurdknight_comfycheck"
            ],
            "install_type": "git-clone",
            "description": "A comprehensive system information node for ComfyUI that provides detailed information about your system, GPU, CUDA, and AI libraries configuration. Works on both Windows and Linux systems."
        },
        {
            "author": "yhayano-ponotech",
            "title": "ComfyUI Local Save Node",
            "reference": "https://github.com/yhayano-ponotech/comfyui-save-image-local",
            "files": [
                "https://github.com/yhayano-ponotech/comfyui-save-image-local"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node for directly downloading generated images to your local PC with customizable filenames and formats (PNG/JPEG)."
        },
        {
            "author": "ThepExcel",
            "title": "Multiline Text Choice Node for ComfyUI",
            "reference": "https://github.com/ThepExcel/aiangelgallery-comfyui",
            "files": [
                "https://github.com/ThepExcel/aiangelgallery-comfyui"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line along with its index."
        },
        {
            "author": "hosterosi",
            "title": "ComfyUI OpenAI Node",
            "reference": "https://github.com/hosterosi/ComfyUI_OpenAI",
            "files": [
                "https://github.com/hosterosi/ComfyUI_OpenAI"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line along with its index."
        },
        {
            "author": "IDGallagher",
            "title": "IG-Motion-Search",
            "id": "motion-video-search",
            "reference": "https://github.com/IDGallagher/MotionVideoSearch",
            "files": [
                "https://github.com/IDGallagher/MotionVideoSearch"
            ],
            "install_type": "git-clone",
            "description": "Nodes for searching videos by motion"
        },
        {
            "author": "l-comm",
            "title": "WatermarkRemoval",
            "id": "watermark-removal",
            "reference": "https://github.com/l-comm/WatermarkRemoval",
            "files": [
                "https://github.com/l-comm/WatermarkRemoval"
            ],
            "install_type": "git-clone",
            "description": "Watermark removal project"
        },
        {
            "author": "philiprodriguez",
            "title": "ComfyUI-HunyuanImageLatentToVideoLatent",
            "reference": "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent",
            "files": [
                "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node which copies a given latent's samples tensor along the time axis ((length - 1) // 4) + 1 times to form a longer latent (see EmptyHunyuanLatentVideo's implementation for why this specific number of copies is used) and then prepares a noise_mask tensor of the same shape such that the value of the mask for a given time step is given by the function at https://www.desmos.com/calculator/vhw74mr1vh."
        },
        {
            "author": "benjiyaya",
            "title": "ComfyUI-HunyuanVideoImagesGuider",
            "reference": "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider",
            "files": [
                "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider"
            ],
            "install_type": "git-clone",
            "description": "A specialized node for ComfyUI that enable advanced motion and animation capabilities for image as guider for video processing In Hunyuan Video."
        },
        {
            "author": "lldacing",
            "title": "ComfyUI_PuLID_Flux_ll",
            "id": "comfyui_pulid_flux_ll",
            "reference": "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll",
            "files": [
                "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll"
            ],
            "install_type": "git-clone",
            "description": "The implementation for PuLID-Flux, support TeaCache, no model pollution."
        },
        {
            "author": "lldacing",
            "title": "ComfyUI_Patches_ll",
            "reference": "https://github.com/lldacing/ComfyUI_Patches_ll",
            "files": [
                "https://github.com/lldacing/ComfyUI_Patches_ll"
            ],
            "install_type": "git-clone",
            "description": "Some patches for Flux|HunYuanVideo etc, support TeaCache, PuLID."
        },
        {
            "author": "Zeks",
            "title": "comfyui-rapidfire",
            "reference": "https://github.com/Zeks/comfyui-rapidfire",
            "files": [
                "https://github.com/Zeks/comfyui-rapidfire"
            ],
            "install_type": "git-clone",
            "description": "A set of nodes for rapidfiring the half backed latents, cleaning up obvious bad generations and automatically queueing the rest to fully generate."
        },
        {
            "author": "jhj0517",
            "title": "ComfyUI-Moondream-Gaze-Detection",
            "id": "comfyui-moondream-gaze-detection",
            "reference": "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection",
            "files": [
                "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection"
            ],
            "install_type": "git-clone",
            "description": "Moondream's gaze detection feature node from [a/ComfyUI-Moondream-Gaze-Detection](https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection)."
        },
        {
            "author": "liuqianhonga",
            "title": "ComfyUI-QHNodes",
            "reference": "https://github.com/liuqianhonga/ComfyUI-QHNodes",
            "files": [
                "https://github.com/liuqianhonga/ComfyUI-QHNodes"
            ],
            "install_type": "git-clone",
            "description": "A custom node collection developed for ComfyUI, offering preset dimensions for Latent, loading LoRA from folders, and integrating multiple commonly used custom nodes."
        },
        {
            "author": "jnxmx",
            "title": "ComfyUI_HuggingFace_Downloader",
            "reference": "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader",
            "files": [
                "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader"
            ],
            "install_type": "git-clone",
            "description": "The ComfyUI HuggingFace Downloader is a custom node extension for ComfyUI, designed to streamline the process of downloading models, checkpoints, and other resources from the Hugging Face Hub directly into your models directory. This tool simplifies workflow integration by providing a seamless interface to select and download required resources."
        },
        {
            "author": "smthemex",
            "title": "ComfyUI_SVFR",
            "reference": "https://github.com/smthemex/ComfyUI_SVFR",
            "files": [
                "https://github.com/smthemex/ComfyUI_SVFR"
            ],
            "install_type": "git-clone",
            "description": "SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting,you can use it in ComfyUI"
        },
        {
            "author": "westNeighbor",
            "title": "ComfyUI-ultimate-openpose-estimator",
            "reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator",
            "files": [
                "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator"
            ],
            "install_type": "git-clone",
            "description": "Super fast tensorrt performance with accuate pose estimation of dwpose model, giving the detecting threshold control, plus pose image render and pose json format output. Fine control for pose plotting."
        },
        {
            "author": "westNeighbor",
            "title": "ComfyUI-ultimate-openpose-estimator",
            "reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor",
            "files": [
                "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor"
            ],
            "install_type": "git-clone",
            "description": "Enhanced features with flexible choice of inputs and outputs, fine control for pose plotting, freedom to composite poses and fast local pose editting."
        },
        {
            "author": "r3dsd",
            "title": "Comfyui-Template-Loader",
            "reference": "https://github.com/r3dsd/comfyui-template-loader",
            "files": [
                "https://github.com/r3dsd/comfyui-template-loader"
            ],
            "install_type": "git-clone",
            "description": "Easily Load Your Frequently Used Prompts in ComfyUI\nWith ComfyUI Template Loader, managing and reusing your favorite prompts has never been simpler. Save time and streamline your workflow by loading your go-to templates with just a few clicks!"
        },
        {
            "author": "amorano",
            "title": "Jovi_Measure",
            "id": "jovi_measure",
            "reference": "https://github.com/Amorano/Jovi_Measure",
            "files": [
                "https://github.com/Amorano/Jovi_Measure"
            ],
            "install_type": "git-clone",
            "description": "Image metrics nodes for ComfyUI"
        },
        {
            "author": "r3dsd",
            "title": "HommageTools for ComfyUI",
            "reference": "https://github.com/ArtHommage/HommageTools",
            "files": [
                "https://github.com/ArtHommage/HommageTools"
            ],
            "install_type": "git-clone",
            "description": "Entry point for HommageTools node collection for ComfyUI. Handles node registration, imports, and logging configuration."
        },
        {
            "author": "shahkoorosh",
            "title": "ComfyUI-PersianText",
            "reference": "https://github.com/shahkoorosh/ComfyUI-PersianText",
            "files": [
                "https://github.com/shahkoorosh/ComfyUI-PersianText"
            ],
            "install_type": "git-clone",
            "description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts."
        },
        {
            "author": "westNeighbor",
            "title": "ComfyUI-ultimate-openpose-render",
            "reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render",
            "files": [
                "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render"
            ],
            "install_type": "git-clone",
            "description": "The ultimate openpose render node for ComfyUI with flexible input, output and adjustment."
        },
        {
            "author": "bubbliiiing",
            "title": "Video Generation Nodes for EasyAnimate",
            "id": "easyanimatenodes",
            "reference": "https://github.com/aigc-apps/EasyAnimate",
            "files": [
                "https://github.com/aigc-apps/EasyAnimate"
            ],
            "install_type": "git-clone",
            "description": "Video Generation Nodes for EasyAnimate, which suppors text-to-video, image-to-video, video-to-video and different controls."
        },
        {
            "author": "weilin9999",
            "title": "WeiLin-Comfyui-Tools",
            "id": "Comfyui-Tools",
            "reference": "https://github.com/weilin9999/WeiLin-Comfyui-Tools",
            "files": [
                "https://github.com/weilin9999/WeiLin-Comfyui-Tools"
            ],
            "install_type": "git-clone",
            "description": "quickly use the prompt word tool in ComfyUI"
        },
        {
            "author": "Wenaka2004",
            "title": "ComfyUI-TagClassifier",
            "reference": "https://github.com/Wenaka2004/ComfyUI-TagClassifier",
            "files": [
                "https://github.com/Wenaka2004/ComfyUI-TagClassifier"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node,use Deepseek v3 to classify the input tags"
        },
        {
            "author": "a-und-b",
            "title": "ComfyUI_Delay",
            "reference": "https://github.com/a-und-b/ComfyUI_Delay",
            "files": [
                "https://github.com/a-und-b/ComfyUI_Delay"
            ],
            "install_type": "git-clone",
            "description": "Simple custom node for ComfyUI to artificially delay a workflow at any point."
        },
        {
            "author": "DraconicDragon",
            "title": "ComfyUI-Venice-API",
            "reference": "https://github.com/DraconicDragon/ComfyUI-Venice-API",
            "files": [
                "https://github.com/DraconicDragon/ComfyUI-Venice-API"
            ],
            "install_type": "git-clone",
            "description": "A custom node implementation for ComfyUI that integrates with venice.ai's Flux and SDXL image generation models. This project is adapted from [a/ComfyUI-FLUX-TOGETHER-API](https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API) to work with the venice.ai API."
        },
        {
            "author": "dreamhartley",
            "title": "ComfyUI_show_seed",
            "reference": "https://github.com/dreamhartley/ComfyUI_show_seed",
            "files": [
                "https://github.com/dreamhartley/ComfyUI_show_seed"
            ],
            "install_type": "git-clone",
            "description": "A custom node that saves images while displaying the seed value used in generation"
        },
        {
            "author": "LucipherDev",
            "title": "ComfyUI-TangoFlux",
            "reference": "https://github.com/LucipherDev/ComfyUI-TangoFlux",
            "files": [
                "https://github.com/LucipherDev/ComfyUI-TangoFlux"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI Custom Nodes for 'TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching'. This generates high-quality 44.1kHz audio up to 30 seconds using just a text prompt."
        },
        {
            "author": "r3dial",
            "title": "Redial Discomphy - Discord Integration for ComfyUI",
            "reference": "https://github.com/r3dial/redial-discomphy",
            "files": [
                "https://github.com/r3dial/redial-discomphy"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that enables direct posting of images, videos, and messages to Discord channels. This node seamlessly integrates your ComfyUI workflows with Discord communication, allowing you to automatically share your generated content."
        },
        {
            "author": "welltop-cn",
            "title": "ComfyUI-TeaCache",
            "id": "teacache",
            "reference": "https://github.com/welltop-cn/ComfyUI-TeaCache",
            "files": [
                "https://github.com/welltop-cn/ComfyUI-TeaCache"
            ],
            "install_type": "git-clone",
            "description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
        },
        {
            "author": "jammyfu",
            "title": "Painting Coder Utils",
            "id": "painting-coder-utils",
            "reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils",
            "files": [
                "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
            ],
            "install_type": "git-clone",
            "description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline."
        },
        {
            "author": "calcuis",
            "title": "gguf",
            "id": "gguf",
            "reference": "https://github.com/calcuis/gguf",
            "files": [
                "https://github.com/calcuis/gguf"
            ],
            "preemptions":[
                "LoaderGGUF",
                "ClipLoaderGGUF",
                "DualClipLoaderGGUF",
                "TripleClipLoaderGGUF",
                "LoaderGGUFAdvanced",
                "GGUFSave"
            ],
            "install_type": "git-clone",
            "description": "gguf node for comfyui"
        },
        {
            "author": "bombax-xiaoice",
            "title": "ComfyUI-OpenSoraPlan",
            "reference": "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan",
            "files": [
                "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan"
            ],
            "install_type": "git-clone",
            "description": "Another comfy implementation for the short video generation project PKU-YuanGroup/Open-Sora-Plan, supporting latest 1.3.0 and 1.2.0 and image to video feature, etc."
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI-HunyuanVideoSamplerSave",
            "reference": "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI custom node implementation for optimized video generation and motion effects, designed to work with Hunyuan text-to-video models."
        },
        {
            "author": "GraftingRayman",
            "title": "ComfyUI-PuLID-Flux-GR",
            "reference": "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR",
            "files": [
                "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR"
            ],
            "install_type": "git-clone",
            "description": "This is a PuLID node that has been extended with new features."
        },
        {
            "author": "ainewsto",
            "title": "comfyui-labs-google",
            "reference": "https://github.com/ainewsto/comfyui-labs-google",
            "files": [
                "https://github.com/ainewsto/comfyui-labs-google"
            ],
            "install_type": "git-clone",
            "description": "NODES: ComfyUI-ImageFx, ComfyUI-Whisk"
        },
        {
            "author": "facok",
            "title": "ComfyUI-TeaCacheHunyuanVideo",
            "reference": "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo",
            "files": [
                "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo"
            ],
            "install_type": "git-clone",
            "description": "This is a TeaCache acceleration node for HunYuan Video, supporting the native node workflow for seamless upgrades. Simply choose the acceleration multiplier you want—currently, three levels are available."
        },
        {
            "author": "gremlation",
            "title": "ComfyUI-ViewData",
            "reference": "https://github.com/gremlation/ComfyUI-ViewData",
            "files": [
                "https://github.com/gremlation/ComfyUI-ViewData"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node that displays the type and contents of whatever is connected to the input. In the case of a Tensor object, it shows the shape instead of its value."
        },
        {
            "author": "yichengup",
            "title": "Comfyui_Redux_Advanced",
            "reference": "https://github.com/yichengup/Comfyui_Redux_Advanced",
            "files": [
                "https://github.com/yichengup/Comfyui_Redux_Advanced"
            ],
            "install_type": "git-clone",
            "description": "Redux style adds more controls"
        },
        {
            "author": "GraftingRayman",
            "title": "ComfyUI QueueTube",
            "reference": "https://github.com/GraftingRayman/ComfyUI_QueueTube",
            "files": [
                "https://github.com/GraftingRayman/ComfyUI_QueueTube"
            ],
            "install_type": "git-clone",
            "description": "These nodes allow your YouTube LiveStream viewers to create on your local ComfyUI, you can make this a members only feature with a screen behind you displaying your members creations"
        },
        {
            "author": "mira-6",
            "title": "comfyui-sasolver",
            "reference": "https://github.com/mira-6/comfyui-sasolver",
            "files": [
                "https://github.com/mira-6/comfyui-sasolver"
            ],
            "install_type": "git-clone",
            "description": "SASolver for Comfyui. Adapted from [a/comfyanonymous/ComfyUI#4454](https://github.com/comfyanonymous/ComfyUI/pull/4454) and [a/https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler)"
        },
        {
            "author": "gremlation",
            "title": "ComfyUI-JMESPath",
            "reference": "https://github.com/gremlation/ComfyUI-JMESPath",
            "files": [
                "https://github.com/gremlation/ComfyUI-JMESPath"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node that runs a [a/JMESPath](https://jmespath.org/) query against input JSON and outputs the result."
        },
        {
            "author": "gremlation",
            "title": "ComfyUI-jq",
            "reference": "https://github.com/gremlation/ComfyUI-jq",
            "files": [
                "https://github.com/gremlation/ComfyUI-jq"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node that runs a [a/jq](https://jqlang.github.io/jq/) query against input JSON and outputs the result."
        },
        {
            "author": "gremlation",
            "title": "ComfyUI-ImageLabel",
            "reference": "https://github.com/gremlation/ComfyUI-ImageLabel",
            "files": [
                "https://github.com/gremlation/ComfyUI-ImageLabel"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node that extends an image vertically to add a label either above or below it."
        },
        {
            "author": "gremlation",
            "title": "ComfyUI-TrackAndWheel",
            "reference": "https://github.com/gremlation/ComfyUI-TrackAndWheel",
            "files": [
                "https://github.com/gremlation/ComfyUI-TrackAndWheel"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension that improves panning and zooming on trackpads and with the mouse wheel."
        },
        {
            "author": "nmlen",
            "title": "comfyui-mosaic-blur",
            "reference": "https://github.com/nmlen/comfyui-mosaic-blur",
            "files": [
                "https://github.com/nmlen/comfyui-mosaic-blur"
            ],
            "install_type": "git-clone",
            "description": "A simple mosaic blur node for ComfyUI that uses CV2 or Pillow"
        },
        {
            "author": "jerrylongyan",
            "title": "ComfyUI-My-Mask",
            "reference": "https://github.com/jerrylongyan/ComfyUI-My-Mask",
            "files": [
                "https://github.com/jerrylongyan/ComfyUI-My-Mask"
            ],
            "install_type": "git-clone",
            "description": "Some nodes for processing masks, currently including nodes that fill in the concave parts of existing masks with convex hulls."
        }
    ]
}