I know that the latest version is very new but I just wanted to let you know that the latest version of the plugin (0.7.0) does not install or work correctly due to the SAM3 dependencies, at least on Windows 11.
Note that it seems that there are two main issues:
- The
triton package is needed. This was resolved by running python -m pip install triton-windows and was maybe forgotten in the current README.
- The SAM3 model is also needed and is currently gated by Meta on Hugging Face. The README states that this is optional, but the server does not run (child processes keep dying) without it.
It would be nice if the server could continue to run if it detects that SAM3 was not present.
I know that the latest version is very new but I just wanted to let you know that the latest version of the plugin (0.7.0) does not install or work correctly due to the SAM3 dependencies, at least on Windows 11.
Note that it seems that there are two main issues:
tritonpackage is needed. This was resolved by runningpython -m pip install triton-windowsand was maybe forgotten in the current README.It would be nice if the server could continue to run if it detects that SAM3 was not present.