Compare commits

...

7 Commits

Author SHA1 Message Date
zong.xiangrui
5cf352d713
Merge 7baa544d10 into 4f5bd39b1c 2026-01-28 01:59:42 +01:00
comfyanonymous
4f5bd39b1c
Update Python 3.14 compatibility notes in README (#12127)
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
2026-01-27 19:58:48 -05:00
zong.xiangrui
7baa544d10
Merge branch 'master' into master 2026-01-22 10:59:44 +08:00
zong.xiangrui
ba98b43b7f
Merge branch 'master' into master 2026-01-19 14:26:29 +08:00
zong.xiangrui
97a00f0065
Merge branch 'master' into master 2026-01-18 11:33:35 +08:00
zong.xiangrui
16dd721cd6
Merge branch 'master' into master 2026-01-18 11:04:08 +08:00
zong.xiangrui
aa0dbc4b19 Update dependency versions in requirements.txt
Specified minimum versions for torch, SQLAlchemy, pydantic, and pydantic-settings to ensure compatibility and stability. This helps prevent issues with incompatible or outdated package versions.
2026-01-15 20:59:28 +08:00
2 changed files with 5 additions and 5 deletions

View File

@ -208,7 +208,7 @@ comfy install
## Manual Install (Windows, Linux)
Python 3.14 works but you may encounter issues with the torch compile node. The free threaded variant is still missing some dependencies.
Python 3.14 works but some custom nodes may have issues. The free threaded variant works but some dependencies will enable the GIL so it's not fully supported.
Python 3.13 is very well supported. If you have trouble with some custom node dependencies on 3.13 you can try 3.12

View File

@ -1,7 +1,7 @@
comfyui-frontend-package==1.37.11
comfyui-workflow-templates==0.8.24
comfyui-embedded-docs==0.4.0
torch
torch>=2.4.0
torchsde
torchvision
torchaudio
@ -19,7 +19,7 @@ scipy
tqdm
psutil
alembic
SQLAlchemy
SQLAlchemy>=2.0.0
av>=14.2.0
comfy-kitchen>=0.2.7
requests
@ -27,5 +27,5 @@ requests
#non essential dependencies:
kornia>=0.7.1
spandrel
pydantic~=2.0
pydantic-settings~=2.0
pydantic>=2.10.0
pydantic-settings>=2.10.0