Comfy-Org / Comfy-Org/ComfyUI

Dep[th stimation fail

Open
#11,202 0 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 10h
Merged PRs (30d)
153

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

Im Trying the Full generation scene.json and get that Depth error.

I try to install the install scripts manually, and pip requirement
D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-sam3dobjects\install.py

without success.
Now it create a related error but different
see log below

### Actual Behavior

all scene coming as demo dont work

### Steps to Reproduce

- open the scene full_generation.json
- set a input image
- Set the API key
- hit render

error.

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 59
- **Node Type:** SAM3D_DepthEstimate
- **Exception Type:** RuntimeError
- **Exception Message:** Depth estimation failed: Isolated environment not found. Please run install.py first.
Expected Python at: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-sam3dobjects\_env\Scripts\python.exe

## Stack Trace

File "D:\Comfy\ComfyUI_windows_portable004\ComfyUI\execution.py", line 515, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\Comfy\ComfyUI_windows_portable004\ComfyUI\execution.py", line 329, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\Comfy\ComfyUI_windows_portable004\ComfyUI\execution.py", line 303, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\Comfy\ComfyUI_windows_portable004\ComfyUI\execution.py", line 291, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-sam3dobjects\nodes\depth_estimate.py", line 172, in estimate_depth
raise RuntimeError(f"Depth estimation failed: {e}") from e

## System Information
- **ComfyUI Version:** 0.3.76
- **Arguments:** ComfyUI\main.py --cuda-device 0 --listen --port 8188 --enable-cors-header --user-directory V:\_AI_directory\_UserData --output-directory V:\_AI_output --input-directory V:\_AI_directory\input
- **OS:** win32
- **Python Version:** 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.9.1+cu126
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 12884377600
- **VRAM Free:** 11791237120
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs

2025-12-09T12:16:03.802755 -
2025-12-09T12:16:03.802755 - [SAM3DBody] - SAM3DBodySaveSkeleton2025-12-09T12:16:03.803755 -
2025-12-09T12:16:03.803755 - [SAM3DBody] - SAM3DBodySelectMesh2025-12-09T12:16:03.804755 -
2025-12-09T12:16:03.804755 - [SAM3DBody] - SAM3DBodyVisualize2025-12-09T12:16:03.805755 -
2025-12-09T12:16:03.807259 - [SAM3DBody] Registered server routes:2025-12-09T12:16:03.807259 -
2025-12-09T12:16:03.807259 - [SAM3DBody] POST /sam3d/save_glb2025-12-09T12:16:03.808779 -
2025-12-09T12:16:03.808779 - [SAM3DBody] POST /sam3d/export_posed_fbx2025-12-09T12:16:03.808779 -
2025-12-09T12:16:03.810301 - [SAM3DBody] GET /sam3d/mesh_files2025-12-09T12:16:03.810301 -
2025-12-09T12:16:03.811305 - [SAM3DBody] [OK] Server routes registered2025-12-09T12:16:03.812346 -
2025-12-09T12:16:03.812346 - [SAM3DBody] Initialization complete2025-12-09T12:16:03.813345 -
2025-12-09T12:16:03.822891 - [SAM3DObjects] Loading ComfyUI-SAM3DObjects extension2025-12-09T12:16:03.822891 -
2025-12-09T12:16:03.823891 - [SAM3DObjects] Version: 1.0.02025-12-09T12:16:03.823891 -
2025-12-09T12:16:03.824892 - [SAM3DObjects] 2025-12-09T12:16:03.824892 -
2025-12-09T12:16:03.825892 - [SAM3DObjects] Modular pipeline nodes:2025-12-09T12:16:03.825892 -
2025-12-09T12:16:03.825892 - [SAM3DObjects] 1. LoadSAM3DModel - Load model2025-12-09T12:16:03.827397 -
2025-12-09T12:16:03.828403 - [SAM3DObjects] 2. SAM3D_DepthEstimate - MoGe depth → pointmap + intrinsics2025-12-09T12:16:03.828403 -
2025-12-09T12:16:03.829403 - [SAM3DObjects] 3. SAM3DSparseGen - Sparse structure + pose (~3s)2025-12-09T12:16:03.830403 -
2025-12-09T12:16:03.830403 - [SAM3DObjects] 4. SAM3DSLATGen - SLAT latent generation via diffusion (~60s)2025-12-09T12:16:03.831402 -
2025-12-09T12:16:03.831402 - [SAM3DObjects] 5. SAM3DGaussianDecode - Decode SLAT to Gaussian (~15s)2025-12-09T12:16:03.832401 -
2025-12-09T12:16:03.832401 - [SAM3DObjects] 6. SAM3DMeshDecode - Decode SLAT to Mesh (~15s)2025-12-09T12:16:03.832401 -
2025-12-09T12:16:03.832401 - [SAM3DObjects] 7. SAM3DTextureBake - Bake Gaussian into mesh texture (~30-60s)2025-12-09T12:16:03.833904 -
2025-12-09T12:16:03.833904 - [SAM3DObjects] 2025-12-09T12:16:03.834908 -
2025-12-09T12:16:03.834908 - [SAM3DObjects] Utility nodes:2025-12-09T12:16:03.834908 -
2025-12-09T12:16:03.836411 - [SAM3DObjects] - SAM3D_UnloadModel (VRAM management)2025-12-09T12:16:03.836411 -
2025-12-09T12:16:03.837416 - [SAM3DObjects] - SAM3D_PoseOptimization (ICP + render optimization)2025-12-09T12:16:03.837416 -
2025-12-09T12:16:03.838452 - [SAM3DObjects] - SAM3DExportPLY / SAM3DExportPLYBatch2025-12-09T12:16:03.838452 -
2025-12-09T12:16:03.839451 - [SAM3DObjects] - SAM3DExportMesh / SAM3DExtractMesh2025-12-09T12:16:03.839451 -
2025-12-09T12:16:03.840451 - [SAM3DObjects] - SAM3DVisualizer / SAM3DRenderSingle2025-12-09T12:16:03.840451 -
2025-12-09T12:16:03.842085 - [SAM3DObjects] - SAM3D_PreviewPointCloud2025-12-09T12:16:03.842085 -
2025-12-09T12:16:03.842085 - [SAM3DObjects] 2025-12-09T12:16:03.843599 -
2025-12-09T12:16:03.959961 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-12-09T12:16:06.391562 - Warning: Could not load sageattention: No module named 'sageattention'
2025-12-09T12:16:06.393064 - sageattention package is not installed, sageattention will not be available
2025-12-09T12:16:06.667234 - WanVideoWrapper WARNING: FantasyPortrait nodes not available due to error in importing them: No module named 'onnx'
2025-12-09T12:16:06.691634 - [D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2025-12-09T12:16:06.692633 -
2025-12-09T12:16:06.693633 - [D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-12-09T12:16:06.694632 -
2025-12-09T12:16:06.694632 - [D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2025-12-09T12:16:06.695632 -
2025-12-09T12:16:06.733674 - NetDist: Set session ID to 'avxsq'2025-12-09T12:16:06.733674 -
2025-12-09T12:16:06.766633 - run in comfyui2025-12-09T12:16:06.767631 -
2025-12-09T12:16:06.884048 - Using pytorch attention
2025-12-09T12:16:06.896040 - (RES4LYF) Init2025-12-09T12:16:06.896572 -
2025-12-09T12:16:06.897618 - (RES4LYF) Importing beta samplers.2025-12-09T12:16:06.897618 -
2025-12-09T12:16:06.914482 - (RES4LYF) Importing legacy samplers.2025-12-09T12:16:06.914482 -
2025-12-09T12:16:06.947377 -
2025-12-09T12:16:06.948381 - [rgthree-comfy] Loaded 48 fantastic nodes. 🎉2025-12-09T12:16:06.948381 -
2025-12-09T12:16:06.949382 -
2025-12-09T12:16:06.949382 - [rgthree-comfy] ComfyUI's new Node 2.0 rendering may be incompatible with some rgthree-comfy nodes and features, breaking some rendering as well as losing the ability to access a node's properties (a vital part of many nodes). It also appears to run MUCH more slowly spiking CPU usage and causing jankiness and unresponsiveness, especially with large workflows. Personally I am not planning to use the new Nodes 2.0 and, unfortunately, am not able to invest the time to investigate and overhaul rgthree-comfy where needed. If you have issues when Nodes 2.0 is enabled, I'd urge you to switch it off as well and join me in hoping ComfyUI is not planning to deprecate the existing, stable canvas rendering all together.
2025-12-09T12:16:06.950886 -
2025-12-09T12:16:06.953890 - [save_image_extended]2025-12-09T12:16:06.954894 - AVIF is not supported. To add it: pip install pillow pillow-avif-plugin2025-12-09T12:16:06.954894 -
2025-12-09T12:16:06.955896 - [save_image_extended]2025-12-09T12:16:06.955896 - JXL is not supported. To add it: pip install jxlpy2025-12-09T12:16:06.957401 -
2025-12-09T12:16:06.957401 - [save_image_extended]2025-12-09T12:16:06.958406 - You will need a valid MSVC env to build the wheel2025-12-09T12:16:06.958406 -
2025-12-09T12:16:06.959408 - [save_image_extended]2025-12-09T12:16:06.959408 - version: 2.642025-12-09T12:16:06.959408 -
2025-12-09T12:16:07.633176 - WAS Node Suite: 2025-12-09T12:16:07.634176 - OpenCV Python FFMPEG support is enabled2025-12-09T12:16:07.634176 -
2025-12-09T12:16:07.635177 - WAS Node Suite 2025-12-09T12:16:07.635681 - Warning: 2025-12-09T12:16:07.635681 - `ffmpeg_bin_path` is not set in `D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-12-09T12:16:07.636686 -
2025-12-09T12:16:08.311571 - WAS Node Suite: 2025-12-09T12:16:08.311571 - Finished.2025-12-09T12:16:08.311571 - 2025-12-09T12:16:08.312572 - Loaded2025-12-09T12:16:08.312572 - 2025-12-09T12:16:08.312572 - 2202025-12-09T12:16:08.313571 - 2025-12-09T12:16:08.313571 - nodes successfully.2025-12-09T12:16:08.313571 -
2025-12-09T12:16:08.314572 -
2025-12-09T12:16:08.314572 - "Success usually comes to those who are too busy to be looking for it."2025-12-09T12:16:08.315572 - - Henry David Thoreau2025-12-09T12:16:08.315572 -
2025-12-09T12:16:08.316573 -
2025-12-09T12:16:08.319603 -
Import times for custom nodes:
2025-12-09T12:16:08.319603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\websocket_image_save.py
2025-12-09T12:16:08.320603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI_video-image-motion-transfer
2025-12-09T12:16:08.320603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_memory_cleanup
2025-12-09T12:16:08.321603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-Olm-DragCrop
2025-12-09T12:16:08.321603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-display-value
2025-12-09T12:16:08.321603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-VideoBasic
2025-12-09T12:16:08.321603 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\fisheye-effects
2025-12-09T12:16:08.323106 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-Path-Helper
2025-12-09T12:16:08.323106 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-preview360panorama
2025-12-09T12:16:08.323106 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_stringessentials
2025-12-09T12:16:08.324110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-deadline-plugin
2025-12-09T12:16:08.324110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2025-12-09T12:16:08.324110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_essentials
2025-12-09T12:16:08.325110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-12-09T12:16:08.325110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-enricos-nodes
2025-12-09T12:16:08.325110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI_NetDist
2025-12-09T12:16:08.325110 - 0.0 seconds (IMPORT FAILED): D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking
2025-12-09T12:16:08.326110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfy-image-saver
2025-12-09T12:16:08.326110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-12-09T12:16:08.326110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\USO_ComfyUI
2025-12-09T12:16:08.326110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2025-12-09T12:16:08.326110 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-frame-interpolation
2025-12-09T12:16:08.327612 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\save-image-extended-comfyui
2025-12-09T12:16:08.327612 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-segment-anything-2
2025-12-09T12:16:08.327612 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\gguf
2025-12-09T12:16:08.328616 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-12-09T12:16:08.329259 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-Model-Cleaner
2025-12-09T12:16:08.329259 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-12-09T12:16:08.329259 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-sam3dobjects
2025-12-09T12:16:08.330264 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\rgthree-comfy
2025-12-09T12:16:08.330264 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-grounding
2025-12-09T12:16:08.331264 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-12-09T12:16:08.331264 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI_RH_USO
2025-12-09T12:16:08.331264 - 0.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-inspire-pack
2025-12-09T12:16:08.332297 - 0.1 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2025-12-09T12:16:08.332297 - 0.1 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\RES4LYF
2025-12-09T12:16:08.333298 - 0.1 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-tensorops
2025-12-09T12:16:08.333298 - 0.2 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-MediaMixer
2025-12-09T12:16:08.334298 - 0.2 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-12-09T12:16:08.334298 - 0.2 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-impact-pack
2025-12-09T12:16:08.335378 - 0.2 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-SAM3DBody
2025-12-09T12:16:08.335378 - 0.2 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-florence2
2025-12-09T12:16:08.336377 - 0.3 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-deadline-distributed
2025-12-09T12:16:08.336377 - 0.3 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2025-12-09T12:16:08.336377 - 0.4 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-12-09T12:16:08.337449 - 0.6 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfy-mtb
2025-12-09T12:16:08.337449 - 0.8 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-manager
2025-12-09T12:16:08.338454 - 1.3 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\was-ns
2025-12-09T12:16:08.338454 - 1.4 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-12-09T12:16:08.338454 - 2.0 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-save-file-extended
2025-12-09T12:16:08.339453 - 2.1 seconds: D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfyui-easy-use
2025-12-09T12:16:08.339453 -
2025-12-09T12:16:08.384657 - FETCH ComfyRegistry Data: 5/1102025-12-09T12:16:08.386657 -
2025-12-09T12:16:08.798648 - Context impl SQLiteImpl.
2025-12-09T12:16:08.798648 - Will assume non-transactional DDL.
2025-12-09T12:16:08.801160 - No target revision found.
2025-12-09T12:16:08.840939 - Starting server

2025-12-09T12:16:08.841959 - To see the GUI go to: http://0.0.0.0:8188
2025-12-09T12:16:08.843023 - To see the GUI go to: http://[::]:8188
2025-12-09T12:16:12.761158 - FETCH ComfyRegistry Data: 10/1102025-12-09T12:16:12.762159 -
2025-12-09T12:16:16.596344 - FETCH ComfyRegistry Data: 15/1102025-12-09T12:16:16.597849 -
2025-12-09T12:16:20.828989 - FETCH ComfyRegistry Data: 20/1102025-12-09T12:16:20.828989 -
2025-12-09T12:16:24.682791 - FETCH ComfyRegistry Data: 25/1102025-12-09T12:16:24.683788 -
2025-12-09T12:16:29.033825 - FETCH ComfyRegistry Data: 30/1102025-12-09T12:16:29.033825 -
2025-12-09T12:16:32.857850 - FETCH ComfyRegistry Data: 35/1102025-12-09T12:16:32.857850 -
2025-12-09T12:16:36.673651 - FETCH ComfyRegistry Data: 40/1102025-12-09T12:16:36.673651 -
2025-12-09T12:16:40.529421 - FETCH ComfyRegistry Data: 45/1102025-12-09T12:16:40.529421 -
2025-12-09T12:16:44.700487 - FETCH ComfyRegistry Data: 50/1102025-12-09T12:16:44.700487 -
2025-12-09T12:16:48.546271 - FETCH ComfyRegistry Data: 55/1102025-12-09T12:16:48.546271 -
2025-12-09T12:16:52.426383 - FETCH ComfyRegistry Data: 60/1102025-12-09T12:16:52.427388 -
2025-12-09T12:16:56.280788 - FETCH ComfyRegistry Data: 65/1102025-12-09T12:16:56.280788 -
2025-12-09T12:17:00.722775 - FETCH ComfyRegistry Data: 70/1102025-12-09T12:17:00.722775 -
2025-12-09T12:17:04.609159 - FETCH ComfyRegistry Data: 75/1102025-12-09T12:17:04.609159 -
2025-12-09T12:17:05.579513 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:05.580586 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:05.593589 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:05.596323 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:05.597411 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:05.908586 - [D:\Comfy\ComfyUI_windows_portable004\ComfyUI\custom_nodes\comfy-mtb] | INFO -> Found multiple match, we will pick the last D:\Comfy\ComfyUI_windows_portable004\ComfyUI\models\upscale_models
['D:\\Comfy\\models\\upscale_models', 'D:\\Comfy\\ComfyUI_windows_portable004\\ComfyUI\\models\\upscale_models']
2025-12-09T12:17:08.500280 - FETCH ComfyRegistry Data: 80/1102025-12-09T12:17:08.501277 -
2025-12-09T12:17:09.696907 - [Inspire Pack] IPAdapterPlus is not installed.
2025-12-09T12:17:10.687578 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2025-12-09T12:17:12.344741 - FETCH ComfyRegistry Data: 85/1102025-12-09T12:17:12.344741 -
2025-12-09T12:17:16.246057 - FETCH ComfyRegistry Data: 90/1102025-12-09T12:17:16.247561 -
2025-12-09T12:17:20.713321 - FETCH ComfyRegistry Data: 95/1102025-12-09T12:17:20.714318 -
2025-12-09T12:17:25.138936 - FETCH ComfyRegistry Data: 100/1102025-12-09T12:17:25.139451 -
2025-12-09T12:17:29.089497 - FETCH ComfyRegistry Data: 105/1102025-12-09T12:17:29.090014 -
2025-12-09T12:17:33.049439 - FETCH ComfyRegistry Data: 110/1102025-12-09T12:17:33.049439 -
2025-12-09T12:17:33.550878 - FETCH ComfyRegistry Data [DONE]2025-12-09T12:17:33.551890 -
2025-12-09T12:17:34.044967 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-12-09T12:17:34.128308 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-12-09T12:17:34.175232 - [DONE]2025-12-09T12:17:34.176808 -
2025-12-09T12:17:34.324449 - [ComfyUI-Manager] broken item:{'author': 'rjgoif', 'title': 'Img Label Tools', 'id': 'Img-Label-Tools', 'reference': 'https://github.com/rjgoif/ComfyUI-Img-Label-Tools', 'install_type': 'git-clone', 'description': 'Tools to help annotate images for sharing on Reddit, Discord, etc.'}
2025-12-09T12:17:34.353945 - [ComfyUI-Manager] All startup tasks have been completed.
2025-12-09T12:18:01.858569 - got prompt
2025-12-09T12:18:01.953680 - [SAM3DObjects] Loading SAM3D model...2025-12-09T12:18:01.954681 -
2025-12-09T12:18:01.955682 - [SAM3DObjects] WARNING: GPU has 12.0 GB VRAM. SAM3D officially requires 32GB+ VRAM. May run out of memory!2025-12-09T12:18:01.955682 -
2025-12-09T12:18:01.957317 - [SAM3DObjects] Downloading model 'hf'...2025-12-09T12:18:01.957847 -
2025-12-09T12:18:01.958369 - [SAM3DObjects] Downloading from HuggingFace: facebook/sam-3d-objects (this may take a while)2025-12-09T12:18:01.959416 -
2025-12-09T12:18:02.468527 - C:\Users\jacques\AppData\Roaming\Python\Python312\site-packages\huggingface_hub\file_download.py:979: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`.
For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
warnings.warn(
2025-12-09T12:18:03.365687 -
Fetching 28 files: 0%| | 0/28 [00:00

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.