File size: 33,869 Bytes
e5b8fac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "hayd-zju",
            "title": "ICEdit-ComfyUI-official",
            "reference": "https://github.com/hayd-zju/ICEdit-ComfyUI-official",
            "files": [
                "https://github.com/hayd-zju/ICEdit-ComfyUI-official"
            ],
            "install_type": "git-clone",
            "description": "This node pack provides the official ComfyUI workflow for ICEdit."
        },
        {
            "author": "Yuan-ManX",
            "title": "ComfyUI-Muyan-TTS",
            "reference": "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS",
            "files": [
                "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS"
            ],
            "install_type": "git-clone",
            "description": "Make Muyan-TTS avialbe in ComfyUI."
        },
        {
            "author": "fpgaminer",
            "title": "JoyCaption Nodes",
            "id": "comfyui-joycaption",
            "reference": "https://github.com/fpgaminer/joycaption_comfyui",
            "files": [
                "https://github.com/fpgaminer/joycaption_comfyui"
            ],
            "install_type": "git-clone",
            "description": "Nodes for running the JoyCaption image captioner VLM."
        },
        {
            "author": "Goshe-nite",
            "title": "GPS' Supplements for ComfyUI",
            "id": "GPSupps",
            "reference": "https://github.com/Goshe-nite/comfyui-gps-supplements",
            "files": [
                "https://github.com/Goshe-nite/comfyui-gps-supplements"
            ],
            "install_type": "git-clone",
            "description": "Nodes to make ComfyUI-Image-Saver and rgthree-comfy more compatible. Allowing Power Lora Loader node to be used with Image Saver node. Also adding nodes to extract Image Saver compatible strings to simplify workflows."
        },
        {
            "author": "AIWarper",
            "title": "NormalCrafterWrapper",
            "id": "normal-crafter-wrapper",
            "reference": "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper",
            "files": [
                "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI diffusers wrapper nodes for [a/NormalCrafter](https://github.com/Binyr/NormalCrafter)"
        },
        {
            "author": "pixible",
            "title": "comfyui-customselector",
            "reference": "https://github.com/gasparuff/CustomSelector",
            "files": [
                "https://github.com/gasparuff/CustomSelector"
            ],
            "install_type": "git-clone",
            "description": "Helps deciding different settings depending on the input string"
        },
        {
            "author": "1hew",
            "title": "ComfyUI 1hewNodes",
            "id": "ComfyUI-1hewNodes",
            "reference": "https://github.com/1hew/ComfyUI-1hewNodes",
            "files": [
                "https://github.com/1hew/ComfyUI-1hewNodes"
            ],
            "install_type": "git-clone",
            "description": "This is a custom node collection for ComfyUI that provides some utility nodes."
        },
        {
            "author": "cyberhirsch",
            "title": "Seb Nodes",
            "id": "seb_nodes",
            "reference": "https://github.com/cyberhirsch/seb_nodes",
            "files": [
                "https://github.com/cyberhirsch/seb_nodes"
            ],
            "install_type": "git-clone",
            "description": "Save image node with dynamic paths and an 'Open Folder' button."
        },
        {
            "author": "Alastor 666 1933",
            "title": "Caching to not Waste",
            "id": "caching_to_not_waste",
            "reference": "https://github.com/alastor-666-1933/caching_to_not_waste",
            "files": [
                "https://github.com/alastor-666-1933/caching_to_not_waste"
            ],
            "install_type": "git-clone",
            "description": "This node allows you to cache/caching/store and reuse resized images, ControlNet images, masks, and texts. It avoids repeating heavy operations by loading previously saved files — saving time, memory, and processing power in future executions."
        },
        {
            "author": "yichengup",
            "title": "comfyui-face-liquify",
            "reference": "https://github.com/yichengup/comfyui-face-liquify",
            "files": [
                "https://github.com/yichengup/comfyui-face-liquify"
            ],
            "install_type": "git-clone",
            "description": "video face liquefaction"
        },
        {
            "author": "Njbx",
            "title": "ComfyUI-LTX13B-Blockswap",
            "reference": "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap",
            "files": [
                "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI-LTX13B-Blockswap This is a simple LTX block swap node for ComfyUI native nodes for 13B model, works by swapping upto 47 blocks to the CPU to reduce VRAM."
        },
        {
            "author": "AIExplorer25",
            "title": "ComfyUI_ChatGptHelper",
            "reference": "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper",
            "files": [
                "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI ChatGPT Helper ComfyUI ChatGPT Helper is a custom node extension for ComfyUI that integrates OpenAI's ChatGPT capabilities directly into your ComfyUI workflows. This tool allows for dynamic prompt generation, automated text manipulation, and enhanced interactivity within your AI image generation processes."
        },
        {
            "author": "IIs-fanta",
            "title": "ComfyUI-SnakeGameNode",
            "reference": "https://github.com/IIs-fanta/ComfyUI-SnakeGameNode",
            "files": [
                "https://github.com/IIs-fanta/ComfyUI-SnakeGameNode"
            ],
            "install_type": "git-clone",
            "description": "This is a top-tier Snake game node developed for ComfyUI. It lets you play a mini Snake game within the ComfyUI workflow, so you won’t get bored while waiting for image generation (or slacking off at work). Playing is not allowed by Han Cheng."
        },
        {
            "author": "Yuan-ManX",
            "title": "ComfyUI-Muyan-TTS",
            "reference": "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS",
            "files": [
                "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS"
            ],
            "install_type": "git-clone",
            "description": "Make Muyan-TTS avialbe in ComfyUI."
        },
        {
            "author": "wakattac",
            "title": "ComfyUI-AbstractImaGen",
            "id": "abstract-imagen",
            "reference": "https://github.com/wakattac/ComfyUI-AbstractImaGen",
            "files": [
                "https://github.com/wakattac/ComfyUI-AbstractImaGen"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI node that quickly generates randomized asbtract images to be used as latent images with VAE Encode"
        },
        {
            "author": "CY-CHENYUE",
            "title": "ComfyUI-FramePack-HY",
            "id": "ComfyUI-FramePack-HY",
            "reference": "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY",
            "files": [
               "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY"
            ],
            "description": "A custom node for ComfyUI to FramePack.",
            "install_type": "git-clone"
        },
        {
            "author": "Irsalistic",
            "title": "ComfyUI DAM Object Extractor",
            "reference": "https://github.com/Irsalistic/comfyui-dam-object-extractor",
            "files": [
                "https://github.com/Irsalistic/comfyui-dam-object-extractor"
            ],
            "description": "Extract object names and descriptions from masked regions using NVIDIA's DAM model",
            "tags": ["object recognition", "vision", "image analysis"],
            "install_type": "git-clone"
        },
        {
            "author": "yuvraj108c",
            "title": "ComfyUI FLOAT",
            "reference": "https://github.com/yuvraj108c/ComfyUI-FLOAT",
            "files": [
                "https://github.com/yuvraj108c/ComfyUI-FLOAT"
            ],
            "install_type": "git-clone",
            "description": "This project provides an unofficial ComfyUI implementation of [a/FLOAT](https://github.com/deepbrainai-research/float) for Generative Motion Latent Flow Matching for Audio-driven Talking Portrait"
        },
        {
            "author": "smthemex",
            "title": "ComfyUI_DICE_Talk",
            "reference": "https://github.com/smthemex/ComfyUI_DICE_Talk",
            "files": [
                "https://github.com/smthemex/ComfyUI_DICE_Talk"
            ],
            "install_type": "git-clone",
            "description": "Use DICE-Talk in ComfyUI,which is a method about Correlation-Aware Emotional Talking Portrait Generation."
        },
        {
            "author": "silveroxides",
            "title": "ComfyUI Sigmoid Offset Scheduler",
            "reference": "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler",
            "files": [
                "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler"
            ],
            "install_type": "git-clone",
            "description": "Scheduler for ComfyUI and an attempt at optimized scheduler for the Chroma architecture."
        },
        {
            "author": "JoeNavark",
            "title": "Custom Graph Sigma for ComfyUI",
            "reference": "https://github.com/JoeNavark/comfyui_custom_sigma_editor",
            "files": [
                "https://github.com/JoeNavark/comfyui_custom_sigma_editor"
            ],
            "install_type": "git-clone",
            "description": "Custom Graph Sigma is a ComfyUI custom node that provides an interactive spline-based curve editor for visually creating and exporting custom sigma schedules. This is especially useful for controlling the noise schedule or custom step values in diffusion models and other workflows that use a sequence of values over time or steps."
        },
        {
            "author": "SSsnap",
            "title": "Comfyui_SSsnap_pose-Remapping",
            "reference": "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping",
            "files": [
                "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping"
            ],
            "install_type": "git-clone",
            "description": "A pose remapping node with support for joint locking, motion-aware scaling, and optional easing - perfect for animation refinement and mech rig control."
        },
        {
            "author": "Yuan-ManX",
            "title": "ComfyUI-AudioX",
            "reference": "https://github.com/Yuan-ManX/ComfyUI-AudioX",
            "files": [
                "https://github.com/Yuan-ManX/ComfyUI-AudioX"
            ],
            "install_type": "git-clone",
            "description": "Make AudioX avialbe in ComfyUI."
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI-Orpheus-TTS",
            "reference": "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS"
            ],
            "install_type": "git-clone",
            "description": "This project adds high-quality Text-to-Speech capabilities to ComfyUI using the Orpheus TTS model. Create natural-sounding voices with emotional expressions, multilingual support, and audio effects."
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI Hedra Node",
            "reference": "https://github.com/ShmuelRonen/ComfyUI_Hedra",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI_Hedra"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that integrates with [a/Hedra](https://www.hedra.com/)'s Character-3 API to generate talking avatar videos from images and audio."
        },
        {
            "author": "StableLlama",
            "title": "Basic data handling",
            "reference": "https://github.com/StableLlama/ComfyUI-basic_data_handling",
            "files": [
                "https://github.com/StableLlama/ComfyUI-basic_data_handling"
            ],
            "install_type": "git-clone",
            "description": "Basic Python functions for manipulating data that every programmer is used to. Currently supported: BOOLEAN, FLOAT, INT, STRING and data lists."
        },
        {
            "author": "dicksensei69",
            "title": "ComfyUI Loops",
            "reference": "https://github.com/dicksensei69/comfyui_loops",
            "files": [
                "https://github.com/dicksensei69/comfyui_loops"
            ],
            "description": "A custom node for ComfyUI that creates looping animations from image sequences.",
            "install_type": "git-clone"
        },
        {
            "author": "GadzoinksOfficial",
            "title": "Gprompts",
            "reference": "https://github.com/GadzoinksOfficial/comfyui_gprompts",
            "files": [
                "https://github.com/GadzoinksOfficial/comfyui_gprompts"
            ],
            "install_type": "git-clone",
            "description": "Another dynamic prompt node, designed to be easy to use and support wildcards"
        },
        {
            "author": "tighug",
            "title": "ComfyUI Rating Checker",
            "reference": "https://github.com/tighug/comfyui-rating-checker",
            "files": [
                "https://github.com/tighug/comfyui-rating-checker"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that classifies images into NSFW (Not Safe For Work) categories."
        },
        {
            "author": "tighug",
            "title": "ComfyUI Eagle Feeder",
            "reference": "https://github.com/tighug/comfyui-eagle-feeder",
            "files": [
                "https://github.com/tighug/comfyui-eagle-feeder"
            ],
            "install_type": "git-clone",
            "description": "A custom node for ComfyUI that allows you to send images directly to [a/Eagle](https://jp.eagle.cool/)."
        },
        {
            "author": "MushroomFleet",
            "title": "SVG Suite for ComfyUI",
            "reference": "https://github.com/MushroomFleet/svg-suite",
            "files": [
                "https://github.com/MushroomFleet/svg-suite"
            ],
            "install_type": "git-clone",
            "description": "SVG Suite is an advanced set of nodes for converting images to SVG in ComfyUI, expanding upon the functionality of ComfyUI-ToSVG."
        },
        {
            "author": "ryanontheinside",
            "title": "Deep Live Cam for ComfyUI",
            "reference": "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam",
            "files": [
                "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam"
            ],
            "install_type": "git-clone",
            "description": "This node integrates the face-swapping capabilities from Deep Live Cam into ComfyUI, allowing you to perform real-time face swapping on images and video streams."
        },
        {
            "author": "BigStationW",
            "title": "ComfyUi-RescaleCFGAdvanced",
            "reference": "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced",
            "files": [
                "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced"
            ],
            "install_type": "git-clone",
            "description": "ReforgeCFG is a ComfyUI node designed to add details to your image. [a/While it already exists in Comfy Core](https://github.com/comfyanonymous/ComfyUI/blob/80a44b97f5cbcb890896e2b9e65d177f1ac6a588/comfy_extras/nodes_model_advanced.py#L258), it lacks timesteps for adjustment."
        },
        {
            "author": "matoo",
            "title": "Compare Videos",
            "reference": "https://github.com/surinder83singh/ComfyUI-compare-videos",
            "files": [
                "https://github.com/surinder83singh/ComfyUI-compare-videos"
            ],
            "install_type": "git-clone",
            "description": "A custom ComfyUI extension to compare two video/image sequences via wipe preview."
        },
        {
            "author": "ServiceStack",
            "title": "ComfyUI Asset Downloader",
            "id": "asset-downloader",
            "reference": "https://github.com/ServiceStack/comfy-asset-downloader",
            "files": [
                "https://github.com/ServiceStack/comfy-asset-downloader"
            ],
            "install_type": "git-clone",
            "description": "This node allows downloading models and other resources used within a ComfyUI workflow making it easier to resolve referenced assets and share workflows"
        },
        {
            "author": "charlyad142",
            "title": "ComfyUI BFL API Pro Nodes",
            "reference": "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes",
            "files": [
                "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI provides integration with the BFL (Black Forest Labs) API to enhance and optimize image processing. It allows the use of Flux Pro directly within ComfyUI, offering advanced image processing capabilities."
        },
        {
            "author": "kambara",
            "title": "ComfyUI-PromptPalette",
            "reference": "https://github.com/kambara/ComfyUI-PromptPalette",
            "files": [
                "https://github.com/kambara/ComfyUI-PromptPalette"
            ],
            "install_type": "git-clone",
            "description": "A custom node that makes prompt editing easier by allowing phrase switching with just mouse operations."
        },
        {
            "author": "rakki194",
            "title": "ComfyUI-ImageCompare",
            "reference": "https://github.com/rakki194/ComfyUI-ImageCompare",
            "files": [
                "https://github.com/rakki194/ComfyUI-ImageCompare"
            ],
            "install_type": "git-clone",
            "description": "A simple custom node for ComfyUI that allows you to compare two images (or batches of images) side-by-side within the UI."
        },
        {
            "author": "ainewsto",
            "title": "Comfyui-google-veo2-api",
            "reference": "https://github.com/ainewsto/Comfyui-google-veo2-api",
            "files": [
                "https://github.com/ainewsto/Comfyui-google-veo2-api"
            ],
            "install_type": "git-clone",
            "description": "NODES: Google Veo2 Video Generation"
        },
        {
            "author": "edelvarden",
            "title": "ComfyUI-Display-Value",
            "reference": "https://github.com/edelvarden/ComfyUI-Display-Value",
            "files": [
                "https://github.com/edelvarden/ComfyUI-Display-Value"
            ],
            "install_type": "git-clone",
            "description": "Custom node for ComfyUI to show values of primitives (str, float, int, or bool)."
        },
        {
            "author": "hybskgks28275",
            "title": "ComfyUI-hybs-nodes",
            "reference": "https://github.com/hybskgks28275/ComfyUI-hybs-nodes",
            "files": [
                "https://github.com/hybskgks28275/ComfyUI-hybs-nodes"
            ],
            "install_type": "git-clone",
            "description": "Various custom nodes will be added."
        },
        {
            "author": "mohsensd1373",
            "title": "comfyui_wordpress",
            "reference": "https://github.com/mohsensd1373/comfyui_wordpress",
            "files": [
                "https://github.com/mohsensd1373/comfyui_wordpress"
            ],
            "install_type": "git-clone",
            "description": "Upload image from comfyui to WordPress add your site setting in file wordpress_config.json"
        },
        {
            "author": "unicough",
            "title": "OpenAI Image API with gpt-image-1",
            "id": "comfy_openai_image_api",
            "reference": "https://github.com/unicough/comfy_openai_image_api",
            "files": [
                "https://github.com/unicough/comfy_openai_image_api"
            ],
            "install_type": "git-clone",
            "description": "This custom node uses OpenAI Image API to generate image (if no input image is provided) or edit image (if input image is provided) with the latest gpt-image-1 model. To use it, you will need to provide your OpenAI API key. This makes the node to be friendly for situations where ComfyUi serves as API server, because you don't have to login like the official OpenAI GPT Image 1 node does."
        },
        {
            "author": "ShmuelRonen",
            "title": "ComfyUI-VideoUpscale_WithModel",
            "reference": "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel",
            "files": [
                "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel"
            ],
            "install_type": "git-clone",
            "description": "A memory-efficient implementation for upscaling videos in ComfyUI using non-diffusion upscaling models. This custom node is designed to handle large video frame sequences without memory bottlenecks."
        },
        {
            "author": "ryanontheinside",
            "title": "Deep Live Cam for ComfyUI",
            "reference": "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam",
            "files": [
                "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam"
            ],
            "install_type": "git-clone",
            "description": "This node integrates the face-swapping capabilities from Deep Live Cam into ComfyUI, allowing you to perform real-time face swapping on images and video streams."
        },
        {
            "author": "XieJunchen",
            "title": "comfyUI_LLM",
            "reference": "https://github.com/XieJunchen/comfyUI_LLM",
            "files": [
                "https://github.com/XieJunchen/comfyUI_LLM"
            ],
            "install_type": "git-clone",
            "description": "comfyUI_LLM is the integration of a large language model into ComfyUI"
        },
        {
            "author": "raykindle",
            "title": "ComfyUI_Step1X-Edit",
            "reference": "https://github.com/raykindle/ComfyUI_Step1X-Edit",
            "files": [
                "https://github.com/raykindle/ComfyUI_Step1X-Edit"
            ],
            "install_type": "git-clone",
            "description": "This custom node integrates the [a/Step1X-Edit](https://github.com/stepfun-ai/Step1X-Edit) image editing model into ComfyUI. Step1X-Edit is a state-of-the-art image editing model that processes a reference image and user's editing instruction to generate a new image."
        },
        {
            "author": "BetaDoggo",
            "title": "ComfyUI-Cloud-APIs",
            "reference": "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs",
            "files": [
                "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs"
            ],
            "install_type": "git-clone",
            "description": "Nodes for using models from online providers. Flux, Auraflow, SoteDiffusion, etc."
        },
        {
            "author": "Vaporbook",
            "title": "ComfyUI-SaveImage-PP",
            "reference": "https://github.com/Vaporbook/ComfyUI-SaveImage-PP",
            "files": [
                "https://github.com/Vaporbook/ComfyUI-SaveImage-PP"
            ],
            "install_type": "git-clone",
            "description": "A better SaveImage than SaveImage-Plus."
        },
        {
            "author": "Yuan-ManX",
            "title": "ComfyUI-Step1X-Edit",
            "reference": "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit",
            "files": [
                "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit"
            ],
            "install_type": "git-clone",
            "description": "Make Step1X-Edit avialbe in ComfyUI."
        },
        {
            "author": "McKlinton2",
            "title": "ComfyUI McKlinton Pack — Mask Node",
            "reference": "https://github.com/McKlinton2/comfyui-mcklinton-pack",
            "files": [
                "https://github.com/McKlinton2/comfyui-mcklinton-pack"
            ],
            "install_type": "git-clone",
            "description": "This custom node for ComfyUI enables detailed segmentation of colored mask images into specific anatomical regions for male and female bodies."
        },
        {
            "author": "kambara",
            "title": "ComfyUI-PromptCheckList",
            "reference": "https://github.com/kambara/ComfyUI-PromptCheckList",
            "files": [
                "https://github.com/kambara/ComfyUI-PromptCheckList"
            ],
            "install_type": "git-clone",
            "description": "This is a text editing extension for ComfyUI. It allows you to easily switch phrases for prompts using only the mouse."
        },
        {
            "author": "MijnSpam",
            "title": "ComfyUI_UploadToPushOver",
            "reference": "https://github.com/MijnSpam/ComfyUI_UploadToWebhookPushOver",
            "files": [
                "https://github.com/MijnSpam/ComfyUI_UploadToWebhookPushOver"
            ],
            "install_type": "git-clone",
            "description": "Send generated image to PushOver API webhook with optional parameters such as prompt-id and metadata payload."
        },
        {
            "author": "FaberVS",
            "title": "MultiModel",
            "reference": "https://github.com/FaberVS/MultiModel",
            "files": [
                "https://github.com/FaberVS/MultiModel"
            ],
            "install_type": "git-clone",
            "description": "A collection of nodes and utilities to make working with multiple models, custom parameters, and prompt styles in ComfyUI easier, faster, and more flexible. You are welcome to use and adapt them for your own workflows!"
        },
        {
            "author": "somesomebody",
            "title": "comfyui-lorainfo-sidebar",
            "id": "somesomebody-lorainfo-sidebar",
            "reference": "https://github.com/somesomebody/comfyui-lorainfo-sidebar",
            "files": [
                "https://github.com/somesomebody/comfyui-lorainfo-sidebar"
            ],
            "install_type": "git-clone",
            "description": "Preview images of LoRA files and edit their associated JSON files."
        },
        {
            "author": "mw",
            "title": "ComfyUI_IndexTTS",
            "reference": "https://github.com/billwuhao/ComfyUI_IndexTTS",
            "files": [
                "https://github.com/billwuhao/ComfyUI_IndexTTS"
            ],
            "install_type": "git-clone",
            "description": "IndexTTS Voice Cloning Nodes for ComfyUI. High-quality voice cloning, very fast, supports Chinese and English, and allows custom voice styles."
        },
        {
            "author": "SirLatore",
            "title": "ComfyUI-IPAdapterWAN",
            "reference": "https://github.com/SirLatore/ComfyUI-IPAdapterWAN",
            "files": [
                "https://github.com/SirLatore/ComfyUI-IPAdapterWAN"
            ],
            "install_type": "git-clone",
            "description": "This extension adapts the [a/InstantX IP-Adapter for SD3.5-Large](https://huggingface.co/InstantX/SD3.5-Large-IP-Adapter) to work with Wan 2.1 and other UNet-based video/image models in ComfyUI.\nUnlike the original SD3 version (which depends on joint_blocks from MMDiT), this version performs sampling-time identity conditioning by dynamically injecting into attention layers — making it compatible with models like Wan 2.1, AnimateDiff, and other non-SD3 pipelines."
        },
        {
            "author": "dezoomer",
            "title": "ComfyUI-DeZoomer-Nodes",
            "reference": "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes",
            "files": [
                "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of custom nodes for ComfyUI."
        },
        {
            "author": "cathodeDreams",
            "title": "comfyui-azul-scripts",
            "reference": "https://github.com/cathodeDreams/comfyui-azul-scripts",
            "files": [
                "https://github.com/cathodeDreams/comfyui-azul-scripts"
            ],
            "install_type": "git-clone",
            "description": "NODES: Save Image (JPG), Combine Conditionings (Weighted)"
        },
        {
            "author": "ArtsticH",
            "title": "ComfyUI_EasyKitHT_NodeAlignPro",
            "reference": "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro",
            "files": [
                "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro"
            ],
            "install_type": "git-clone",
            "description": "ComfyUI_EasyKitHT_NodeAlignPro is a lightweight ComfyUI node alignment and node coloring tool for refactoring and rewriting the UI based on the open-source projects Comfyui-Align and Comfyui-Nodealigner."
        },
        {
            "author": "HM-RunningHub",
            "title": "ComfyUI_RH_Step1XEdit",
            "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit",
            "files": [
                "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit"
            ],
            "install_type": "git-clone",
            "description": "This is a ComfyUI custom node implementation for image editing using the Step-1 model architecture, specifically adapted for reference-based image editing guided by text prompts."
        },
        {
            "author": "lisaks",
            "title": "Pixstri ComfyUI Comics",
            "reference": "https://github.com/lisaks/comfyui-panelforge",
            "files": [
                "https://github.com/lisaks/comfyui-panelforge"
            ],
            "install_type": "git-clone",
            "description": "Pixstri is a custom plugin for ComfyUI designed to generate comic pages. It provides a hierarchical node system that allows you to create comic layouts with rows and frames, making it easy to design and preview comic pages within your ComfyUI workflows."
        },
        {
            "author": "shinich39",
            "title": "comfyui-innnnnpaint",
            "reference": "https://github.com/shinich39/comfyui-innnnnpaint",
            "files": [
                "https://github.com/shinich39/comfyui-innnnnpaint"
            ],
            "install_type": "git-clone",
            "description": "Load new workflow after mask editing."
        },
        {
            "author": "synthetai",
            "title": "ComfyUI-ToolBox",
            "reference": "https://github.com/synthetai/ComfyUI-ToolBox",
            "files": [
                "https://github.com/synthetai/ComfyUI-ToolBox"
            ],
            "install_type": "git-clone",
            "description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation."
        },
        {
            "author": "matorzhin",
            "title": "milan-nodes-comfyui",
            "reference": "https://github.com/matorzhin/milan-nodes-comfyui",
            "files": [
                "https://github.com/matorzhin/milan-nodes-comfyui"
            ],
            "install_type": "git-clone",
            "description": "NODES: 'Load One Image with Name, Title, Description', 'Load Multiple Images with Name, Directory, Title, Description'"
        },
        {
            "author": "shinich39",
            "title": "comfyui-no-one-above-me",
            "reference": "https://github.com/shinich39/comfyui-no-one-above-me",
            "files": [
                "https://github.com/shinich39/comfyui-no-one-above-me"
            ],
            "install_type": "git-clone",
            "description": "Fix node to top."
        },
        {
            "author": "BobRandomNumber",
            "title": "ComfyUI-DiaTTS",
            "reference": "https://github.com/BobRandomNumber/ComfyUI-DiaTTS",
            "files": [
                "https://github.com/BobRandomNumber/ComfyUI-DiaTTS"
            ],
            "install_type": "git-clone",
            "description": "An implementation of Nari-Labs Dia TTS"
        }
    ]
}