NodesMap disappeared from menu
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
NodesMap in the side menu
### Actual Behavior
The ModesMap icon is missing. Can't call the map
### Steps to Reproduce
Update the latest version
### Debug Logs
```powershell
## ComfyUI-Manager: installing dependencies done.
[2025-09-15 14:47:01.414] ** ComfyUI startup time: 2025-09-15 14:47:01.414
[2025-09-15 14:47:01.414] ** Platform: Windows
[2025-09-15 14:47:01.414] ** Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
[2025-09-15 14:47:01.415] ** Python executable: D:\ComfyUI\.venv\Scripts\python.exe
[2025-09-15 14:47:01.415] ** ComfyUI Path: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
[2025-09-15 14:47:01.415] ** ComfyUI Base Folder Path: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
[2025-09-15 14:47:01.415] ** User directory: D:\ComfyUI\user
[2025-09-15 14:47:01.415] ** ComfyUI-Manager config path: D:\ComfyUI\user\default\ComfyUI-Manager\config.ini
[2025-09-15 14:47:01.456] ** Log path: D:\ComfyUI\user\comfyui.log
[2025-09-15 14:47:02.424] [START] Security scan
[2025-09-15 14:47:03.355] [DONE] Security scan
[2025-09-15 14:47:03.356] [ComfyUI-Manager] Logging failed: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\ComfyUI\\user\\comfyui_8000.log' -> 'D:\\ComfyUI\\user\\comfyui_8000.prev.log'
[2025-09-15 14:47:03.356] ## ComfyUI-Manager: installing dependencies done.
[2025-09-15 14:47:03.356] ** ComfyUI startup time: 2025-09-15 14:47:03.356
[2025-09-15 14:47:03.356] ** Platform: Windows
[2025-09-15 14:47:03.356] ** Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
[2025-09-15 14:47:03.356] ** Python executable: D:\ComfyUI\.venv\Scripts\python.exe
[2025-09-15 14:47:03.356] ** ComfyUI Path: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
[2025-09-15 14:47:03.356] ** ComfyUI Base Folder Path: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
[2025-09-15 14:47:03.356] ** User directory: D:\ComfyUI\user
[2025-09-15 14:47:03.356] ** ComfyUI-Manager config path: D:\ComfyUI\user\default\ComfyUI-Manager\config.ini
[2025-09-15 14:47:03.356] ** Log path: D:\ComfyUI\user\comfyui.log
Prestartup times for custom nodes:
[2025-09-15 14:47:04.331] 1.9 seconds: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
[2025-09-15 14:47:04.331]
[2025-09-15 14:47:05.440] Checkpoint files will always be loaded safely.
[2025-09-15 14:47:05.561] Total VRAM 8192 MB, total RAM 65256 MB
[2025-09-15 14:47:05.561] pytorch version: 2.8.0.dev20250627+cu128
[2025-09-15 14:47:05.562] Set vram state to: NORMAL_VRAM
[2025-09-15 14:47:05.562] Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync
[2025-09-15 14:47:06.445] Using pytorch attention
[2025-09-15 14:47:07.423] Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
[2025-09-15 14:47:07.423] ComfyUI version: 0.3.59
[2025-09-15 14:47:07.446] [Prompt Server] web root: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app
[2025-09-15 14:47:08.257]
[2025-09-15 14:47:08.257]
[2025-09-15 14:47:08.257] πΆ[38;5;229mChaosaiart: visit our Discord. https://chaosaiart.com/discord[0m
[2025-09-15 14:47:08.257]
[2025-09-15 14:47:08.257]
[2025-09-15 14:47:08.673] Traceback (most recent call last):
File "C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2129, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\__init__.py", line 11, in
from .nodes import nodes
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\nodes\__init__.py", line 1, in
from .bark import nodes as bark_nodes
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\nodes\bark\__init__.py", line 1, in
from .bark_loader import nodes as loader_nodes
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\nodes\bark\bark_loader.py", line 18, in
from ...lib.bark.hubert.hubert_manager import HuBERTManager
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\lib\bark\__init__.py", line 1, in
from .api import generate_audio, text_to_semantic, semantic_to_waveform, save_as_prompt
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\lib\bark\api.py", line 5, in
from .generation import codec_decode, generate_coarse, generate_fine, generate_text_semantic
File "D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes\lib\bark\generation.py", line 6, in
from encodec import EncodecModel
ModuleNotFoundError: No module named 'encodec'
[2025-09-15 14:47:08.673] Cannot import D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes module for custom nodes: No module named 'encodec'
[2025-09-15 14:47:08.688] [Crystools [0;32mINFO[0m] Crystools version: 1.27.3
[2025-09-15 14:47:08.713] [Crystools [0;32mINFO[0m] Platform release: 11
[2025-09-15 14:47:08.713] [Crystools [0;32mINFO[0m] JETSON: Not detected.
[2025-09-15 14:47:08.714] [Crystools [0;32mINFO[0m] CPU: 12th Gen Intel(R) Core(TM) i7-12700F - Arch: AMD64 - OS: Windows 11
[2025-09-15 14:47:08.721] [Crystools [0;32mINFO[0m] pynvml (NVIDIA) initialized.
[2025-09-15 14:47:08.721] [Crystools [0;32mINFO[0m] GPU/s:
[2025-09-15 14:47:08.741] [Crystools [0;32mINFO[0m] 0) NVIDIA GeForce RTX 3070
[2025-09-15 14:47:08.741] [Crystools [0;32mINFO[0m] NVIDIA Driver: 576.52
[2025-09-15 14:47:10.100] [34m[ComfyUI-Easy-Use] server: [0mv1.3.3 [92mLoaded[0m
[2025-09-15 14:47:10.100] [34m[ComfyUI-Easy-Use] web root: [0mD:\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 [92mLoaded[0m
[2025-09-15 14:47:10.421] ComfyUI-GGUF: Allowing full torch compile (nightly)
[2025-09-15 14:47:10.425] ### Loading: ComfyUI-Impact-Pack (V8.22.2)
[2025-09-15 14:47:10.552] [Impact Pack] Wildcards loading done.
[2025-09-15 14:47:10.554] ### Loading: ComfyUI-Inspire-Pack (V1.21)
[2025-09-15 14:47:10.821] ### Loading: ComfyUI-Manager (V3.35)
[2025-09-15 14:47:10.821] [ComfyUI-Manager] network_mode: public
[2025-09-15 14:47:10.821] ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
[2025-09-15 14:47:10.847] [MultiGPU Initialization] Logger initialized with level: INFO
[2025-09-15 14:47:10.847] [MultiGPU Core Patching] Patching mm.get_torch_device, mm.text_encoder_device, and mm.text_encoder_initial_device
[2025-09-15 14:47:10.851] [MultiGPU_Device_Utils] Device list initialized: ['cpu', 'cuda:0']
[2025-09-15 14:47:10.854] [MultiGPU] Initiating custom_node Registration. . .
[2025-09-15 14:47:10.854] -----------------------------------------------
[2025-09-15 14:47:10.854] custom_node Found Nodes
[2025-09-15 14:47:10.855] -----------------------------------------------
[2025-09-15 14:47:10.856] ComfyUI-LTXVideo N 0
[2025-09-15 14:47:10.856] ComfyUI-Florence2 Y 2
[2025-09-15 14:47:10.856] ComfyUI_bitsandbytes_NF4 N 0
[2025-09-15 14:47:10.857] x-flux-comfyui N 0
[2025-09-15 14:47:10.857] ComfyUI-MMAudio N 0
[2025-09-15 14:47:10.857] ComfyUI-GGUF Y 18
[2025-09-15 14:47:10.858] PuLID_ComfyUI N 0
[2025-09-15 14:47:10.858] ComfyUI-HunyuanVideoWrapper N 0
[2025-09-15 14:47:10.859] ComfyUI-WanVideoWrapper Y 8
[2025-09-15 14:47:10.859] -----------------------------------------------
[2025-09-15 14:47:10.859] [MultiGPU] Registration complete. Final mappings: DeviceSelectorMultiGPU, HunyuanVideoEmbeddingsAdapter, CheckpointLoaderAdvancedMultiGPU, CheckpointLoaderAdvancedDisTorch2MultiGPU, UNETLoaderMultiGPU, VAELoaderMultiGPU, CLIPLoaderMultiGPU, DualCLIPLoaderMultiGPU, TripleCLIPLoaderMultiGPU, QuadrupleCLIPLoaderMultiGPU, CLIPVisionLoaderMultiGPU, CheckpointLoaderSimpleMultiGPU, ControlNetLoaderMultiGPU, DiffusersLoaderMultiGPU, DiffControlNetLoaderMultiGPU, UNETLoaderDisTorch2MultiGPU, VAELoaderDisTorch2MultiGPU, CLIPLoaderDisTorch2MultiGPU, DualCLIPLoaderDisTorch2MultiGPU, TripleCLIPLoaderDisTorch2MultiGPU, QuadrupleCLIPLoaderDisTorch2MultiGPU, CLIPVisionLoaderDisTorch2MultiGPU, CheckpointLoaderSimpleDisTorch2MultiGPU, ControlNetLoaderDisTorch2MultiGPU, DiffusersLoaderDisTorch2MultiGPU, DiffControlNetLoaderDisTorch2MultiGPU, Florence2ModelLoaderMultiGPU, DownloadAndLoadFlorence2ModelMultiGPU, UnetLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFAdvancedDisTorchMultiGPU, CLIPLoaderGGUFDisTorchMultiGPU, DualCLIPLoaderGGUFDisTorchMultiGPU, TripleCLIPLoaderGGUFDisTorchMultiGPU, QuadrupleCLIPLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFAdvancedDisTorch2MultiGPU, CLIPLoaderGGUFDisTorch2MultiGPU, DualCLIPLoaderGGUFDisTorch2MultiGPU, TripleCLIPLoaderGGUFDisTorch2MultiGPU, QuadrupleCLIPLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFMultiGPU, UnetLoaderGGUFAdvancedMultiGPU, CLIPLoaderGGUFMultiGPU, DualCLIPLoaderGGUFMultiGPU, TripleCLIPLoaderGGUFMultiGPU, QuadrupleCLIPLoaderGGUFMultiGPU, WanVideoModelLoaderMultiGPU, WanVideoModelLoaderMultiGPU_2, WanVideoVAELoaderMultiGPU, LoadWanVideoT5TextEncoderMultiGPU, LoadWanVideoClipTextEncoderMultiGPU, WanVideoTextEncodeMultiGPU, WanVideoBlockSwapMultiGPU, WanVideoSamplerMultiGPU
[2025-09-15 14:47:10.866] Skip D:\ComfyUI\custom_nodes\ComfyUI-SaveQueues module for custom nodes due to the lack of NODE_CLASS_MAPPINGS or NODES_LIST (need one).
[2025-09-15 14:47:10.950] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2025-09-15 14:47:10.966] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2025-09-15 14:47:11.015] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[2025-09-15 14:47:11.062] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2025-09-15 14:47:11.092] [[94mComfyUI-Upscaler-Tensorrt[0m|[92mINFO[0m] - [92mSuccessfully loaded configuration from load_upscaler_config.json[0m
[2025-09-15 14:47:11.099] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2025-09-15 14:47:11.170] Initializing ComfyUI-VideoUpscale_WithModel
[2025-09-15 14:47:11.170] Note: Progress bar initialization failed: cannot import name 'init_comfyui_progress' from 'D:\\ComfyUI\\custom_nodes\\ComfyUI-VideoUpscale_WithModel.video_upscale_model' (D:\ComfyUI\custom_nodes\ComfyUI-VideoUpscale_WithModel\video_upscale_model.py)
[2025-09-15 14:47:11.251] FantasyPortrait nodes not available due to error in importing them: No module named 'onnx'
[2025-09-15 14:47:11.277] ------------------------------------------
[2025-09-15 14:47:11.277] [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m
[2025-09-15 14:47:11.278] ------------------------------------------
[2025-09-15 14:47:11.278] ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
[2025-09-15 14:47:11.278] ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
[2025-09-15 14:47:11.278] ------------------------------------------
[2025-09-15 14:47:11.283] [36;20m[D:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
[2025-09-15 14:47:11.283] [36;20m[D:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
[2025-09-15 14:47:11.283] [36;20m[D:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
[2025-09-15 14:47:11.298] DWPose: Onnxruntime with acceleration providers detected
[2025-09-15 14:47:11.320] [34mIb Custom Nodes: [92mLoaded[0m
[2025-09-15 14:47:12.226] [Queue Manager] Queue status: not paused
[2025-09-15 14:47:12.343]
[32mInitializing ControlAltAI Nodes[0m
[2025-09-15 14:47:12.931] 2025-09-15 14:47:12.929 | WARNING | jovimetrix.core.utility.io::63 - no gifski support
[2025-09-15 14:47:12.931] 2025-09-15 14:47:12.929 | WARNING | jovimetrix.core.utility.io::63 - no gifski support
[2025-09-15 14:47:12.931] 2025-09-15 14:47:12.929 | WARNING | jovimetrix.core.utility.io::63 - no gifski support
[2025-09-15 14:47:12.931] 2025-09-15 14:47:12.931 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.933] 2025-09-15 14:47:12.931 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.933] 2025-09-15 14:47:12.931 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.933] 2025-09-15 14:47:12.933 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.934] 2025-09-15 14:47:12.933 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.934] 2025-09-15 14:47:12.933 | INFO | cozy_comfyui.node:loader:135 - JOVIMETRIX 53 nodes loaded
[2025-09-15 14:47:12.944] Warning: OpenAI API key not found. Skipping OpenAI models.
[2025-09-15 14:47:12.944] [92mPolymath loaded these models: [0m [38;5;99m['GPT Image 1', 'Claude 3.7 Sonnet', 'Claude 3.5 Sonnet', 'Grok 2 Vision', 'Grok 2 Image', 'Grok 2', 'Grok 3 Mini', 'Grok 3', 'Deepseek Chat', 'Deepseek Reasoner', 'Gemini 2.5 Pro Preview', 'Gemini 2.5 Flash Image Preview', 'Gemini 2.0 Flash Image Generation', 'Gemini 2.0 Flash', 'Gemini 1.5 Flash', 'Imagen 3', 'Ollama: gpt-oss 20b', 'Ollama: gemma3 4b', 'Ollama: gemma3 27b', 'Ollama: qwen3 8b', 'Ollama: gemma3 12b', 'Ollama: ModelR1 latest', 'Ollama: deepseek-r1 14b', 'Ollama: deepseek-r1 1.5b', 'Ollama: deepseek-r1 7b', 'Ollama: mistral latest', 'Ollama: llama3 latest', 'Ollama: wizardcoder latest', 'Ollama: starcoder 7b', 'Ollama: wizard-vicuna-uncensored latest', 'Ollama: dolphin-mixtral latest', 'Ollama: llama2-uncensored latest', 'Ollama: llama2 latest'][0m
[2025-09-15 14:47:12.969] [92m
Polymath is brought to you by
_ _ _ _
(β)(β) _ _ _ _ _ _ _(β)(β)_ _ _ _ _
(β) (β) (β) (β)(β)_(β)(β) (β) _(β) (β)(β)_ (β)(β)
(β) (β) (β) (β) (β) (β) (β)(β)(β) (β)(β) (β)
_ (β) _(β)_ _(β)_ (β) (β) (β)(β)_ _(β) (β)_ _(β)(β) (β)
(β)(β)(β) (β)(β) (β)(β) (β) (β) (β)(β) (β)(β) (β) (β)
[0m
[2025-09-15 14:47:13.040] Using pytorch attention
[2025-09-15 14:47:13.054] (RES4LYF) Init
[2025-09-15 14:47:13.054] (RES4LYF) Importing beta samplers.
[2025-09-15 14:47:13.069] (RES4LYF) Importing legacy samplers.
[2025-09-15 14:47:13.088]
[2025-09-15 14:47:13.088] [92m[rgthree-comfy] Loaded 48 epic nodes. π[0m
[2025-09-15 14:47:13.088]
[2025-09-15 14:47:13.540] [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m
[2025-09-15 14:47:13.540] [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `D:\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m
[2025-09-15 14:47:13.969] [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m217[0m [32mnodes successfully.[0m
[2025-09-15 14:47:13.969]
[3m[93m"Art is the lie that enables us to realize the truth."[0m[3m - Pablo Picasso[0m
[2025-09-15 14:47:13.969]
[2025-09-15 14:47:14.405] [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m
[2025-09-15 14:47:14.406] [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `D:\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m
[2025-09-15 14:47:14.537] FETCH ComfyRegistry Data: 5/97
[2025-09-15 14:47:14.839] [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m220[0m [32mnodes successfully.[0m
[2025-09-15 14:47:14.839]
[3m[93m"Don't be afraid to give up the good to go for the great."[0m[3m - John D. Rockefeller[0m
[2025-09-15 14:47:14.839]
[2025-09-15 14:47:14.845]
Import times for custom nodes:
[2025-09-15 14:47:14.846] 0.0 seconds (IMPORT FAILED): D:\ComfyUI\custom_nodes\ComfyUI-SaveQueues
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\paint_editor
[2025-09-15 14:47:14.846] 0.0 seconds: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\websocket_image_save.py
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\multi-lora-stack
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-VideoUpscale_WithModel
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-WanMoeKSampler
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-node-int-to-string-convertor
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-logic
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Regex-Runner
[2025-09-15 14:47:14.846] 0.0 seconds: C:\Users\root\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-PixelResolutionCalculator
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_Ib_CustomNodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_yanc
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-filepathcreator
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_stringessentials
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-GGUF
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ControlFlowUtils
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_ipadapter_plus
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_HavocsCall_Custom_Nodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\mikey_nodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_essentials
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-custom-scripts
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-frame-interpolation
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-dirgir
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-kjnodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\controlaltai-nodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_queue_manager
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\rgthree-comfy
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-videodircombiner
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-multigpu
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_vace_preprocessors
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui_controlnet_aux
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\chaosaiart-nodes
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\llm_polymath
[2025-09-15 14:47:14.846] 0.0 seconds: D:\ComfyUI\custom_nodes\comfyui-inspire-pack
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\comfyui-videohelpersuite
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Crystools
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI_StringOps
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\RES4LYF
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\comfyui-logicutils
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\comfyui-levelpixel
[2025-09-15 14:47:14.846] 0.1 seconds: D:\ComfyUI\custom_nodes\comfyui-impact-pack
[2025-09-15 14:47:14.847] 0.2 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Upscaler-Tensorrt
[2025-09-15 14:47:14.847] 0.3 seconds: D:\ComfyUI\custom_nodes\comfyui-florence2
[2025-09-15 14:47:14.847] 0.4 seconds (IMPORT FAILED): D:\ComfyUI\custom_nodes\ComfyUI-audio-nodes
[2025-09-15 14:47:14.847] 0.6 seconds: D:\ComfyUI\custom_nodes\jovimetrix
[2025-09-15 14:47:14.847] 0.9 seconds: D:\ComfyUI\custom_nodes\was-ns
[2025-09-15 14:47:14.847] 0.9 seconds: D:\ComfyUI\custom_nodes\comfyui_layerstyle
[2025-09-15 14:47:14.847] 0.9 seconds: D:\ComfyUI\custom_nodes\was-node-suite-comfyui
[2025-09-15 14:47:14.847] 1.3 seconds: D:\ComfyUI\custom_nodes\comfyui-easy-use
[2025-09-15 14:47:14.847]
[2025-09-15 14:47:15.076] Context impl SQLiteImpl.
[2025-09-15 14:47:15.076] Will assume non-transactional DDL.
[2025-09-15 14:47:15.077] No target revision found.
[2025-09-15 14:47:15.096] Starting server
[2025-09-15 14:47:15.096] [Queue Manager] Task counter set to 1
[2025-09-15 14:47:15.096] To see the GUI go to: http://127.0.0.1:8000
[2025-09-15 14:47:16.893] comfyui-frontend-package not found in requirements.txt
[2025-09-15 14:47:17.436] comfyui-frontend-package not found in requirements.txt
[2025-09-15 14:47:18.407] FETCH ComfyRegistry Data: 10/97
[2025-09-15 14:47:22.710] FETCH ComfyRegistry Data: 15/97
[2025-09-15 14:47:27.329] FETCH ComfyRegistry Data: 20/97
[2025-09-15 14:47:33.079] FETCH ComfyRegistry Data: 25/97
[2025-09-15 14:47:36.699] FETCH ComfyRegistry Data: 30/97
[2025-09-15 14:47:42.477] FETCH ComfyRegistry Data: 35/97
[2025-09-15 14:47:46.191] FETCH ComfyRegistry Data: 40/97
[2025-09-15 14:47:49.991] FETCH ComfyRegistry Data: 45/97
```
### Other
_No response_
Contributor guide
Research direction
Reproduce the missing side-menu map after updating ComfyUI and disabling custom nodes, using the supplied startup logs as context. The report names nodes.py, but does not identify the menu source or a test; trace the menu entry from the frontend and verify that the NodesMap icon is present and opens the map.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100