Hello - new to swarm, so I apologize if this is a dumb question but I am trying to get facetools/ReActor installed, and I am having a time getting it to run in my workflow properly. The installation seems to go ok - go to the extensions, click on install for Facetools, install seems to go alright, wait until installed, close terminal and browser, relaunch... but then this warning pops up:
00:23:38.715 [Info] Creating new session 'local' for 127.0.0.1
00:23:44.451 [Warning] [ComfyUI-0/STDERR] Traceback (most recent call last):
00:23:44.451 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\dlbackend\comfy\ComfyUI\nodes.py", line 2141, in load_custom_node
00:23:44.452 [Warning] [ComfyUI-0/STDERR] module_spec.loader.exec_module(module)
00:23:44.452 [Warning] [ComfyUI-0/STDERR] File "<frozen importlib._bootstrap_external>", line 883, in exec_module
00:23:44.452 [Warning] [ComfyUI-0/STDERR] File "<frozen importlib._bootstrap>", line 241, in call_with_frames_removed
00:23:44.453 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\comfyui_facetools_init.py", line 1, in <module>
00:23:44.453 [Warning] [ComfyUI-0/STDERR] from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
00:23:44.453 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\comfyui_facetools\nodes.py", line 3, in <module>
00:23:44.453 [Warning] [ComfyUI-0/STDERR] from .utils import *
00:23:44.454 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\comfyui_facetools\utils.py", line 6, in <module>
00:23:44.454 [Warning] [ComfyUI-0/STDERR] import mediapipe as mp
00:23:44.454 [Warning] [ComfyUI-0/STDERR] ModuleNotFoundError: No module named 'mediapipe'
00:23:44.455 [Warning] [ComfyUI-0/STDERR]
00:23:45.161 [Warning] [ComfyUI-0/STDERR] Traceback (most recent call last):
00:23:45.162 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\dlbackend\comfy\ComfyUI\nodes.py", line 2141, in load_custom_node
00:23:45.162 [Warning] [ComfyUI-0/STDERR] module_spec.loader.exec_module(module)
00:23:45.163 [Warning] [ComfyUI-0/STDERR] File "<frozen importlib._bootstrap_external>", line 883, in exec_module
00:23:45.163 [Warning] [ComfyUI-0/STDERR] File "<frozen importlib._bootstrap>", line 241, in call_with_frames_removed
00:23:45.164 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\DLNodes\ComfyUI-ReActor_init.py", line 23, in <module>
00:23:45.164 [Warning] [ComfyUI-0/STDERR] from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
00:23:45.165 [Warning] [ComfyUI-0/STDERR] File "C:\SD-Zluda\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\DLNodes\ComfyUI-ReActor\nodes.py", line 16, in <module>
00:23:45.165 [Warning] [ComfyUI-0/STDERR] from segment_anything import sam_model_registry
00:23:45.166 [Warning] [ComfyUI-0/STDERR] ModuleNotFoundError: No module named 'segment_anything'
00:23:45.166 [Warning] [ComfyUI-0/STDERR]
00:23:46.762 [Init] Self-Start ComfyUI-0 on port 7821 started.
Ok - just warnings, no big deal... i see on the left part of the interface: IP ADAPTER - has an install button - install that.
I see ReActor has an install button... install that.
restart swarm, reactor shows up in the UI, and suddenly just... disappears.
Close out, restart the workflow, let it load up, and I see ReActor show up, UI buttons are there, and then... disappears again. Since terminal is up the whole time, I see those warnings, and the ui elements disappear immediately after those warnings pop. First response - go to web and search the error mesages - get a lot of information about needing to download those specific modules to the Comfy root folder - I go there and do pythong.exe -m pip install "mediapipe" and "segement_anything" - and I get "Requirement already satisfied:" messages for both...
Content of Swarm Debug Log Paste #131995: SwarmUI v0.9.5.2 Server Log - 2025-03-23 00:33:02... pasted 2025/03/22 22:33:02 UTC-07:00, Paste length: 23989 characters across 235 lines, Content: `2025-03-23 00:23:37.004 [Init] === SwarmUI v0.9.5.2 Starting at 2025-03-23 00:23:36 === 2025-03-23 00:23:37.033 [Init] Prepping extension: Quaggles....