Skip to content

Commit f4937a0

Browse files
Update ComfyUI dependencies to latest requirements (#604)
* Update development/core-concepts/dependencies.mdx * Update zh-CN/development/core-concepts/dependencies.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 1c8e06b commit f4937a0

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

development/core-concepts/dependencies.mdx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,19 @@ ComfyUI is a Python-based project. We build a standalone Python environment to r
3838

3939
You can view ComfyUI's current dependencies in the [requirements.txt](https://github.com/comfyanonymous/ComfyUI/blob/master/requirements.txt) file:
4040

41+
{/* Note: These are the requirements at the time of writing, not necessarily the most recently updated version. Check the GitHub link above for the latest. */}
42+
4143
```text
42-
comfyui-frontend-package==1.14.5
44+
comfyui-frontend-package==1.32.9
45+
comfyui-workflow-templates==0.7.25
46+
comfyui-embedded-docs==0.3.1
4347
torch
4448
torchsde
4549
torchvision
4650
torchaudio
4751
numpy>=1.25.0
4852
einops
49-
transformers>=4.28.1
53+
transformers>=4.50.3
5054
tokenizers>=0.13.3
5155
sentencepiece
5256
safetensors>=0.4.2
@@ -57,12 +61,15 @@ Pillow
5761
scipy
5862
tqdm
5963
psutil
64+
alembic
65+
SQLAlchemy
66+
av>=14.2.0
6067
6168
#non essential dependencies:
6269
kornia>=0.7.1
6370
spandrel
64-
soundfile
65-
av
71+
pydantic~=2.0
72+
pydantic-settings~=2.0
6673
```
6774

6875
As ComfyUI evolves, we may adjust dependencies accordingly, such as adding new dependencies or removing ones that are no longer needed.

zh-CN/development/core-concepts/dependencies.mdx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@ ComfyUI 是一个基于 Python 的项目,我们构建了一个独立的 Python
3434

3535
你可以在 ComfyUI 的 [requirements.txt](https://github.com/comfyanonymous/ComfyUI/blob/master/requirements.txt) 文件中查看 ComfyUI 当前的依赖
3636

37+
{/* 注意:这些是撰写本文时的依赖版本,不一定是最新版本。请查看上方的 GitHub 链接获取最新信息。 */}
38+
3739
```text
38-
comfyui-frontend-package==1.14.5
40+
comfyui-frontend-package==1.32.9
41+
comfyui-workflow-templates==0.7.25
42+
comfyui-embedded-docs==0.3.1
3943
torch
4044
torchsde
4145
torchvision
4246
torchaudio
4347
numpy>=1.25.0
4448
einops
45-
transformers>=4.28.1
49+
transformers>=4.50.3
4650
tokenizers>=0.13.3
4751
sentencepiece
4852
safetensors>=0.4.2
@@ -53,12 +57,15 @@ Pillow
5357
scipy
5458
tqdm
5559
psutil
60+
alembic
61+
SQLAlchemy
62+
av>=14.2.0
5663
5764
#non essential dependencies:
5865
kornia>=0.7.1
5966
spandrel
60-
soundfile
61-
av
67+
pydantic~=2.0
68+
pydantic-settings~=2.0
6269
```
6370

6471
随着 ComfyUI 的发展,我们可能也会调整相应的依赖,比如添加新的依赖,或者删除一些不再需要的依赖。

0 commit comments

Comments
 (0)