File size: 11,219 Bytes
07f408f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "custom_nodes": [
        {
            "author": "Suzie1",
            "title": "Guide To Making Custom Nodes in ComfyUI",
            "reference": "https://github.com/Suzie1/ComfyUI_Guide_To_Making_Custom_Nodes",
            "files": [
                "https://github.com/Suzie1/ComfyUI_Guide_To_Making_Custom_Nodes"
            ],
            "install_type": "git-clone",
            "description": "There is a small node pack attached to this guide. This includes the init file and 3 nodes associated with the tutorials."
        },
        {
            "author": "bamboodia",
            "title": "BAM Nodes",
            "reference": "https://github.com/bamboodia/BAM_Nodes",
            "files": [
                "https://github.com/bamboodia/BAM_Nodes"
            ],
            "install_type": "git-clone",
            "description": "A collection of comfyui nodes that I have made for nothing more than educational purposes."
        },
        {
            "author": "BadCafeCode",
            "title": "execution-inversion-demo-comfyui",
            "reference": "https://github.com/BadCafeCode/execution-inversion-demo-comfyui",
            "files": [
                "https://github.com/BadCafeCode/execution-inversion-demo-comfyui"
            ],
            "install_type": "git-clone",
            "description": "These are demo nodes for [a/PR2666](https://github.com/comfyanonymous/ComfyUI/pull/2666)"
        },
        {
            "author": "ecjojo",
            "title": "ecjojo_example_nodes",
            "reference": "https://github.com/ecjojo/ecjojo-example-nodes",
            "files": [
                "https://github.com/ecjojo/ecjojo-example-nodes"
            ],
            "install_type": "git-clone",
            "description": "Welcome to ecjojo_example_nodes! This example is specifically designed for beginners who want to learn how to write a simple custom node.\nFeel free to modify this example and make it your own. Experiment with different features and functionalities to enhance your understanding of ComfyUI custom nodes. Don't be afraid to explore and customize the code to suit your needs.\nBy diving into this example and making it your own, you'll gain valuable hands-on experience in creating custom nodes in ComfyUI. Enjoy the process of learning and have fun with your custom node development journey!"
        },
        {
            "author": "dynamixar",
            "title": "Atluris",
            "reference": "https://github.com/dynamixar/Atluris",
            "files": [
                "https://github.com/dynamixar/Atluris"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Random Line"
        },
        {
            "author": "et118",
            "title": "ComfyUI-ElGogh-Nodes",
            "reference": "https://github.com/et118/ComfyUI-ElGogh-Nodes",
            "files": [
                "https://github.com/et118/ComfyUI-ElGogh-Nodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes:ElGogh Positive Prompt, ElGogh NEGATIVE Prompt, ElGogh Empty Latent Image, ElGogh Checkpoint Loader Simple"
        },
        {
            "author": "LarryJane491",
            "title": "Custom-Node-Base",
            "reference": "https://github.com/LarryJane491/Custom-Node-Base",
            "files": [
                "https://github.com/LarryJane491/Custom-Node-Base"
            ],
            "install_type": "git-clone",
            "description": "This project is an `empty` custom node that is already in its own folder. It serves as a base to build any custom node. Whenever you want to create a custom node, you can download that, put it in custom_nodes, then you just have to change the names and fill it with code!"
        },
        {
            "author": "foxtrot-roger",
            "title": "comfyui-custom-nodes",
            "reference": "https://github.com/foxtrot-roger/comfyui-custom-nodes",
            "files": [
                "https://github.com/foxtrot-roger/comfyui-custom-nodes"
            ],
            "install_type": "git-clone",
            "description": "Tutorial nodes"
        },
        {
            "author": "wailovet",
            "title": "ComfyUI-WW",
            "reference": "https://github.com/wailovet/ComfyUI-WW",
            "files": [
                "https://github.com/wailovet/ComfyUI-WW"
            ],
            "install_type": "git-clone",
            "description": "Nodes:WW_ImageResize"
        },
        {
            "author": "azure-dragon-ai",
            "title": "ComfyUI-HPSv2-Nodes",
            "reference": "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes",
            "files": [
                "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Loader, Image Processor, Text Processor, ImageScore"
        },
        {
            "author": "kappa54m",
            "title": "ComfyUI-HPSv2-Nodes",
            "reference": "https://github.com/kappa54m/ComfyUI_Usability",
            "files": [
                "https://github.com/kappa54m/ComfyUI_Usability"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Load Image Dedup"
        },
        {
            "author": "IvanRybakov",
            "title": "comfyui-node-int-to-string-convertor",
            "reference": "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor",
            "files": [
                "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Int To String Convertor"
        },
        {
            "author": "yowipr",
            "title": "ComfyUI-Manual",
            "reference": "https://github.com/yowipr/ComfyUI-Manual",
            "files": [
                "https://github.com/yowipr/ComfyUI-Manual"
            ],
            "install_type": "git-clone",
            "description": "Nodes:M_Layer, M_Output"
        },
        {
            "author": "andrewharp",
            "title": "ComfyUI Function Annotator",
            "reference": "https://github.com/andrewharp/ComfyUI-Annotations",
            "files": [
                "https://github.com/andrewharp/ComfyUI-Annotations"
            ],
            "install_type": "git-clone",
            "description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function."
        },
        {
            "author": "OuticNZ",
            "title": "ComfyUI-Simple-Of-Complex",
            "reference": "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex",
            "files": [
                "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex"
            ],
            "install_type": "git-clone",
            "description": "Keeping it simple for starting. Single branch for now and will add development branch later."
        },
        {
            "author": "jtong",
            "title": "comfyui-jtong-workflow",
            "reference": "https://github.com/jtong/comfyui-jtong-workflow",
            "files": [
                "https://github.com/jtong/comfyui-jtong-workflow"
            ],
            "install_type": "git-clone",
            "description": "Nodes:jtong.Highway, Example"
        },
        {
            "author": "thinkthinking",
            "title": "ComfyUI-Ye",
            "reference": "https://github.com/thinkthinking/ComfyUI-Ye",
            "files": [
                "https://github.com/thinkthinking/ComfyUI-Ye"
            ],
            "install_type": "git-clone",
            "description": "Nodes:Signature|Ye, CheckpointLoader|Ye, PrintHelloWorld|Ye."
        },
        {
            "author": "BoosterCore",
            "title": "ComfyUI-BC-Experimental",
            "reference": "https://github.com/BoosterCore/ComfyUI-BC-Experimental",
            "files": [
                "https://github.com/BoosterCore/ComfyUI-BC-Experimental"
            ],
            "install_type": "git-clone",
            "description": "Nodes:ClipTextEncodeBC, SaveAnyText, SimpleText"
        },
        {
            "author": "sonyeon-sj",
            "title": "ComfyUI-easy_ImageSize_Selecter",
            "reference": "https://github.com/sonyeon-sj/ComfyUI-easy_ImageSize_Selecter",
            "files": [
                "https://github.com/sonyeon-sj/ComfyUI-easy_ImageSize_Selecter"
            ],
            "install_type": "git-clone",
            "description": "Custom node for ComfyUI Select the image size from the preset and select Vertical and Horizontal to output Width and Height."
        },
        {
            "author": "boricuapab",
            "title": "ComfyUI_BoricuapabWFNodePack",
            "reference": "https://github.com/boricuapab/ComfyUI_BoricuapabWFNodePack",
            "files": [
                "https://github.com/boricuapab/ComfyUI_BoricuapabWFNodePack"
            ],
            "install_type": "git-clone",
            "description": "Learning how to make my own comfy ui custom nodes"
        },
        {
            "author": "mira-6",
            "title": "mira-wildcard-node",
            "reference": "https://github.com/mira-6/mira-wildcard-node",
            "files": [
                "https://github.com/mira-6/mira-wildcard-node"
            ],
            "install_type": "git-clone",
            "description": "Mira's Simple Wildcard Node"
        },
        {
            "author": "BetaDoggo",
            "title": "ComfyUI Tetris",
            "id": "tetris",
            "reference": "https://github.com/BetaDoggo/ComfyUI-Tetris",
            "files": [
                "https://github.com/BetaDoggo/ComfyUI-Tetris"
            ],
            "install_type": "git-clone",
            "description": "The primitive node and dummy input are required because comfy doesn't accept requests with identical graphs. You'll also need a show text node. I like the one from ComfyUI-Custom-Scripts. I got the generic tetris remake from claude so it may or may not be ripped from somewhere else."
        },
        {
            "author": "FlyMyAI",
            "title": "ComfyUI-ExampleNode",
            "reference": "https://github.com/FlyMyAI/ComfyUI-ExampleNode",
            "files": [
                "https://github.com/FlyMyAI/ComfyUI-ExampleNode"
            ],
            "install_type": "git-clone",
            "description": "Node to provide convenient ComfyUI standard, supported by flymy_comfyui."
        },
        {
            "author": "Wanghanying",
            "title": "ComfyUI_RAGDemo",
            "reference": "https://github.com/Wanghanying/ComfyUI_RAGDemo",
            "files": [
                "https://github.com/Wanghanying/ComfyUI_RAGDemo"
            ],
            "install_type": "git-clone",
            "description": "RAG Demo for LLM"
        }
    ]
}