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

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

Open
hpstudiomohali opened this issue Dec 1, 2024 · 0 comments

Comments

@hpstudiomohali
Copy link

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'

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

No branches or pull requests

1 participant