Skip to content

cbicari/ComfyUI_CustomNode_ReceivePostNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Custom node for ComfyUI developped in order to recieve a Post Node from remote client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages