Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

ModuleNotFoundError: No module named 'albumentations' (how to fix reactor-node) #40

@hpstudiomohali

Description

@hpstudiomohali

Traceback (most recent call last):
File "C:\AAA-HP\ComfyUI\nodes.py", line 2031, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\AAA-HP\ComfyUI\custom_nodes\comfyui-reactor-node_init
.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\AAA-HP\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in
from insightface.app.common import Face
File "C:\AAA-HP\python_embeded\Lib\site-packages\insightface_init_.py", line 18, in
from . import app
File "C:\AAA-HP\python_embeded\Lib\site-packages\insightface\app_init_.py", line 2, in
from .mask_renderer import *
File "C:\AAA-HP\python_embeded\Lib\site-packages\insightface\app\mask_renderer.py", line 4, in
import albumentations as A
ModuleNotFoundError: No module named 'albumentations'

Cannot import C:\AAA-HP\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'albumentations'

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