2kpr / ComfyUI-UltraPixel

GNU Affero General Public License v3.0
211 stars 11 forks source link

Installation problem #8

Closed alex13by closed 1 month ago

alex13by commented 1 month ago

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 commented 1 month ago

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

2kpr commented 1 month ago

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 commented 1 month ago

See here: https://github.com/2kpr/ComfyUI-UltraPixel/issues/12#issuecomment-2235490598