Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 700 Bytes

File metadata and controls

15 lines (9 loc) · 700 Bytes

Receive Post Node

Node that facilitates Server-Client relations in order to recieve prompts from external clients. After reviewing ComfyUI-RequestNodes and realizing there was no way to actually receive a post request from a client, felt like I needed to do one myself.

This node creates it's own server and binds it to 0.0.0.0:8082. This is not a secure deployment so use it wisely. It is functional for the purposes of my installation.

Install

Just download the python script and copy it to ComfyUI/CustomNodes/

What still needs to be done :

Node must trigger ON_CHANGE status when new post is received.

Still in dev though.