forked from yondonfu/comfystream
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When running ComfyStream server (app.py or byoc.py), the CWD currently must be the ComfyUI workspace, this causes unnecessary complexity and breaks comfyui package import behavior
To Reproduce
- Open comfystream in dev container
- From
/workspace/comfystream, runpython server/app.py --workspace /workspace/ComfyUI --media-ports=5678 --host=0.0.0.0 --port=8889 - Comfystream server will start.
- Run ComfyStream UI and send a stream to the server, SaveTensor errors will occur
Note: This issue was mitigated in #548 however, the associated PR only corrects the CWD that supervisord is ran from rather than addressing the core issue
Expected behavior
ComfyStream should be runnable from any dir. The --workspace flag should be honored
Screenshots
No response
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
Ideally, any flag supported by ComfyUI should be usable by ComfyStream for ComfyUI initialization
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working