Skip to content

Conversation

@Adios
Copy link

@Adios Adios commented Dec 26, 2025

The services/comfy/extra_model_paths.yaml configuration redundantly specified the custom_nodes path, which is already mounted and linked by entrypoint.sh. This caused ComfyUI to scan the same directory twice via different paths, leading to double-loading of nodes.

This issue caused process-local memory caching failures in extensions like comfyui-tooling-nodes, where the Web API and Workflow Executor would see different instances of the cache.

Removing the explicit custom_nodes entry from the YAML configuration resolves this by ensuring nodes are loaded only once from the canonical path.

Closes issue #20

The `services/comfy/extra_model_paths.yaml` configuration redundantly specified the `custom_nodes` path, which is already mounted and linked by `entrypoint.sh`. This caused ComfyUI to scan the same directory twice via different paths, leading to double-loading of nodes.

This issue caused process-local memory caching failures in extensions like `comfyui-tooling-nodes`, where the Web API and Workflow Executor would see different instances of the cache.

Removing the explicit `custom_nodes` entry from the YAML configuration resolves this by ensuring nodes are loaded only once from the canonical path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant