Skip to content

Commit df3a898

Browse files
authored
Merge pull request #294 from replicate/update-comfy
Update ComfyUI to latest
2 parents e72234c + 857234d commit df3a898

File tree

5 files changed

+29
-50
lines changed

5 files changed

+29
-50
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "ComfyUI"]
22
path = ComfyUI
33
url = https://github.com/comfyanonymous/ComfyUI.git
4-
commit = 8115a7895bf07a75ccf0c4b65122cbf4cd8b0e2b
4+
commit = 577de83ca9c99e997825439e017113456c4c78f7

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2025-05-12
2+
3+
- [Update ComfyUI to latest](https://github.com/comfyanonymous/ComfyUI/compare/8115a78...577de83)
4+
- [Updated ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/compare/ddb9667...e63938b)
5+
- [Updated ComfyUI_BiRefNet_ll](https://github.com/lldacing/ComfyUI_BiRefNet_ll/compare/617827c...2e16e4b)
6+
- [Updated rgthree-comfy](https://github.com/rgthree/rgthree-comfy/compare/5dc5332...6c5f7c9)
7+
- [Updated comfyui_jankhidiffusion](https://github.com/blepping/comfyui_jankhidiffusion/compare/54d60e0...8de02bc)
8+
- [Updated ComfyUI-Frame-Interpolation](https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/compare/7578205...a969c01)
9+
- [Updated ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes/compare/c3dc821...bec4225)
10+
- [Updated was-node-suite-comfyui](https://github.com/WASasquatch/was-node-suite-comfyui/compare/831199b...1cd8d30)
11+
- [Updated ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/compare/ba22ba1...aac13aa)
12+
- [Updated ComfyUI_UltimateSDUpscale](https://github.com/ssitu/ComfyUI_UltimateSDUpscale/compare/778a475...4ab93ca)
13+
114
## 2025-04-28
215

316
New weights:

ComfyUI

Submodule ComfyUI updated 100 files

custom_nodes.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"repo": "https://github.com/ssitu/ComfyUI_UltimateSDUpscale",
57-
"commit": "778a475"
57+
"commit": "4ab93ca"
5858
},
5959
{
6060
"repo": "https://github.com/cubiq/ComfyUI_essentials",
@@ -66,7 +66,7 @@
6666
},
6767
{
6868
"repo": "https://github.com/pythongosssss/ComfyUI-Custom-Scripts",
69-
"commit": "ba22ba1"
69+
"commit": "aac13aa"
7070
},
7171
{
7272
"repo": "https://github.com/BadCafeCode/masquerade-nodes-comfyui",
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"repo": "https://github.com/WASasquatch/was-node-suite-comfyui",
85-
"commit": "831199b"
85+
"commit": "1cd8d30"
8686
},
8787
{
8888
"repo": "https://github.com/fofr/comfyui_segment_anything",
@@ -102,11 +102,11 @@
102102
},
103103
{
104104
"repo": "https://github.com/kijai/ComfyUI-KJNodes",
105-
"commit": "c3dc821"
105+
"commit": "bec4225"
106106
},
107107
{
108108
"repo": "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation",
109-
"commit": "7578205"
109+
"commit": "a969c01"
110110
},
111111
{
112112
"repo": "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler",
@@ -126,15 +126,15 @@
126126
},
127127
{
128128
"repo": "https://github.com/blepping/comfyui_jankhidiffusion",
129-
"commit": "54d60e0"
129+
"commit": "8de02bc"
130130
},
131131
{
132132
"repo": "https://github.com/TheMistoAI/ComfyUI-Anyline",
133133
"commit": "1ec3d61"
134134
},
135135
{
136136
"repo": "https://github.com/rgthree/rgthree-comfy",
137-
"commit": "5dc5332"
137+
"commit": "6c5f7c9"
138138
},
139139
{
140140
"repo": "https://github.com/fofr/comfyui-prompter-fofrai",
@@ -248,7 +248,7 @@
248248
},
249249
{
250250
"repo": "https://github.com/lldacing/ComfyUI_BiRefNet_ll",
251-
"commit": "617827c"
251+
"commit": "2e16e4b"
252252
},
253253
{
254254
"repo": "https://github.com/kijai/ComfyUI-DepthAnythingV2",
@@ -260,7 +260,7 @@
260260
},
261261
{
262262
"repo": "https://github.com/Lightricks/ComfyUI-LTXVideo",
263-
"commit": "ddb9667"
263+
"commit": "e63938b"
264264
},
265265
{
266266
"repo": "https://github.com/ostris/ComfyUI-Advanced-Vision",

requirements.txt

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,29 @@ soundfile
1919
kornia>=0.7.1
2020
websocket-client==1.6.3
2121
diffusers>=0.31.0
22-
av>=14.1.0
23-
comfyui-frontend-package==1.17.11
24-
comfyui-workflow-templates==0.1.3
25-
26-
# ComfyUI-AdvancedLivePortrait
22+
av>=14.2.0
23+
comfyui-frontend-package==1.18.10
24+
comfyui-workflow-templates==0.1.14
2725
dill
28-
29-
# Inspire
3026
webcolors
31-
32-
# fix for pydantic issues in cog
33-
# https://github.com/replicate/cog/issues/1623
34-
albumentations==1.4.3
35-
36-
# was-node-suite-comfyui
37-
# https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/requirements.txt
27+
albumentations
28+
pydantic~=2.0
3829
cmake
3930
imageio
4031
joblib
4132
matplotlib
4233
pilgram
4334
scikit-learn
4435
rembg
45-
46-
# ComfyUI_essentials
4736
numba
48-
49-
# ComfyUI_FizzNodes
5037
pandas
5138
numexpr
52-
53-
# comfyui-reactor-node
5439
insightface
5540
onnx
56-
57-
# ComfyUI-Impact-Pack
5841
segment-anything
5942
piexif
60-
61-
# ComfyUI-Impact-Subpack
6243
ultralytics!=8.0.177
63-
64-
# comfyui_segment_anything
6544
timm
66-
67-
# comfyui_controlnet_aux
68-
# https://github.com/Fannovel16/comfyui_controlnet_aux/blob/main/requirements.txt
6945
importlib_metadata
7046
opencv-python-headless>=4.0.1.24
7147
filelock
@@ -81,20 +57,10 @@ ftfy
8157
addict
8258
yacs
8359
trimesh[easy]
84-
85-
# ComfyUI-KJNodes
8660
librosa
8761
color-matcher
88-
89-
# PuLID
9062
facexlib
91-
92-
# SUPIR
9363
open-clip-torch>=2.24.0
9464
pytorch-lightning>=2.2.1
95-
96-
# For train.py and custom loras
9765
huggingface_hub[hf-transfer]
98-
99-
# ComfyUI-segment-anything-2
10066
iopath

0 commit comments

Comments
 (0)