Skip to content

Import error on startup #6

Open
@aurel-g

Description

@aurel-g

Launching ComfyUI from: /mnt/comfyui/app

Total VRAM 16073 MB, total RAM 32000 MB
pytorch version: 2.5.1+cu124
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: /mnt/comfyui/app/web
Traceback (most recent call last):
  File "/mnt/comfyui/app/nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper/__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS
  File "/mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper/nodes.py", line 29, in <module>
    from cameractrl.models.unet import UNet3DConditionModelPoseCond
  File "/mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper/cameractrl/models/unet.py", line 23, in <module>
    from cameractrl.models.unet_blocks import (
  File "/mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper/cameractrl/models/unet_blocks.py", line 7, in <module>
    from diffusers.models.transformer_2d import Transformer2DModel
ModuleNotFoundError: No module named 'diffusers.models.transformer_2d'

Cannot import /mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper module for custom nodes: No module named 'diffusers.models.transformer_2d'

Import times for custom nodes:
   0.0 seconds: /mnt/comfyui/app/custom_nodes/websocket_image_save.py
   0.3 seconds (IMPORT FAILED): /mnt/comfyui/app/custom_nodes/ComfyUI-CameraCtrl-Wrapper

Starting server

To see the GUI go to: http://0.0.0.0:8080

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions