Use ngrok to allow external access to ComfyUI. NOTE: Need to manually modify a token inside the init.py file.
Use ngrok to allow external access to ComfyUI.
*It is not a custom node.
git clone https://github.com/pkpkTech/ComfyUI-ngrok
in your ComfyUI custom nodes directorypip install -r requirements.txt
in ComfyUI-ngrok directoryIf the preparation is successful, you will find the URL in the console when you start ComfyUI.
If this does not work, adding --enable-cors-header
to the ComfyUI execution argument may help.