-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPENDENCIES.lock
More file actions
353 lines (337 loc) · 11.9 KB
/
Copy pathDEPENDENCIES.lock
File metadata and controls
353 lines (337 loc) · 11.9 KB
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
# DEPENDENCIES.lock
#
# Machine-readable dependency manifest, one block per workflow file.
# This is the canonical source for each workflow's commercial_status — the
# .md sidecar next to each workflow is the human-readable rendering of the
# same data. If they ever disagree, this file wins.
#
# Fields:
# name - dependency name
# version - upstream tag/version, where pinned
# commit - upstream git commit sha, where pinned (preferred over version)
# license - SPDX identifier or license name
# distribution - "external" (fetched by install script, never vendored in
# this repo) or "vendored" (source included in this repo)
# optional - true if the workflow can run without it (rare here)
# commercial_status - only set when it differs from the workflow's own
# status, i.e. the dependency that's actually the blocker
#
# Verified 2026-07-22, re-verified 2026-08-20. See THIRD_PARTY_LICENSES.md for
# full detail per component (upstream URLs, redistribution notes, etc).
#
# 2026-08-20: rgthree-comfy, ComfyUI-SAM3, ComfyUI-Florence2, ComfyUI-GGUF, and
# ComfyUI_UltimateSDUpscale had their pinned tags disappear upstream (the tags
# no longer exist in any of those repos' `git ls-remote --tags`). Re-pinned to
# the last commit on each repo's default branch as of 2026-08-20, and switched
# from `version` to `commit` fields for the same reason WanVideoWrapper was
# switched on 2026-08-19: a commit SHA can't go stale the way a mutable tag
# can.
workflows/commercial-compatible/sam3_custompkg_probe.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI
license: GPL-3.0
distribution: external
- name: ComfyUI-SAM3
commit: de0ff5d2c2ea435d29f800abfa568cffdfb94773
license: GPL-3.0
distribution: external
- name: SAM 3 (model weights)
license: SAM License (Meta, custom, source-available)
distribution: external
workflows/commercial-compatible/step4_5_sam3_mask.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (SCAIL-2 fork, native SAM3+SCAIL-2 core nodes)
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: SAM 3 (model weights)
license: SAM License (Meta, custom, source-available)
distribution: external
workflows/commercial-compatible/step6_animation_mode.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (SCAIL-2 fork, native SAM3+SCAIL-2 core nodes)
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: SAM 3 (model weights)
license: SAM License (Meta, custom, source-available)
distribution: external
- name: SCAIL-2 / Wan2.1-14B (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/step7_replacement_mode.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (SCAIL-2 fork, native SAM3+SCAIL-2 core nodes)
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: SAM 3 (model weights)
license: SAM License (Meta, custom, source-available)
distribution: external
- name: SCAIL-2 / Wan2.1-14B (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/gimm_sgm_vfi_video_interpolate.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI-DownsampleFPS
commit: 4d741ef8e33b0c5111ad21033f9408acffc63651
license: Apache-2.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
- name: ComfyUI-GIMM-VFI
commit: 4c9a3123762af85e7c796e41737da0b70c75d72d
license: ISC
distribution: external
- name: ComfyUI-Tween (provides SGM-VFI)
commit: 91947c0b8c795cf504d3848274d4217f0432a324
license: Apache-2.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
workflows/commercial-compatible/mm_upscale_video_workflow.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI-Florence2
commit: 9ece3de914214c5f581d725167bc9d0eeb0d1120
license: MIT
distribution: external
- name: ComfyUI-GGUF
commit: 6ea2651e7df66d7585f6ffee804b20e92fb38b8a
license: Apache-2.0
distribution: external
- name: ComfyUI_UltimateSDUpscale
commit: a5547db9e1d07d3318bb21e9e9c474f4c1e9c8df
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
- name: ComfyUI-Custom-Scripts (pysssss)
license: MIT
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
workflows/commercial-compatible/wan22_fmlf_first_middle_last_frame.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (native Wan video nodes)
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: Wan 2.2 (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/video_wan2_2_14B_flf2v.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (native Wan video nodes)
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
- name: Wan 2.2 14B (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/video_wan2_2_14B_fmlf2v.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (native Wan video nodes)
license: GPL-3.0
distribution: external
- name: Wan 2.2 14B (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/video_wan2_2_14B_i2v.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (native Wan video nodes)
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
- name: Wan 2.2 14B (model weights)
license: Apache-2.0
distribution: external
workflows/commercial-compatible/video_wan_vace_14B_v2v.json:
osf_license: MIT
commercial_status: commercial-compatible
dependencies:
- name: ComfyUI (native Wan video + VACE nodes)
license: GPL-3.0
distribution: external
- name: Wan VACE 14B (model weights)
license: Apache-2.0
distribution: external
workflows/research-only/videomama_sam_points_text_matte_optflow.json:
osf_license: MIT
commercial_status: research-only
dependencies:
- name: ComfyUI-VideoMaMa
license: CC-BY-NC-4.0 (code)
commercial_status: research-only
distribution: external
- name: VideoMaMa checkpoint (SammyLim/VideoMaMa)
license: Stability AI Community License
commercial_status: research-only
distribution: external
- name: ComfyUI-SAM3
commit: de0ff5d2c2ea435d29f800abfa568cffdfb94773
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: mask_propagate_optical_flow
license: MIT
distribution: vendored
- name: ComfyUI-RMBG
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
workflows/research-only/videomama_split_sam_points_text_matte_optflow.json:
osf_license: MIT
commercial_status: research-only
dependencies:
- name: ComfyUI-VideoMaMa
license: CC-BY-NC-4.0 (code)
commercial_status: research-only
distribution: external
- name: VideoMaMa checkpoint (SammyLim/VideoMaMa)
license: Stability AI Community License
commercial_status: research-only
distribution: external
- name: ComfyUI-SAM3
commit: de0ff5d2c2ea435d29f800abfa568cffdfb94773
license: GPL-3.0
distribution: external
- name: ComfyUI-Easy-Sam3
commit: 88fe578a1a5e03d95281197303d5d3a73fd5a089
license: Apache-2.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: mask_propagate_optical_flow
license: MIT
distribution: vendored
- name: ComfyUI-RMBG
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
workflows/research-only/sam_effecteraser_points_text_matte_optflow.json:
osf_license: MIT
commercial_status: research-only
dependencies:
- name: EffectErase
license: CC-BY-NC-4.0
commercial_status: research-only
distribution: external
- name: ComfyUI-SAM3
commit: de0ff5d2c2ea435d29f800abfa568cffdfb94773
license: GPL-3.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
- name: mask_propagate_optical_flow
license: MIT
distribution: vendored
- name: ComfyUI-RMBG
license: GPL-3.0
distribution: external
- name: rgthree-comfy
commit: d92cad68a6e92a1c5d4032d3ac53f79ea44b08e4
license: MIT
distribution: external
workflows/research-only/frame_interpolation_test.json:
osf_license: MIT
commercial_status: research-only
dependencies:
- name: BiM-VFI
commit: df79cbcad4214d48911040def459174d0a4c9791
license: research/education only (KAIST-VICLab)
commercial_status: research-only
distribution: external
- name: EMA-VFI
license: Apache-2.0
distribution: external
- name: ComfyUI-GIMM-VFI
commit: 4c9a3123762af85e7c796e41737da0b70c75d72d
license: ISC
distribution: external
- name: ComfyUI-Tween (provides SGM-VFI)
commit: 91947c0b8c795cf504d3848274d4217f0432a324
license: Apache-2.0
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external
workflows/research-only/tween_interpolate_loop.json:
osf_license: MIT
commercial_status: research-only
dependencies:
- name: BiM-VFI
commit: df79cbcad4214d48911040def459174d0a4c9791
license: research/education only (KAIST-VICLab)
commercial_status: research-only
distribution: external
- name: EMA-VFI
license: Apache-2.0
distribution: external
- name: ComfyUI-GIMM-VFI
commit: 4c9a3123762af85e7c796e41737da0b70c75d72d
license: ISC
distribution: external
- name: ComfyUI-VideoHelperSuite
commit: 2984ec4c4b93292421888f38db74a5e8802a8ff8
license: GPL-3.0
distribution: external