ComfyUI/.github/workflows
Sasbom 0ef5557d6a Add QOL feature for changing the custom nodes folder location through cli args.
bugfix: fix typo in apply_directory for custom_nodes_directory

allow for PATH style ';' delimited custom_node directories.

change delimiter type for seperate folders per platform.

feat(API-nodes): move Rodin3D nodes to new client; removed old api client.py (#10645)

Fix qwen controlnet regression. (#10657)

Enable pinned memory by default on Nvidia. (#10656)

Removed the --fast pinned_memory flag.

You can use --disable-pinned-memory to disable it. Please report if it
causes any issues.

Pinned mem also seems to work on AMD. (#10658)

Remove environment variable.

Removed environment variable fallback for custom nodes directory.

Update documentation for custom nodes directory

Clarified documentation on custom nodes directory argument, removed documentation on environment variable

Clarify release cycle. (#10667)

Tell users they need to upload their logs in bug reports. (#10671)

mm: guard against double pin and unpin explicitly (#10672)

As commented, if you let cuda be the one to detect double pin/unpinning
it actually creates an asyc GPU error.

Only unpin tensor if it was pinned by ComfyUI (#10677)

Make ScaleROPE node work on Flux. (#10686)

Add logging for model unloading. (#10692)

Unload weights if vram usage goes up between runs. (#10690)

ops: Put weight cast on the offload stream (#10697)

This needs to be on the offload stream. This reproduced a black screen
with low resolution images on a slow bus when using FP8.

Update CI workflow to remove dead macOS runner. (#10704)

* Update CI workflow to remove dead macOS runner.

* revert

* revert

Don't pin tensor if not a torch.nn.parameter.Parameter (#10718)

Update README.md for Intel Arc GPU installation, remove IPEX (#10729)

IPEX is no longer needed for Intel Arc GPUs.  Removing instruction to setup ipex.

mm/mp: always unload re-used but modified models (#10724)

The partial unloader path in model re-use flow skips straight to the
actual unload without any check of the patching UUID. This means that
if you do an upscale flow with a model patch on an existing model, it
will not apply your patchings.

Fix by delaying the partial_unload until after the uuid checks. This
is done by making partial_unload a model of partial_load where extra_mem
is -ve.

qwen: reduce VRAM usage (#10725)

Clean up a bunch of stacked and no-longer-needed tensors on the QWEN
VRAM peak (currently FFN).

With this I go from OOMing at B=37x1328x1328 to being able to
succesfully run B=47 (RTX5090).

 Update Python 3.14 compatibility notes in README  (#10730)

Quantized Ops fixes (#10715)

* offload support, bug fixes, remove mixins

* add readme

add PR template for API-Nodes (#10736)

feat: add create_time dict to prompt field in /history and /queue (#10741)

flux: reduce VRAM usage (#10737)

Cleanup a bunch of stack tensors on Flux. This take me from B=19 to B=22
for 1600x1600 on RTX5090.

Better instructions for the portable. (#10743)

Use same code for chroma and flux blocks so that optimizations are shared. (#10746)

Fix custom nodes import error. (#10747)

This should fix the import errors but will break if the custom nodes actually try to use the class.

revert import reordering

revert imports pt 2

Add left padding support to tokenizers. (#10753)

chore(api-nodes): mark OpenAIDalle2 and OpenAIDalle3 nodes as deprecated (#10757)

Revert "chore(api-nodes): mark OpenAIDalle2 and OpenAIDalle3 nodes as deprecated (#10757)" (#10759)

This reverts commit 9a02382568.

Change ROCm nightly install command to 7.1 (#10764)
2025-11-17 06:16:21 +01:00
..
api-node-template.yml Add QOL feature for changing the custom nodes folder location through cli args. 2025-11-17 06:16:21 +01:00
check-line-endings.yml Fix issue with line endings github workflow. (#9053) 2025-07-25 17:25:08 -04:00
pullrequest-ci-run.yml Change runner label for the new runners (#5197) 2024-10-09 20:08:57 -04:00
release-stable-all.yml Bump stable portable to cu130 python 3.13.9 (#10508) 2025-10-28 03:21:45 -04:00
release-webhook.yml build: add gh action to process releases (#8652) 2025-06-28 19:11:40 -04:00
ruff.yml feat(linter, api-nodes): add pylint for comfy_api_nodes folder (#10157) 2025-10-02 19:14:28 -04:00
stable-release.yml Make stable release workflow callable. (#10108) 2025-09-29 20:37:51 -04:00
stale-issues.yml fix typo in stale-issues (#4735) 2024-09-01 17:44:49 -04:00
test-build.yml Update the python version in some workflows. 2025-01-29 15:54:13 -05:00
test-ci.yml Add QOL feature for changing the custom nodes folder location through cli args. 2025-11-17 06:16:21 +01:00
test-execution.yml Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test-launch.yml More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
test-unit.yml Fix the failing unit test. (#10037) 2025-09-26 14:12:43 -04:00
update-api-stubs.yml More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
update-version.yml Add pyproject.toml (#6386) 2025-01-11 03:09:25 -05:00
windows_release_dependencies_manual.yml Add action to create cached deps with manually specified torch. (#10102) 2025-09-29 17:27:52 -04:00
windows_release_dependencies.yml Bump portable deps workflow to torch cu130 python 3.13.9 (#10493) 2025-10-26 20:23:01 -04:00
windows_release_nightly_pytorch.yml Different base files for nvidia and amd portables. (#10105) 2025-09-29 19:54:37 -04:00
windows_release_package.yml Different base files for nvidia and amd portables. (#10105) 2025-09-29 19:54:37 -04:00