Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem #8

Closed
alex13by opened this issue Jul 17, 2024 · 3 comments
Closed

Installation problem #8

alex13by opened this issue Jul 17, 2024 · 3 comments

Comments

@alex13by
Copy link

Installation dependency error, so the last two rely on manually cloned to the local installation, startup comfyui error

Traceback (most recent call last):
File "D:\AI\ComfyUI-aki-v1\nodes.py", line 1931, 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 "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel_init
.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\nodes.py", line 4, in
from . import ultrapixel as up
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\ultrapixel.py", line 8, in
from .train import WurstCoreB
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\train_init_.py", line 1, in
from .train_b import WurstCore as WurstCoreB
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\train\train_b.py", line 22, in
from ..modules.effnet import EfficientNetEncoder
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\modules_init_.py", line 5, in
from .controlnet import ControlNet, ControlNetDeliverer
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\modules\controlnet.py", line 7, in
from ..core.utils import load_or_fail
File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel\core_init_.py", line 5, in
import wandb
ModuleNotFoundError: import of wandb halted; None in sys.modules

Cannot import D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-UltraPixel module for custom nodes: import of wandb halted; None in sys.modules

@2kpr
Copy link
Owner

2kpr commented Jul 17, 2024

You ran pip install -r requirements.txt after cloning the repo?

@2kpr
Copy link
Owner

2kpr commented Jul 18, 2024

I'm not sure what 'aki' is, but I just installed fresh ComfyUI portable, installed the Manager, installed ComfyUI-UltraPixel, and it worked without any issues, maybe whatever 'aki' is is what is the issue where maybe it's python dependencies are not being properly updated?

@2kpr
Copy link
Owner

2kpr commented Jul 18, 2024

See here: #12 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants