Skip to content

Commit e7afec3

Browse files
update the dependency
1 parent d31f862 commit e7afec3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-openvino"
33
description = "OpenVINO node is designed for optimizing the performance of model inference in ComfyUI by leveraging Intel OpenVINO toolkits. It can support running model on Intel CPU, GPU and NPU device."
4-
version = "1.0.1"
4+
version = "1.0.2"
55
license = {file = "LICENSE"}
66

77
[project.urls]

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
openvino>=2025.1.0
1+
openvino>=2025.1.0
2+
torch>=2.2,<=2.6.0
3+
torchvision<=0.21.0
4+
torchaudio<=2.6.0

0 commit comments

Comments
 (0)