forked from yondonfu/comfystream
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working