ComfyUI-ngrok

ComfyUI-ngrok
★ 6

远程访问ngrokComfyUI 插件手动配置
使用 ngrok 将 ComfyUI 暴露到外网,需在 __init__.py 手动填入 Authtoken;启动后控制台显示访问 URL,方便远程访问与调试。
💡 快速将本地 ComfyUI 暴露到公网以供远程测试。
🍴 5 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/2df45d172dc1
📦 requirements.txt
ngrok
📄 README

ComfyUI-ngrok

Use ngrok to allow external access to ComfyUI.

*It is not a custom node.

Installation:

  • Use git clone https://github.com/pkpkTech/ComfyUI-ngrok in your ComfyUI custom nodes directory
  • Use pip install -r requirements.txt in ComfyUI-ngrok directory
  • Open the __init__.py file in a text editor, replace None on line 12 with your ngrok Authtoken and save.
  • If 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.