-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Open
Labels
Potential BugUser is reporting a bug. This should be tested.User is reporting a bug. This should be tested.
Description
Custom Node Testing
- I have tried disabling custom nodes and the issue persists (see how to disable custom nodes if you need help)
Expected Behavior
The primitive node is working correctly, and the connection point is yellow.
Actual Behavior
Modifying the primitive node did not affect the connected nodes; the connection points are shown in grey.
Steps to Reproduce
Use the official SDXL Simple Example template.
Debug Logs
Adding extra search path checkpoints C:\sd-web-ui\stable-diffusion-webui\models\Stable-diffusion
Adding extra search path configs C:\sd-web-ui\stable-diffusion-webui\models\Stable-diffusion
Adding extra search path vae C:\sd-web-ui\stable-diffusion-webui\models\VAE
Adding extra search path loras C:\sd-web-ui\stable-diffusion-webui\models\Lora
Adding extra search path loras C:\sd-web-ui\stable-diffusion-webui\models\LyCORIS
Adding extra search path upscale_models C:\sd-web-ui\stable-diffusion-webui\models\ESRGAN
Adding extra search path upscale_models C:\sd-web-ui\stable-diffusion-webui\models\RealESRGAN
Adding extra search path upscale_models C:\sd-web-ui\stable-diffusion-webui\models\SwinIR
Adding extra search path embeddings C:\sd-web-ui\stable-diffusion-webui\embeddings
Adding extra search path hypernetworks C:\sd-web-ui\stable-diffusion-webui\models\hypernetworks
Adding extra search path controlnet C:\sd-web-ui\stable-diffusion-webui\models\ControlNet
Adding extra search path custom_nodes C:\Users\Administrator\Documents\ComfyUI\custom_nodes
Adding extra search path download_model_base C:\Users\Administrator\Documents\ComfyUI\models
Adding extra search path custom_nodes C:\ComfyUI_windows_portable\resources\ComfyUI\custom_nodes
Setting output directory to: C:\Users\Administrator\Documents\ComfyUI\output
Setting input directory to: C:\Users\Administrator\Documents\ComfyUI\input
Setting user directory to: C:\Users\Administrator\Documents\ComfyUI\user
[START] Security scan
[DONE] Security scan
** ComfyUI startup time: 2025-12-24 11:01:11.926
** Platform: Windows
** Python version: 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
** Python executable: C:\Users\Administrator\Documents\ComfyUI\.venv\Scripts\python.exe
** ComfyUI Path: C:\ComfyUI_windows_portable\resources\ComfyUI
** ComfyUI Base Folder Path: C:\ComfyUI_windows_portable\resources\ComfyUI
** User directory: C:\Users\Administrator\Documents\ComfyUI\user
** ComfyUI-Manager config path: C:\Users\Administrator\Documents\ComfyUI\user\__manager\config.ini
** Log path: C:\Users\Administrator\Documents\ComfyUI\user\comfyui.log
[ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
[PRE] ComfyUI-Manager
Checkpoint files will always be loaded safely.
Total VRAM 22528 MB, total RAM 32614 MB
pytorch version: 2.8.0+cu129
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
Using async weight offloading with 2 streams
Enabled pinned memory 14676.0
Using pytorch attention
Python version: 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
ComfyUI version: 0.5.0
[Prompt Server] web root: C:\ComfyUI_windows_portable\resources\ComfyUI\web_custom_versions\desktop_app
[START] ComfyUI-Manager
[ComfyUI-Manager] network_mode: public
[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.
[ComfyUI-Manager] The matrix sharing feature has been disabled because the `matrix-nio` dependency is not installed.
To use this feature, please run the following command:
C:\Users\Administrator\Documents\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio
Total VRAM 22528 MB, total RAM 32614 MB
pytorch version: 2.8.0+cu129
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
Using async weight offloading with 2 streams
Enabled pinned memory 14676.0
Import times for custom nodes:
0.0 seconds: C:\ComfyUI_windows_portable\resources\ComfyUI\custom_nodes\websocket_image_save.py
Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/20/e3q8)
Starting server
To see the GUI go to: http://127.0.0.1:8001
comfyui-frontend-package not found in requirements.txt
FETCH ComfyRegistry Data: 5/115
FETCH ComfyRegistry Data: 10/115
FETCH ComfyRegistry Data: 15/115
FETCH ComfyRegistry Data: 20/115
FETCH ComfyRegistry Data: 25/115
FETCH ComfyRegistry Data: 30/115
FETCH ComfyRegistry Data: 35/115
FETCH ComfyRegistry Data: 40/115
FETCH ComfyRegistry Data: 45/115
FETCH ComfyRegistry Data: 50/115
FETCH ComfyRegistry Data: 55/115
FETCH ComfyRegistry Data: 60/115
FETCH ComfyRegistry Data: 65/115
FETCH ComfyRegistry Data: 70/115
FETCH ComfyRegistry Data: 75/115
FETCH ComfyRegistry Data: 80/115
FETCH ComfyRegistry Data: 85/115
FETCH ComfyRegistry Data: 90/115
FETCH ComfyRegistry Data: 95/115
FETCH ComfyRegistry Data: 100/115
FETCH ComfyRegistry Data: 105/115
FETCH ComfyRegistry Data: 110/115
FETCH ComfyRegistry Data: 115/115
FETCH ComfyRegistry Data [DONE]
[ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
FETCH DATA from: C:\Users\Administrator\Documents\ComfyUI\user\__manager\cache\1514988643_custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.Other
I previously installed the portable version of ComfyUI and encountered this problem when using primitive nodes. So I installed the desktop version, which worked fine at first, but then it started showing this issue after a short time. The join point on the right side of the primitive node, which was originally yellow, has now turned gray.
The only custom node I installed is ComfyUI-Lora-Manager. I've tried disabling all custom nodes, but the problem persists.
Metadata
Metadata
Assignees
Labels
Potential BugUser is reporting a bug. This should be tested.User is reporting a bug. This should be tested.