Compare commits

...

7 Commits

Author SHA1 Message Date
zong.xiangrui
cbf568d709
Merge 7baa544d10 into 7ee77ff038 2026-01-26 03:02:10 +01:00
comfyanonymous
7ee77ff038
Add name to LoraLoaderModelOnly. (#12078)
Some checks are pending
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (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
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
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.11, [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
2026-01-25 21:01:55 -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 6 additions and 5 deletions

View File

@ -2105,7 +2105,8 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"CheckpointLoader": "Load Checkpoint With Config (DEPRECATED)",
"CheckpointLoaderSimple": "Load Checkpoint",
"VAELoader": "Load VAE",
"LoraLoader": "Load LoRA",
"LoraLoader": "Load LoRA (Model and CLIP)",
"LoraLoaderModelOnly": "Load LoRA",
"CLIPLoader": "Load CLIP",
"ControlNetLoader": "Load ControlNet Model",
"DiffControlNetLoader": "Load ControlNet Model (diff)",

View File

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