File size: 32,269 Bytes
0d57450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "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": "Yushan777",
            "title": "Y7Nodes for ComfyUI",
            "id": "y7nodes",
            "reference": "https://github.com/yushan777/ComfyUI-Y7Nodes",
            "files": [
                "https://github.com/yushan777/ComfyUI-Y7Nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of utility / quality-of-life nodes for ComfyUI. Probably only useful to me."
        },
        {
            "author": "ImagineerNL",
            "title": "ComfyUI-ToSVG-Potracer",
            "reference": "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer",
            "files": [
                "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI node to vectorize images using the pure Python 'potracer' library."
        },
        {
            "author": "ZenAI-Vietnam",
            "title": "ComfyUI_InfiniteYou",
            "reference": "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou",
            "files": [
                "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou"
            ],
            "install_type": "git-clone",
            "description": "An implementation of InfiniteYou for ComfyUI. Native support for [a/InfiniteYou](https://github.com/bytedance/InfiniteYou) in ComfyUI, designed by the ZenAI team."
        },
        {
            "author": "smthemex",
            "title": "ComfyUI_Personalize_Anything",
            "reference": "https://github.com/smthemex/ComfyUI_Personalize_Anything",
            "files": [
                "https://github.com/smthemex/ComfyUI_Personalize_Anything"
            ],
            "install_type": "git-clone",
            "description": "Personalize Anything for Free with Diffusion Transformer,use it in comfyUI with wrapper mode"
        },
        {
            "author": "rainlizard",
            "title": "Raffle",
            "reference": "https://github.com/rainlizard/ComfyUI-Raffle",
            "files": [
                "https://github.com/rainlizard/ComfyUI-Raffle"
            ],
            "install_type": "git-clone",
            "description": "A semi-random prompt generator for danbooru tags that works alongside your character prompt, allowing you to put your waifu in many scenarios. (for Illustrious/NoobAI/Pony)"
        },
        {
            "author": "Fuou Marinas",
            "title": "ComfyUI-MatAnyone",
            "id": "ComfyUI-MatAnyone",
            "reference": "https://github.com/FuouM/ComfyUI-MatAnyone",
            "files": [
                "https://github.com/FuouM/ComfyUI-MatAnyone"
            ],
            "install_type": "git-clone",
            "description": "MatAnyone in ComfyUI (Remove background)"
        },
        {
            "author": "jupo-ai",
            "title": "comfy-ex-tagcomplete",
            "id": "comfy-ex-tagcomplete",
            "reference": "https://github.com/jupo-ai/comfy-ex-tagcomplete",
            "files": [
                "https://github.com/jupo-ai/comfy-ex-tagcomplete"
            ],
            "install_type": "git-clone",
            "description": "tag completer with csv file"
        },
        {
            "author": "game4d",
            "title": "ComfyUI-BDsInfiniteYou",
            "reference": "https://github.com/game4d/ComfyUI-BDsInfiniteYou",
            "files": [
                "https://github.com/game4d/ComfyUI-BDsInfiniteYou"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom_node for [a/ByteDance's InfiniteYou](https://github.com/bytedance/InfiniteYou)."
        },
        {
            "author": "Creepybits",
            "title": "ComfyUI-Creepy_nodes",
            "id": "Creepy_nodes",
            "reference": "https://github.com/Creepybits/ComfyUI-Creepy_nodes",
            "files": [
                "https://github.com/Creepybits/ComfyUI-Creepy_nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of switch nodes for ComfyUI"
        },
        {
            "author": "felixszeto",
            "title": "ComfyUI-RequestNodes",
            "reference": "https://github.com/felixszeto/ComfyUI-RequestNodes",
            "files": [
                "https://github.com/felixszeto/ComfyUI-RequestNodes"
            ],
            "install_type": "git-clone",
            "description": "This is a request node tool designed for making HTTP requests (GET/POST) to APIs and viewing the responses. It is useful for API testing and development."
        },
        {
            "author": "PiggyDance",
            "title": "ComfyUI_OpenCV",
            "reference": "https://github.com/PiggyDance/ComfyUI_OpenCV",
            "files": [
                "https://github.com/PiggyDance/ComfyUI_OpenCV"
            ],
            "install_type": "git-clone",
            "description": "OpenCV nodes for ComfyUI"
        },
        {
            "author": "wywywywy",
            "title": "ComfyUI Pause Workflow Node",
            "reference": "https://github.com/wywywywy/ComfyUI-pause",
            "files": [
                "https://github.com/wywywywy/ComfyUI-pause"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI custom node to pause a workflow"
        },
        {
            "author": "ShmuelRonen",
            "title": "Google Moogle",
            "reference": "https://github.com/ShmuelRonen/google_moogle",
            "files": [
                "https://github.com/ShmuelRonen/google_moogle"
            ],
            "install_type": "git-clone",
            "description": "AGoogle Moogle is a Google Translator node for ComfyUI that provides easy-to-use text translation capabilities directly within your ComfyUI workflows."
        },
        {
            "author": "orex2121",
            "title": "comfyui-OreX",
            "reference": "https://github.com/orex2121/comfyui-OreX",
            "files": [
                "https://github.com/orex2121/comfyui-OreX"
            ],
            "install_type": "git-clone",
            "description": "comfyui-OreX is a set of nodes for using LLM models via a free API."
        },
        {
            "author": "Gue-e",
            "title": "ComfyUI-PanoCard",
            "reference": "https://github.com/Gue-e/ComfyUI-PanoCard",
            "files": [
                "https://github.com/Gue-e/ComfyUI-PanoCard"
            ],
            "install_type": "git-clone",
            "description": "A plugin application that utilizes ComfyUI to generate 360-degree panoramic images. It primarily works by converting between flat images and equidistant cylindrical projections, stretching flat images into a curved format, and setting regional conditions, while harnessing the power of large models to produce 360-degree panoramic views."
        },
        {
            "author": "Pablerdo",
            "title": "ComfyUI-ResizeZeptaPayload",
            "reference": "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload",
            "files": [
               "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload"
            ],
            "install_type": "git-clone",
            "description": "Resize a batch of trajectories or images"
        },
        {
            "author": "stepfun-ai",
            "title": "ComfyUI-StepVideo",
            "reference": "https://github.com/stepfun-ai/ComfyUI-StepVideo",
            "files": [
                "https://github.com/stepfun-ai/ComfyUI-StepVideo"
            ],
            "install_type": "git-clone",
            "description": "This repository contains ComfyUI custom nodes for StepVideo."
        },
        {
            "author": "Flow-two",
            "title": "ComfyUI-WanStartEndFramesNative",
            "reference": "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative",
            "files": [
                "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative"
            ],
            "install_type": "git-clone",
            "description": "Start and end frames video generation node that supports native ComfyUI."
        },
        {
            "author": "LoveEatCandy",
            "title": "COMFYUI-ReplacePartOfImage",
            "reference": "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage",
            "files": [
                "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage"
            ],
            "install_type": "git-clone",
            "description": "Replace part of an image with another image"
        },
        {
            "author": "zakantonio",
            "title": "Avatar Generation Experience",
            "reference": "https://github.com/zakantonio/AvatarGen-experience",
            "files": [
                "https://github.com/zakantonio/AvatarGen-experience"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that transforms user photos into stylized character avatars."
        },
        {
            "author": "AIExplorer25",
            "title": "ComfyUI_AutoDownloadModels",
            "reference": "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels",
            "files": [
                "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels"
            ],
            "install_type": "git-clone",
            "description": "This custom node helps to auto download models from huggingface"
        },
        {
            "author": "Altair200333",
            "title": "Flux Pro Nodes for ComfyUI",
            "reference": "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO",
            "files": [
                "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO"
            ],
            "install_type": "git-clone",
            "description": "This plugin adds a new node to ComfyUI. The node uses the FLUX.1 Fill API to fill in parts of an image."
        },
        {
            "author": "hayde0096",
            "title": "EasySettingpipes",
            "reference": "https://github.com/hayde0096/Comfyui-EasySettingpipes",
            "files": [
                "https://github.com/hayde0096/Comfyui-EasySettingpipes"
            ],
            "install_type": "git-clone",
            "description": "Just a Sampler and another settings pipe for comfyui"
        },
        {
            "author": "mw",
            "title": "ComfyUI_SparkTTS",
            "reference": "https://github.com/billwuhao/ComfyUI_SparkTTS",
            "files": [
                "https://github.com/billwuhao/ComfyUI_SparkTTS"
            ],
            "install_type": "git-clone",
            "description": "Using Spark-TTS in Comfyui. Spark-TTS: An Efficient LLM-Based Text-to-Speech Model with Single-Stream Decoupled Speech Tokenss"
        },
        {
            "author": "mw",
            "title": "ComfyUI_AudioTools",
            "reference": "https://github.com/billwuhao/ComfyUI_AudioTools",
            "files": [
                "https://github.com/billwuhao/ComfyUI_AudioTools"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI node containing multiple audio processing tools."
        },
        {
            "author": "mw",
            "title": "ComfyUI_CSM",
            "reference": "https://github.com/billwuhao/ComfyUI_CSM",
            "files": [
                "https://github.com/billwuhao/ComfyUI_CSM"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI node of Conversational Speech Model (CSM)."
        },
        {
            "author": "SYaroslavIv",
            "title": "SwD Preset Selector for ComfyUI",
            "reference": "https://github.com/YaroslavIv/comfyui_swd",
            "files": [
                "https://github.com/YaroslavIv/comfyui_swd"
            ],
            "install_type": "git-clone",
            "description": "The SwD Preset Selector is a custom node for ComfyUI that provides a simple way to select predefined SwD configurations."
        },
        {
            "author": "Semper-Sursum",
            "title": "HF-Flux-ComfyUI",
            "reference": "https://github.com/Semper-Sursum/HF-Flux-ComfyUI",
            "files": [
                "https://github.com/Semper-Sursum/HF-Flux-ComfyUI"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI enables direct integration with Hugging Face Flux models for image generation via API. Users can leverage the power of Flux models like FLUX.1 [schnell] and FLUX.1 [dev] without leaving the ComfyUI environment"
        },
        {
            "author": "Semper-Sursum",
            "title": "ComfyUI-PromptWrapper",
            "reference": "https://github.com/clouddreamfly/ComfyUI-PromptWrapper",
            "files": [
                "https://github.com/clouddreamfly/ComfyUI-PromptWrapper"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes for PromptWrapper, Mainly for prompt word translation, Chinese translation into English or English translation into Chinese."
        },
        {
            "author": "ALatentPlace",
            "title": "YANC_LMStudio",
            "reference": "https://github.com/ALatentPlace/YANC_LMStudio",
            "files": [
                "https://github.com/ALatentPlace/YANC_LMStudio"
            ],
            "install_type": "git-clone",
            "description": "A custom node for a LMStudio integration into ComfyUI."
        },
        {
            "author": "fairy-root",
            "title": "ComfyUI-OpenAI-FM",
            "reference": "https://github.com/fairy-root/ComfyUI-OpenAI-FM",
            "files": [
                "https://github.com/fairy-root/ComfyUI-OpenAI-FM"
            ],
            "install_type": "git-clone",
            "description": "The OpenAI FM TTS node is a custom node for ComfyUI that seamlessly integrates the OpenAI FM Text-to-Speech service into your audio workflows. This node allows you to easily convert text to speech with a variety of voices and emotional styles directly within ComfyUI."
        },
        {
            "author": "mw",
            "title": "MW-ComfyUI_EraX-WoW-Turbo",
            "reference": "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo",
            "files": [
                "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo"
            ],
            "install_type": "git-clone",
            "description": "Super fast multilingual speech recognition model based on Whisper Large-v3 Turbo. A node for ComfyUI."
        },
        {
            "author": "mw",
            "title": "MW-ComfyUI_gemmax",
            "reference": "https://github.com/billwuhao/ComfyUI_gemmax",
            "files": [
                "https://github.com/billwuhao/ComfyUI_gemmax"
            ],
            "install_type": "git-clone",
            "description": "XiaoMi GemmaX: Support 28 languages, Multilingual Translator based on Gemma. A node for ComfyUI."
        },
        {
            "author": "svetozarov",
            "title": "AS_LLM_nodes",
            "reference": "https://github.com/svetozarov/AS_LLM_nodes",
            "files": [
                "https://github.com/svetozarov/AS_LLM_nodes"
            ],
            "install_type": "git-clone",
            "description": "This ComfyUI extension provides custom nodes for working with Google Gemini and OpenAI ChatGPT."
        },
        {
            "author": "LAOGOU-666",
            "title": "Comfyui-Memory_Cleanup",
            "id": "comfyui_memory_cleanup",
            "reference": "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup",
            "files": [
                "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension that provides nodes for memory cleanup, including VRAM and RAM cleanup functions to optimize ComfyUI performance during long running workflows."
        },
        {
            "author": "Andro-Meta",
            "title": "ComfyUI-Ovis2",
            "reference": "https://github.com/Andro-Meta/ComfyUI-Ovis2",
            "files": [
                "https://github.com/Andro-Meta/ComfyUI-Ovis2"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI custom node set for integrating [a/Ovis2](https://huggingface.co/AIDC-AI/Ovis2-34B), a powerful multimodal large language model designed to analyze images and videos."
        },
        {
            "author": "RaymondProduction",
            "title": "Zerna Pack",
            "reference": "https://github.com/RaymondProduction/comfyui-zerna-pack",
            "files": [
                "https://github.com/RaymondProduction/comfyui-zerna-pack"
            ],
            "install_type": "git-clone",
            "description": "A set of nodes for batch processing of text and images."
        },
        {
            "author": "impactframes",
            "title": "IF_Gemini",
            "id": "impactframes-gemini",
            "reference": "https://github.com/if-ai/ComfyUI-IF_Gemini",
            "files": [
                "https://github.com/if-ai/ComfyUI-IF_Gemini"
            ],
            "install_type": "git-clone",
            "description": "Enjoy the latest GEMINI V2 API for ComfyUI - generate images, analyze content, and use multimodal capabilities with Google's Gemini models"
        },
        {
            "author": "Yuan-ManX",
            "title": "ComfyUI-OrpheusTTS",
            "reference": "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS",
            "files": [
                "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes for OrpheusTTS model."
        },
        {
            "author": "vahidzxc",
            "title": "va-nodes",
            "reference": "https://github.com/vahidzxc/va-nodes",
            "files": [
                "https://github.com/vahidzxc/va-nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of custom nodes for ComfyUI, focusing on improving workflow efficiency and adding new functionality.(work in progress!!!)"
        },
        {
            "author": "raindrop313",
            "title": "ComfyUI-WanVideoStartEndFrames",
            "reference": "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames",
            "files": [
                "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes that support video generation by start and end frames"
        },
        {
            "author": "abuzreq",
            "title": "ComfyUI Model Bending",
            "reference": "https://github.com/abuzreq/ComfyUI-Model-Bending",
            "files": [
                "https://github.com/abuzreq/ComfyUI-Model-Bending"
            ],
            "install_type": "git-clone",
            "description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc."
        },
        {
            "author": "blovett80",
            "title": "ComfyUI-PixelDojo",
            "reference": "https://github.com/blovett80/ComfyUI-PixelDojo",
            "files": [
                "https://github.com/blovett80/ComfyUI-PixelDojo"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension for using PixelDojo's Flux API to generate high-quality images directly within ComfyUI workflows."
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI-PS_Flatten_Image",
            "reference": "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI custom node that simulates Photoshop's 'Flatten Image' functionality."
        },
        {
            "author": "zaheenrahman",
            "title": "ComfyUI-ColorCorrection",
            "reference": "https://github.com/zaheenrahman/ComfyUI-ColorCorrection",
            "files": [
                "https://github.com/zaheenrahman/ComfyUI-ColorCorrection"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that performs color correction on clothing in face-swapped images. This node helps maintain the original clothing color when using face swap tools, addressing common color shifts that occur during the face swap process."
        },
        {
            "author": "CHAOSEA",
            "title": "ComfyUI_FaceAlignPaste",
            "reference": "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste",
            "files": [
                "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste"
            ],
            "install_type": "git-clone",
            "description": "Smart Face Alignment and Pasting Node"
        },
        {
            "author": "Pablerdo",
            "title": "ComfyUI-ZeptaframePromptMerger",
            "reference": "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger",
            "files": [
               "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger"
            ],
            "install_type": "git-clone",
            "description": "Custom node that merges general and subject-specific prompts"
        },
        {
            "author": "yasser-baalla",
            "title": "comfyUI-SemanticImageFetch",
            "reference": "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch",
            "files": [
                "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch"
            ],
            "install_type": "git-clone",
            "description": "Create a custom node to select the closest images semantically to an input prompt"
        },
        {
            "author": "infinigence",
            "title": "ComfyUI_Model_Cache",
            "reference": "https://github.com/infinigence/ComfyUI_Model_Cache",
            "files": [
                "https://github.com/infinigence/ComfyUI_Model_Cache"
            ],
            "install_type": "git-clone",
            "description": "A model cached-loader custom node for ComfyUI."
        },
        {
            "author": "SijieMei",
            "title": "ComfyUI-Prompt-History",
            "reference": "https://github.com/SijieMei/ComfyUI-promptHistory",
            "files": [
                "https://github.com/SijieMei/ComfyUI-promptHistory"
            ],
            "install_type": "git-clone",
            "description": "Save prompt history and reselect"
        },
        {
            "author": "Tensor-Art",
            "title": "ComfyUI_TENSOR_ART",
            "reference": "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART",
            "files": [
                "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART"
            ],
            "install_type": "git-clone",
            "description": "This project implements a set of custom nodes for ComfyUI, integrating some of the API interfaces provided by [a/TAMS](https://tams.tensor.art/)."
        },
        {
            "author": "camiilevitoriia",
            "title": "ComfyUI-WanVideoStartEndFrames",
            "reference": "https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames",
            "files": [
                "https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes that support video generation by start and end frames"
        },
        {
            "author": "yuvraj108c",
            "title": "ComfyUI Thera",
            "reference": "https://github.com/yuvraj108c/ComfyUI-Thera",
            "files": [
                "https://github.com/yuvraj108c/ComfyUI-Thera"
            ],
            "install_type": "git-clone",
            "description": "This project is an unofficial ComfyUI implementation of [a/Thera](https://github.com/prs-eth/thera) (Aliasing-Free Arbitrary-Scale Super-Resolution with Neural Heat Fields)"
        },
        {
            "author": "kuo6",
            "title": "ComfyUI Equirectangular Tools",
            "reference": "https://github.com/kukuo6666/ComfyUI-Equirect",
            "files": [
                "https://github.com/kukuo6666/ComfyUI-Equirect"
            ],
            "install_type": "git-clone",
            "description": "Tools for processing equirectangular images, supporting conversion from equirectangular format to cubemap."
        },
        {
            "author": "jonstreeter",
            "title": "Comfyui-PySceneDetect",
            "reference": "https://github.com/jonstreeter/Comfyui-PySceneDetect",
            "files": [
                "https://github.com/jonstreeter/Comfyui-PySceneDetect"
            ],
            "install_type": "git-clone",
            "description": "NODES: PySceneDetect Video Processor"
        },
        {
            "author": "sn0w12",
            "title": "ComfyUI-Syntax-Highlighting",
            "reference": "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting",
            "files": [
                "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting"
            ],
            "install_type": "git-clone",
            "description": "Syntax highlighting and other quality of life improvements for ComfyUI."
        },

        {
            "author": "CozyMantis (+ Curt-Park)",
            "title": "Cozy Human Parser in pure Python",
            "id": "humanparser-pure-python",
            "reference": "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python",
            "files": [
                "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python"
            ],
            "install_type": "git-clone",
            "description": "It works the same as human-parser-comfyui-node but is implemented in pure Python so that it doesn't require a runtime build for InPlaceABNSync."
        },
        {
            "author": "1038lab",
            "title": "Comfyui-Spark-TTS",
            "reference": "https://github.com/1038lab/ComfyUI-SparkTTS",
            "files": [
                "https://github.com/1038lab/ComfyUI-SparkTTS"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI-SparkTTS is a custom ComfyUI node implementation of SparkTTS, an advanced text-to-speech system that harnesses the power of large language models (LLMs) to generate highly accurate and natural-sounding speech."
        },
        {
            "author": "fblissjr",
            "title": "wanvideo - seamless flow",
            "reference": "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow",
            "files": [
                "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow"
             ],
             "install_type": "git-clone",
             "description": "experimental wanvideo comfyui node with a singular goal - visually seamless transitions between context windows"
        },
        {
            "author": "fofr",
            "title": "ComfyUI-Basic-Auth",
            "reference": "https://github.com/fofr/comfyui-basic-auth",
            "files": [
                "https://github.com/fofr/comfyui-basic-auth"
            ],
            "install_type": "git-clone",
            "description": "A basic auth middleware for ComfyUI"
        },
        {
            "author": "ryanontheinside",
            "title": "ComfyUI_SuperResolution",
            "reference": "https://github.com/ryanontheinside/ComfyUI_SuperResolution",
            "files": [
                "https://github.com/ryanontheinside/ComfyUI_SuperResolution"
            ],
            "install_type": "git-clone",
            "description": "A collection of high-performance neural network-based Super Resolution models for ComfyUI."
        },
        {
            "author": "thezveroboy",
            "title": "ComfyUI-WAN-ClipSkip",
            "reference": "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip",
            "files": [
               "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip"
            ],
            "description": "Custom nodes for ComfyUI implementing the csm model for text-to-speech generation.",
            "install_type": "git-clone"
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI-PixArt_XL",
            "reference": "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension that integrates PixArt-Alpha models directly into ComfyUI with advanced memory management."
        },
        {
            "author": "leeguandong",
            "title": "ComfyUI_QWQ32B",
            "reference": "https://github.com/leeguandong/ComfyUI_QWQ32B",
            "files": [
                "https://github.com/leeguandong/ComfyUI_QWQ32B"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI nodes to use [a/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B)"
        },
        {
            "author": "ComplexRobot",
            "title": "ComfyUI-Simple-VFI",
            "reference": "https://github.com/ComplexRobot/ComfyUI-Simple-VFI",
            "files": [
                "https://github.com/ComplexRobot/ComfyUI-Simple-VFI"
            ],
            "install_type": "git-clone",
            "description": "Nodes for simple frame interpolation without the use of AI. Uses standard image operations to blend frames together."
        },
        {
            "author": "Taithrah",
            "title": "Fens-Simple-Nodes",
            "reference": "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes",
            "files": [
                "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes"
            ],
            "install_type": "git-clone",
            "description": "Simple nodes for ComfyUI"
        },
        {
            "author": "Immac",
            "title": "ComfyUI Core Video Nodes",
            "reference": "https://github.com/Immac/ComfyUI-CoreVideoMocks",
            "files": [
                "https://github.com/Immac/ComfyUI-CoreVideoMocks"
            ],
            "install_type": "git-clone",
            "description": "A mock of a possible implementation of for ComfyUI Core Video Nodes."
        },
        {
            "author": "joreyaesh",
            "title": "ComfyUI Touchpad Scroll Controller",
            "reference": "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll",
            "files": [
                "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll"
            ],
            "install_type": "git-clone",
            "description": "A ComfyUI extension that enhances touchpad navigation by redirecting two-finger scrolling over to the canvas, including over textareas. This can prevent accidental back/forward browser navigation when using horizontal touchpad gestures and provides smooth zooming and panning for Mac and other touchpad users."
        }
    ]
}