Cannot import #163
Replies: 3 comments 1 reply
-
oh.. my mistake. |
Beta Was this translation helpful? Give feedback.
1 reply
-
open |
Beta Was this translation helpful? Give feedback.
0 replies
-
With the update to V0.39.1, I've moved the version display to the top, so the version information should always appear. If you don't see the version display string now, it means the update hasn't been applied. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings! It's my first time running ComfyUI. I'm running on Runpod and ComfyUI is working BUT the Manager button is missing and I'm getting a custom node import failure when starting up the UI. Thought is was related to config.ini file but I replaced it as noted here....#114
Prestartup times for custom nodes:
0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
Total VRAM 20154 MB, total RAM 386602 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX 4000 Ada Generation : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Traceback (most recent call last):
File "/workspace/ComfyUI/nodes.py", line 1734, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/workspace/ComfyUI/custom_nodes/ComfyUI-Manager/init.py", line 10, in
from git.remote import RemoteProgress
ModuleNotFoundError: No module named 'git'
Cannot import /workspace/ComfyUI/custom_nodes/ComfyUI-Manager module for custom nodes: No module named 'git'
Import times for custom nodes:
0.0 seconds (IMPORT FAILED): /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
Beta Was this translation helpful? Give feedback.
All reactions