Gourieff / comfyui-reactor-node

Fast and Simple Face Swap Extension Node for ComfyUI
GNU General Public License v3.0
1.09k stars 114 forks source link

IMPORT FAILED after update to 0.5.0 alpha 1 #274

Closed 925-Studio closed 2 months ago

925-Studio commented 2 months ago

First, confirm

What happened?

After update ComfyUI and custom nodes through manager, I found an error in the terminal says (IMPORT FAILED): /home/.../custom_nodes/comfyui0-reactor-node. I'm using ComfyUI on Linux and haven't encountered to any trouble before today. Reactor worked fine until today's update.

Relevant console log

Import times for custom nodes:
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/websocket_image_save.py
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/sdxl_prompt_styler
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/ComfyUI_InstantID
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/ComfyUI_IPAdapter_plus
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/ComfyUI_essentials
   0.0 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/ComfyUI-Manager
   0.6 seconds: /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/ComfyUI_tinyterraNodes
   0.6 seconds (IMPORT FAILED): /home/silver/Playgrounds/AI/sd-comfyui/custom_nodes/comfyui-reactor-node

Starting server

To see the GUI go to: http://0.0.0.0:2001
925-Studio commented 2 months ago

I didn't notice there was also an error in the terminal say There is no module named segment_anything, after pip install segment_anything, problem solved. Sorry for the false alarm.