guill
guill
This PR allows ComfyUI to fulfill one of my last remaining uses for automatic1111's web UI -- easy integration with external tools. The existing websocket-based API is ideal for interactive...
This PR inverts the execution model -- from recursively calling nodes to using a topological sort of the nodes. This change allows for modification of the node graph during execution....
This PR inverts the execution model -- from recursively calling nodes to using a topological sort of the nodes. This change allows for modification of the node graph during execution....
# RFC: Dynamic Typing This Draft PR contains a proposal and initial implementation for adding official support for dynamic inputs/outputs to ComfyUI. This is intended to remove the UX barriers...
This PR gives more control over when and where we show automatic completion. It does this with two public-facing changes: 1. `completion.menu.auto_show` can now be either a function or a...
This change allows users to specify an alternative OPENAI_API_BASE in order to be able to utilize OpenAI-compatible APIs. This change does not include the additional work that would be necessary...
This commit adds support for node execution functions defined as async. When a node's execution function is defined as async, we can continue executing other nodes while it is processing....