Skip to content

[BUG] Using --api flag to start comfystream server causes SaveTensor error #548

@eliteprox

Description

@eliteprox

Describe the bug

Using --api flag to start comfystream server causes SaveTensor error

Likely cause is CWD not set properly by the supervisord command

To Reproduce

Start Comfystream using docker run using the flags --api --ui

Example:

docker run -it --gpus all \
  -p 8188:8188 \
  -p 8889:8889 \
  -p 5678:5678 \
  -p 3000:3000 \
  -v ~/models/ComfyUI--models:/workspace/ComfyUI/models \
  -v ~/models/ComfyUI--output:/workspace/ComfyUI/output \
  livepeer/comfystream:stable --download-models --build-engines --api --ui

Server starts fine, however when trying to execute any workflow

SaveTensor does not exist error occurs

Expected behavior

--api --ui combination should work without errors

Screenshots

No response

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions