Skip to content

Commit 5a067f5

Browse files
committed
Update ComfyUI/nodes for managed install
1 parent e5ce964 commit 5a067f5

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

ai_diffusion/resources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
# Version identifier for all the resources defined here. This is used as the server version.
1212
# It usually follows the plugin version, but not all new plugin versions also require a server update.
13-
version = "1.48.0"
13+
version = "1.49.0"
1414

1515
comfy_url = "https://github.com/comfyanonymous/ComfyUI"
16-
comfy_version = "fe52843fe55b92dedaabff684294dd7a115d2204"
16+
comfy_version = "a11f68dd3b5393b6afc37e01c91fa84963d2668a"
1717

1818

1919
class CustomNode(NamedTuple):
@@ -43,7 +43,7 @@ class CustomNode(NamedTuple):
4343
"External Tooling Nodes",
4444
"comfyui-tooling-nodes",
4545
"https://github.com/Acly/comfyui-tooling-nodes",
46-
"ed99942f861ff63af56c20f8ef4ff473e452c3c6",
46+
"7fc3df11749d9c6cbe36cc36eefb652c9ff33099",
4747
["ETN_LoadImageCache", "ETN_SaveImageCache", "ETN_Translate"],
4848
),
4949
CustomNode(
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile scripts/server_requirements.in --no-deps --no-annotate --universal --only-binary :all: --no-binary svglib --no-binary fvcore -o ai_diffusion/server_requirements.txt
3-
accelerate==1.12.0
3+
accelerate==1.13.0
44
addict==2.4.0
55
aiohttp==3.13.3
66
albumentations==2.0.8
7-
argostranslate==1.10.0
8-
av==16.1.0
9-
diffusers==0.36.0
10-
einops==0.8.1
11-
filelock==3.20.3
7+
argostranslate==1.11.0
8+
av==17.0.0
9+
diffusers==0.37.0
10+
einops==0.8.2
11+
filelock==3.25.2
1212
ftfy==6.3.1
1313
fvcore==0.1.5.post20221221
14-
gguf==0.17.1
15-
huggingface-hub==0.35.3
16-
importlib-metadata==8.7.1
14+
gguf==0.18.0
15+
huggingface-hub==1.7.2
16+
importlib-metadata==9.0.0
1717
kornia==0.8.2
1818
matplotlib==3.10.8
19-
mediapipe==0.10.31
19+
mediapipe==0.10.33
2020
numpy==1.26.4
2121
omegaconf==2.3.0
2222
opencv-python==4.11.0.86
2323
peft==0.18.1
24-
pillow==12.1.0
25-
pip==25.3
24+
pillow==12.1.1
25+
pip==26.0.1
2626
protobuf==4.25.8
27-
psutil==7.2.1
27+
psutil==7.2.2
2828
python-dateutil==2.9.0.post0
2929
pyyaml==6.0.3
3030
safetensors==0.7.0
3131
scikit-image==0.26.0
3232
scikit-learn==1.8.0
33-
scipy==1.17.0
33+
scipy==1.17.1
3434
sentencepiece==0.2.0
3535
soundfile==0.13.1
36-
spandrel==0.4.1
36+
spandrel==0.4.2
3737
stringzilla==4.6.0
3838
svglib==1.5.1
3939
tokenizers==0.22.2
4040
tomli==2.4.0
4141
torchsde==0.2.6
42-
tqdm==4.67.1
43-
transformers==4.57.6
42+
tqdm==4.67.3
43+
transformers==5.3.0
4444
yacs==0.1.8
4545
yapf==0.43.0
46-
yarl==1.22.0
46+
yarl==1.23.0

0 commit comments

Comments
 (0)