I'm currently running ComfyUI through Stability Matrix, and am trying to integrate the Deadline plugin with the environment. I managed to get it to work, but had to hack several things:
- The plugin assumes that the Python executable's path is
${COMFY_UI_ROOT}/embeded_python/python.exe. This is not true in our case.
- The plugin assumes that the environment contains the
comfy package and extra packages in the current Python environment. This is also not true in our case. Also, it seems that injecting it via the PYTHONPATH env var doesn't seem to be working, but that might be user (me) error.
Do you have any recommendations on how to integrate Comfy UI via Stability Matrix with Deadline?
I'm currently running ComfyUI through Stability Matrix, and am trying to integrate the Deadline plugin with the environment. I managed to get it to work, but had to hack several things:
${COMFY_UI_ROOT}/embeded_python/python.exe. This is not true in our case.comfypackage and extra packages in the current Python environment. This is also not true in our case. Also, it seems that injecting it via thePYTHONPATHenv var doesn't seem to be working, but that might be user (me) error.Do you have any recommendations on how to integrate Comfy UI via Stability Matrix with Deadline?