ComfyUI
ComfyUI copied to clipboard
Run front-end locally, back-end in the cloud
Many times my front-end straight up freezes, or hangs. Couldn't this problem be eased out by having the front-end running on my computer and the back-end in the cloud?
I just learned this hack yesterday. If you deploy the ComfyUI remotely and have SSH access to that machine, you can do this:
ssh -L 8188:localhost:8188 username@remote_host
so that the remote 8188 will be mapped to your local 8188, and you can use ComfyUI as if it is running locally.
@liusida But that does not solve the problem. It just makes the frontend freezing on another computer.