New subgraph feature errors out my workflows
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
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
Subgraphs should work
### Actual Behavior
Subgraphs throws error
Type Error: Cannot read properties of undefined (reading `calcNodeInputs`)
### Steps to Reproduce
- Open any workflow with subgraps. Like the new Wan 2.2 Sample to Video template workflow.
- Run the workflow.
- Watch the error message.
- Make the Subgraphs normal nodes again.
- Workflow now works without error
### Debug Logs
```powershell
H:\comfyui\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-08-31 12:27:46.341
** Platform: Windows
** Python version: 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]
** Python executable: H:\comfyui\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: H:\comfyui\ComfyUI_windows_portable\ComfyUI
** ComfyUI Base Folder Path: H:\comfyui\ComfyUI_windows_portable\ComfyUI
** User directory: H:\comfyui\ComfyUI_windows_portable\ComfyUI\user
** ComfyUI-Manager config path: H:\comfyui\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini
** Log path: H:\comfyui\ComfyUI_windows_portable\ComfyUI\user\comfyui.log
Prestartup times for custom nodes:
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
Checkpoint files will always be loaded safely.
Total VRAM 16380 MB, total RAM 32687 MB
pytorch version: 2.8.0+cu126
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
Using pytorch attention
Python version: 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]
ComfyUI version: 0.3.55
ComfyUI frontend version: 1.25.11
[Prompt Server] web root: H:\comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
NumExpr defaulting to 16 threads.
[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb] | INFO -> loaded 103 nodes successfuly
[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
Adding H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Loaded Efficiency nodes from H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
Could not find AdvancedControlNet nodes
Could not find AnimateDiff nodes
Could not find IPAdapter nodes
Could not find VideoHelperSuite nodes
Could not load ImpactPack nodes Could not find ImpactPack nodes
[Crystools INFO] Crystools version: 1.27.3
[Crystools INFO] Platform release: 10
[Crystools INFO] JETSON: Not detected.
[Crystools INFO] CPU: AMD Ryzen 7 5800X3D 8-Core Processor - Arch: AMD64 - OS: Windows 10
[Crystools INFO] pynvml (NVIDIA) initialized.
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 4060 Ti
[Crystools INFO] NVIDIA Driver: 572.60
ComfyUI-FreeMemory nodes loaded: Image, Latent, Model, CLIP, and String versions available.
ComfyUI-GGUF: Allowing full torch compile
Found LoRA roots:
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/loras
Found checkpoint roots:
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/checkpoints
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusers
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusion_models
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/unet
Saved folder paths to settings.json
Error installing metadata hooks: module 'execution' has no attribute '_map_node_over_list'
ComfyUI Metadata Collector initialized
Example images path: None
Added static route /loras_static/root1/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/loras
Added static route /checkpoints_static/root1/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/checkpoints
Added static route /checkpoints_static/root2/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusers
Added static route /checkpoints_static/root3/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusion_models
Added static route /checkpoints_static/root4/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/unet
### Loading: ComfyUI-Manager (V3.36)
[ComfyUI-Manager] network_mode: public
### ComfyUI Revision: 3851 [a86aaa43] *DETACHED | Released on '2025-08-29'
ComfyUI integration enabled
ComfyUI model management available
AutoMemoryManager initialized: warning=80.0%, critical=90.0%
Global memory manager initialized
Successfully loaded 7 memory management nodes
ComfyUI Memory Management package initialized successfully
[MultiGPU Initialization] Logger initialized with level: INFO
[MultiGPU Core Patching] Patching mm.get_torch_device, mm.text_encoder_device, and mm.text_encoder_initial_device
[MultiGPU] Device list initialized: ['cpu', 'cuda:0']
[MultiGPU] Initiating custom_node Registration. . .
-----------------------------------------------
custom_node Found Nodes
-----------------------------------------------
ComfyUI-LTXVideo Y 1
ComfyUI-Florence2 Y 2
ComfyUI_bitsandbytes_NF4 N 0
x-flux-comfyui N 0
ComfyUI-MMAudio N 0
ComfyUI-GGUF Y 18
PuLID_ComfyUI N 0
ComfyUI-HunyuanVideoWrapper N 0
ComfyUI-WanVideoWrapper Y 8
-----------------------------------------------
[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, LTXVLoaderMultiGPU, 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
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
VRAM libre: 14.87 GB
FETCH ComfyRegistry Data: 5/96
Warning: Could not load sageattention: No module named 'sageattention'
sageattention package is not installed, sageattention will not be available
FantasyPortrait nodes not available due to error in importing them: No module named 'onnx'
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Python version is above 3.10, patching the collections module.
H:\comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\image_processing_auto.py:646: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use `slow_image_processor_class`, or `fast_image_processor_class` instead
warnings.warn(
[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False
[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
FizzleDorf Custom Nodes: Loaded
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
FETCH ComfyRegistry Data: 10/96
2025-08-31 12:28:35.074 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31 12:28:35.074 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31 12:28:35.105 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31 12:28:35.105 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
[rgthree-comfy] Loaded 48 magnificent nodes. 🎉
Import times for custom nodes:
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workflows
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_text_line_combine
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-tools
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ycyy-lorainfo
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-noisetools
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-detail-daemon
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_auto_prompt_schedule
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-post-processing-nodes
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_autopromptschedule
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_PromptBatcher
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-glifnodes
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FreeMemory
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advanced-controlnet
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-wd14-tagger
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_fizznodes
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MemoryManagement
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\gguf
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\derfuu_comfyui_moddednodes
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videodircombiner
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-frame-interpolation
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-video-batches
0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-prompt-generator
0.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Translator
0.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
0.4 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Sonic
0.4 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
0.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fluxpromptenhancer
0.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
0.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
0.8 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler
0.9 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
1.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lora-manager
1.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_caption_this
1.3 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
1.3 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb
1.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\jovi_capture
3.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
19.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper
FETCH ComfyRegistry Data: 15/96
Context impl SQLiteImpl.
Will assume non-transactional DDL.
No target revision found.
Error installing metadata hooks: module 'execution' has no attribute '_map_node_over_list'
ComfyUI Metadata Collector initialized
LoRA Manager: All services initialized and background tasks scheduled
Starting server
To see the GUI go to: http://127.0.0.1:8188
Recipe cache initialized in 0.18 seconds. Found 0 recipes
Checkpoint cache initialized in 0.07 seconds. Found 36 models
Lora cache initialized in 0.16 seconds. Found 35 models
FETCH ComfyRegistry Data: 20/96
FETCH ComfyRegistry Data: 25/96
FETCH ComfyRegistry Data: 30/96
FETCH ComfyRegistry Data: 35/96
FETCH ComfyRegistry Data: 40/96
FETCH ComfyRegistry Data: 45/96
FETCH ComfyRegistry Data: 50/96
FETCH ComfyRegistry Data: 55/96
FETCH ComfyRegistry Data: 60/96
FETCH ComfyRegistry Data: 65/96
FETCH ComfyRegistry Data: 70/96
FETCH ComfyRegistry Data: 75/96
FETCH ComfyRegistry Data: 80/96
FETCH ComfyRegistry Data: 85/96
FETCH ComfyRegistry Data: 90/96
FETCH ComfyRegistry Data: 95/96
FETCH ComfyRegistry Data [DONE]
[ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.
---
# ComfyUI Error Report
## Error Details
- **Node ID:** N/A
- **Node Type:** N/A
- **Exception Type:** Prompt execution failed
- **Exception Message:** TypeError: Cannot read properties of undefined (reading 'calcNodeInputs')
## Stack Trace
TypeError: Cannot read properties of undefined (reading 'calcNodeInputs')
at ComfyApi.queuePrompt (http://127.0.0.1:8188/extensions/comfyui-string-tools/index.js:168:18)
at PromptService.api.queuePrompt (http://127.0.0.1:8188/rgthree/common/prompt_service.js:88:46)
at api.queuePrompt (http://127.0.0.1:8188/extensions/rgthree-comfy/rgthree.js:508:45)
at ComfyApp.queuePrompt (http://127.0.0.1:8188/assets/index-JxNRA6lV.js:302495:35)
at async app.queuePrompt (http://127.0.0.1:8188/extensions/rgthree-comfy/rgthree.js:468:24)
at async app.queuePrompt (http://127.0.0.1:8188/extensions/cg-use-everywhere/use_everywhere.js:317:24)
at async function (http://127.0.0.1:8188/assets/GraphView-36SjeORT.js:10008:9)
at async http://127.0.0.1:8188/assets/index-JxNRA6lV.js:211221:14
at async Proxy.execute (http://127.0.0.1:8188/assets/index-JxNRA6lV.js:233484:7)
at async queuePrompt (http://127.0.0.1:8188/assets/GraphView-36SjeORT.js:7970:7)
## System Information
- **ComfyUI Version:** 0.3.55
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.8.0+cu126
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 17175150592
- **VRAM Free:** 15964569600
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
2025-08-31T12:27:45.464578 - [START] Security scan2025-08-31T12:27:45.464578 -
2025-08-31T12:27:46.206727 - [DONE] Security scan2025-08-31T12:27:46.206727 -
2025-08-31T12:27:46.341442 - ## ComfyUI-Manager: installing dependencies done.2025-08-31T12:27:46.341442 -
2025-08-31T12:27:46.341442 - ** ComfyUI startup time:2025-08-31T12:27:46.341442 - 2025-08-31T12:27:46.341442 - 2025-08-31 12:27:46.3412025-08-31T12:27:46.341442 -
2025-08-31T12:27:46.341442 - ** Platform:2025-08-31T12:27:46.341442 - 2025-08-31T12:27:46.342443 - Windows2025-08-31T12:27:46.342443 -
2025-08-31T12:27:46.342443 - ** Python version:2025-08-31T12:27:46.342443 - 2025-08-31T12:27:46.342443 - 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]2025-08-31T12:27:46.342443 -
2025-08-31T12:27:46.342443 - ** Python executable:2025-08-31T12:27:46.342443 - 2025-08-31T12:27:46.342443 - H:\comfyui\ComfyUI_windows_portable\python_embeded\python.exe2025-08-31T12:27:46.342443 -
2025-08-31T12:27:46.342443 - ** ComfyUI Path:2025-08-31T12:27:46.342443 - 2025-08-31T12:27:46.342443 - H:\comfyui\ComfyUI_windows_portable\ComfyUI2025-08-31T12:27:46.342443 -
2025-08-31T12:27:46.342443 - ** ComfyUI Base Folder Path:2025-08-31T12:27:46.342443 - 2025-08-31T12:27:46.342443 - H:\comfyui\ComfyUI_windows_portable\ComfyUI2025-08-31T12:27:46.342443 -
2025-08-31T12:27:46.342443 - ** User directory:2025-08-31T12:27:46.342443 - 2025-08-31T12:27:46.342443 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\user2025-08-31T12:27:46.343444 -
2025-08-31T12:27:46.343541 - ** ComfyUI-Manager config path:2025-08-31T12:27:46.343541 - 2025-08-31T12:27:46.343541 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-08-31T12:27:46.343541 -
2025-08-31T12:27:46.343541 - ** Log path:2025-08-31T12:27:46.343541 - 2025-08-31T12:27:46.343541 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-08-31T12:27:46.343541 -
2025-08-31T12:27:47.413229 -
Prestartup times for custom nodes:
2025-08-31T12:27:47.413229 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-08-31T12:27:47.413229 - 2.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-08-31T12:27:47.413229 -
2025-08-31T12:27:53.301910 - Checkpoint files will always be loaded safely.
2025-08-31T12:27:53.436747 - Total VRAM 16380 MB, total RAM 32687 MB
2025-08-31T12:27:53.436747 - pytorch version: 2.8.0+cu126
2025-08-31T12:27:53.436747 - Set vram state to: NORMAL_VRAM
2025-08-31T12:27:53.437748 - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2025-08-31T12:27:55.377866 - Using pytorch attention
2025-08-31T12:27:58.767544 - Python version: 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)]
2025-08-31T12:27:58.767698 - ComfyUI version: 0.3.55
2025-08-31T12:27:58.796491 - ComfyUI frontend version: 1.25.11
2025-08-31T12:27:58.797649 - [Prompt Server] web root: H:\comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
2025-08-31T12:28:00.709152 - NumExpr defaulting to 16 threads.
2025-08-31T12:28:01.704013 - [36;20m[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb] | INFO -> loaded [96m103[0m nodes successfuly[0m
2025-08-31T12:28:01.708165 - [36;20m[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.[0m
2025-08-31T12:28:01.738202 - Adding2025-08-31T12:28:01.738202 - 2025-08-31T12:28:01.738629 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes2025-08-31T12:28:01.738629 - 2025-08-31T12:28:01.738629 - to sys.path2025-08-31T12:28:01.738629 -
2025-08-31T12:28:02.357532 -
[36mEfficiency Nodes:[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...[92mSuccess![0m2025-08-31T12:28:02.357532 -
2025-08-31T12:28:02.367052 - Loaded Efficiency nodes from2025-08-31T12:28:02.367052 - 2025-08-31T12:28:02.367052 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui2025-08-31T12:28:02.367052 -
2025-08-31T12:28:02.393119 - Loaded ControlNetPreprocessors nodes from2025-08-31T12:28:02.393308 - 2025-08-31T12:28:02.393308 - H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux2025-08-31T12:28:02.393308 -
2025-08-31T12:28:02.397371 - Could not find AdvancedControlNet nodes2025-08-31T12:28:02.397371 -
2025-08-31T12:28:02.412165 - Could not find AnimateDiff nodes2025-08-31T12:28:02.412165 -
2025-08-31T12:28:02.417240 - Could not find IPAdapter nodes2025-08-31T12:28:02.417240 -
2025-08-31T12:28:02.462636 - Could not find VideoHelperSuite nodes2025-08-31T12:28:02.462636 -
2025-08-31T12:28:02.475521 - Could not load ImpactPack nodes2025-08-31T12:28:02.475521 - 2025-08-31T12:28:02.475521 - Could not find ImpactPack nodes2025-08-31T12:28:02.475521 -
2025-08-31T12:28:21.881967 - [Crystools [0;32mINFO[0m] Crystools version: 1.27.3
2025-08-31T12:28:22.034096 - [Crystools [0;32mINFO[0m] Platform release: 10
2025-08-31T12:28:22.034096 - [Crystools [0;32mINFO[0m] JETSON: Not detected.
2025-08-31T12:28:22.039604 - [Crystools [0;32mINFO[0m] CPU: AMD Ryzen 7 5800X3D 8-Core Processor - Arch: AMD64 - OS: Windows 10
2025-08-31T12:28:22.056682 - [Crystools [0;32mINFO[0m] pynvml (NVIDIA) initialized.
2025-08-31T12:28:22.056682 - [Crystools [0;32mINFO[0m] GPU/s:
2025-08-31T12:28:22.071582 - [Crystools [0;32mINFO[0m] 0) NVIDIA GeForce RTX 4060 Ti
2025-08-31T12:28:22.072493 - [Crystools [0;32mINFO[0m] NVIDIA Driver: 572.60
2025-08-31T12:28:23.031083 - ComfyUI-FreeMemory nodes loaded: Image, Latent, Model, CLIP, and String versions available.2025-08-31T12:28:23.031083 -
2025-08-31T12:28:23.045924 - ComfyUI-GGUF: Allowing full torch compile
2025-08-31T12:28:23.206740 - Found LoRA roots:
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/loras
2025-08-31T12:28:23.207211 - Found checkpoint roots:
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/checkpoints
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusers
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusion_models
- H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/unet
2025-08-31T12:28:23.458957 - Saved folder paths to settings.json
2025-08-31T12:28:24.307593 - Error installing metadata hooks: module 'execution' has no attribute '_map_node_over_list'2025-08-31T12:28:24.307885 -
2025-08-31T12:28:24.307885 - ComfyUI Metadata Collector initialized2025-08-31T12:28:24.307885 -
2025-08-31T12:28:24.307885 - Example images path: None
2025-08-31T12:28:24.308887 - Added static route /loras_static/root1/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/loras
2025-08-31T12:28:24.308887 - Added static route /checkpoints_static/root1/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/checkpoints
2025-08-31T12:28:24.308887 - Added static route /checkpoints_static/root2/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusers
2025-08-31T12:28:24.309888 - Added static route /checkpoints_static/root3/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/diffusion_models
2025-08-31T12:28:24.309888 - Added static route /checkpoints_static/root4/preview -> H:/comfyui/ComfyUI_windows_portable/ComfyUI/models/unet
2025-08-31T12:28:24.571352 - ### Loading: ComfyUI-Manager (V3.36)
2025-08-31T12:28:24.572214 - [ComfyUI-Manager] network_mode: public
2025-08-31T12:28:25.308539 - ### ComfyUI Revision: 3851 [a86aaa43] *DETACHED | Released on '2025-08-29'
2025-08-31T12:28:25.804107 - ComfyUI integration enabled
2025-08-31T12:28:25.830466 - ComfyUI model management available
2025-08-31T12:28:25.830466 - AutoMemoryManager initialized: warning=80.0%, critical=90.0%
2025-08-31T12:28:25.830466 - Global memory manager initialized
2025-08-31T12:28:25.849377 - Successfully loaded 7 memory management nodes
2025-08-31T12:28:25.849377 - ComfyUI Memory Management package initialized successfully
2025-08-31T12:28:25.875089 - [MultiGPU Initialization] Logger initialized with level: INFO
2025-08-31T12:28:25.876091 - [MultiGPU Core Patching] Patching mm.get_torch_device, mm.text_encoder_device, and mm.text_encoder_initial_device
2025-08-31T12:28:25.890604 - [MultiGPU] Device list initialized: ['cpu', 'cuda:0']
2025-08-31T12:28:25.915942 - [MultiGPU] Initiating custom_node Registration. . .
2025-08-31T12:28:25.916943 - -----------------------------------------------
2025-08-31T12:28:25.916943 - custom_node Found Nodes
2025-08-31T12:28:25.917944 - -----------------------------------------------
2025-08-31T12:28:25.918945 - ComfyUI-LTXVideo Y 1
2025-08-31T12:28:25.918945 - ComfyUI-Florence2 Y 2
2025-08-31T12:28:25.919946 - ComfyUI_bitsandbytes_NF4 N 0
2025-08-31T12:28:25.919946 - x-flux-comfyui N 0
2025-08-31T12:28:25.920984 - ComfyUI-MMAudio N 0
2025-08-31T12:28:25.920984 - ComfyUI-GGUF Y 18
2025-08-31T12:28:25.921983 - PuLID_ComfyUI N 0
2025-08-31T12:28:25.921983 - ComfyUI-HunyuanVideoWrapper N 0
2025-08-31T12:28:25.921983 - ComfyUI-WanVideoWrapper Y 8
2025-08-31T12:28:25.922984 - -----------------------------------------------
2025-08-31T12:28:25.925398 - [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, LTXVLoaderMultiGPU, 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-08-31T12:28:25.976534 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-08-31T12:28:25.998010 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-08-31T12:28:26.029062 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-08-31T12:28:26.113740 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-08-31T12:28:26.154755 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-08-31T12:28:26.652125 - VRAM libre: 14.87 GB2025-08-31T12:28:26.652721 -
2025-08-31T12:28:29.777334 - FETCH ComfyRegistry Data: 5/962025-08-31T12:28:29.777334 -
2025-08-31T12:28:30.966989 - Warning: Could not load sageattention: No module named 'sageattention'
2025-08-31T12:28:30.967544 - sageattention package is not installed, sageattention will not be available
2025-08-31T12:28:31.357319 - FantasyPortrait nodes not available due to error in importing them: No module named 'onnx'2025-08-31T12:28:31.357812 -
2025-08-31T12:28:31.401957 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider2025-08-31T12:28:31.401957 -
2025-08-31T12:28:31.401957 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-08-31T12:28:31.401957 -
2025-08-31T12:28:31.457902 - Python version is above 3.10, patching the collections module.2025-08-31T12:28:31.458219 -
2025-08-31T12:28:31.487534 - H:\comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\image_processing_auto.py:646: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use `slow_image_processor_class`, or `fast_image_processor_class` instead
warnings.warn(
2025-08-31T12:28:32.643936 - [36;20m[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2025-08-31T12:28:32.644217 - [36;20m[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2025-08-31T12:28:32.645228 - [36;20m[H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2025-08-31T12:28:32.785887 - [34mFizzleDorf Custom Nodes: [92mLoaded[0m2025-08-31T12:28:32.785887 -
2025-08-31T12:28:33.401975 -
[36mEfficiency Nodes:[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...[92mSuccess![0m2025-08-31T12:28:33.401975 -
2025-08-31T12:28:33.636451 - FETCH ComfyRegistry Data: 10/962025-08-31T12:28:33.637337 -
2025-08-31T12:28:35.104142 - 2025-08-31 12:28:35.074 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31T12:28:35.105063 - 2025-08-31 12:28:35.074 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31T12:28:35.106066 - 2025-08-31 12:28:35.105 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31T12:28:35.106066 - 2025-08-31 12:28:35.105 | INFO | cozy_comfyui.node:loader:135 - JOV_CAPTURE 4 nodes loaded
2025-08-31T12:28:36.072413 -
2025-08-31T12:28:36.072740 - [92m[rgthree-comfy] Loaded 48 magnificent nodes. 🎉[0m2025-08-31T12:28:36.074149 -
2025-08-31T12:28:36.074149 -
2025-08-31T12:28:36.076161 -
Import times for custom nodes:
2025-08-31T12:28:36.076161 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-08-31T12:28:36.077512 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workflows
2025-08-31T12:28:36.077512 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-08-31T12:28:36.077512 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_text_line_combine
2025-08-31T12:28:36.077512 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-tools
2025-08-31T12:28:36.078515 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ycyy-lorainfo
2025-08-31T12:28:36.078515 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-noisetools
2025-08-31T12:28:36.078515 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2025-08-31T12:28:36.079516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-08-31T12:28:36.079516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-detail-daemon
2025-08-31T12:28:36.079516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-08-31T12:28:36.079516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_auto_prompt_schedule
2025-08-31T12:28:36.080516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-post-processing-nodes
2025-08-31T12:28:36.080516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_autopromptschedule
2025-08-31T12:28:36.080516 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_PromptBatcher
2025-08-31T12:28:36.081565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-glifnodes
2025-08-31T12:28:36.081565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FreeMemory
2025-08-31T12:28:36.081565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-08-31T12:28:36.081565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2025-08-31T12:28:36.082565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2025-08-31T12:28:36.082565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-wd14-tagger
2025-08-31T12:28:36.082565 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-08-31T12:28:36.083566 - 0.0 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-08-31T12:28:36.083566 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_fizznodes
2025-08-31T12:28:36.083566 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MemoryManagement
2025-08-31T12:28:36.084567 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2025-08-31T12:28:36.084567 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2025-08-31T12:28:36.084567 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu
2025-08-31T12:28:36.086878 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\gguf
2025-08-31T12:28:36.086878 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-08-31T12:28:36.086878 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-08-31T12:28:36.086878 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2025-08-31T12:28:36.087889 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\derfuu_comfyui_moddednodes
2025-08-31T12:28:36.087889 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2025-08-31T12:28:36.087889 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videodircombiner
2025-08-31T12:28:36.087889 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-frame-interpolation
2025-08-31T12:28:36.088890 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-video-batches
2025-08-31T12:28:36.088890 - 0.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\flux-prompt-generator
2025-08-31T12:28:36.088890 - 0.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Translator
2025-08-31T12:28:36.089891 - 0.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2025-08-31T12:28:36.089891 - 0.4 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Sonic
2025-08-31T12:28:36.089891 - 0.4 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-08-31T12:28:36.089891 - 0.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fluxpromptenhancer
2025-08-31T12:28:36.090938 - 0.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-08-31T12:28:36.090938 - 0.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2025-08-31T12:28:36.090938 - 0.8 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler
2025-08-31T12:28:36.091947 - 0.9 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-08-31T12:28:36.091947 - 1.1 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lora-manager
2025-08-31T12:28:36.091947 - 1.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_caption_this
2025-08-31T12:28:36.091947 - 1.3 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-08-31T12:28:36.092948 - 1.3 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-mtb
2025-08-31T12:28:36.093940 - 1.5 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\jovi_capture
2025-08-31T12:28:36.094941 - 3.7 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2025-08-31T12:28:36.094941 - 19.2 seconds: H:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper
2025-08-31T12:28:36.094941 -
2025-08-31T12:28:37.363708 - FETCH ComfyRegistry Data: 15/962025-08-31T12:28:37.364406 -
2025-08-31T12:28:37.806692 - Context impl SQLiteImpl.
2025-08-31T12:28:37.807466 - Will assume non-transactional DDL.
2025-08-31T12:28:37.852098 - No target revision found.
2025-08-31T12:28:37.996118 - Error installing metadata hooks: module 'execution' has no attribute '_map_node_over_list'2025-08-31T12:28:37.996118 -
2025-08-31T12:28:37.996118 - ComfyUI Metadata Collector initialized2025-08-31T12:28:37.996118 -
2025-08-31T12:28:37.996118 - LoRA Manager: All services initialized and background tasks scheduled
2025-08-31T12:28:37.997119 - Starting server
2025-08-31T12:28:37.999121 - To see the GUI go to: http://127.0.0.1:8188
2025-08-31T12:28:38.177812 - Recipe cache initialized in 0.18 seconds. Found 0 recipes
2025-08-31T12:28:38.250115 - Checkpoint cache initialized in 0.07 seconds. Found 36 models
2025-08-31T12:28:38.338244 - Lora cache initialized in 0.16 seconds. Found 35 models
2025-08-31T12:28:41.208312 - FETCH ComfyRegistry Data: 20/962025-08-31T12:28:41.208312 -
2025-08-31T12:28:45.034344 - FETCH ComfyRegistry Data: 25/962025-08-31T12:28:45.034344 -
2025-08-31T12:28:48.830656 - FETCH ComfyRegistry Data: 30/962025-08-31T12:28:48.830656 -
2025-08-31T12:28:52.708929 - FETCH ComfyRegistry Data: 35/962025-08-31T12:28:52.709601 -
2025-08-31T12:28:56.431411 - FETCH ComfyRegistry Data: 40/962025-08-31T12:28:56.431411 -
2025-08-31T12:29:00.149133 - FETCH ComfyRegistry Data: 45/962025-08-31T12:29:00.149133 -
2025-08-31T12:29:03.908666 - FETCH ComfyRegistry Data: 50/962025-08-31T12:29:03.909381 -
2025-08-31T12:29:08.105022 - FETCH ComfyRegistry Data: 55/962025-08-31T12:29:08.105709 -
2025-08-31T12:29:13.121256 - FETCH ComfyRegistry Data: 60/962025-08-31T12:29:13.121256 -
2025-08-31T12:29:16.900129 - FETCH ComfyRegistry Data: 65/962025-08-31T12:29:16.900129 -
2025-08-31T12:29:20.511182 - FETCH ComfyRegistry Data: 70/962025-08-31T12:29:20.512191 -
2025-08-31T12:29:24.533437 - FETCH ComfyRegistry Data: 75/962025-08-31T12:29:24.533437 -
2025-08-31T12:29:28.867980 - FETCH ComfyRegistry Data: 80/962025-08-31T12:29:28.868149 -
2025-08-31T12:29:32.809265 - FETCH ComfyRegistry Data: 85/962025-08-31T12:29:32.809265 -
2025-08-31T12:29:36.479568 - FETCH ComfyRegistry Data: 90/962025-08-31T12:29:36.479568 -
2025-08-31T12:29:40.417107 - FETCH ComfyRegistry Data: 95/962025-08-31T12:29:40.417107 -
2025-08-31T12:29:41.617072 - FETCH ComfyRegistry Data [DONE]2025-08-31T12:29:41.617072 -
2025-08-31T12:29:41.738534 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-08-31T12:29:41.775745 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-08-31T12:29:41.775745 - 2025-08-31T12:29:41.874166 - [DONE]2025-08-31T12:29:41.874166 -
2025-08-31T12:29:41.926399 - [ComfyUI-Manager] All startup tasks have been completed.
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Workflow too large. Please manually upload the workflow from local file system.
## Additional Context
(Please add any additional context or steps to reproduce the error here)
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.