comfyui-client
comfyui-client copied to clipboard
all ComfyUI http/ws APIs. support NodeJS / Browser environments. and advanced programmable workflow.
where can I find main.module.mjs
When using the web-socket client, the first node that returns an output (message type = `executed`) terminates the connection: https://github.com/StableCanvas/comfyui-client/blob/32aba55d5dd6890b5f1650484b084c2928fd9768/src/InvokedWorkflow.ts#L144-L152 But looking at the [Comfy UI message types](https://docs.comfy.org/essentials/comms_messages), there wasn't...
**Describe the bug** The cli does not write to the `-o .js`, and only outputs to stdio. `.nvm/versions/node/v20.9.0/bin/cuc-w2c: line 1: syntax error near unexpected token `('` Example: **To Reproduce** I...
This is impossible to follow along. Your examples are marked as deprecated, and your README examples don't even work with the given example files. Very confusing. ``` export async function...
Currently, our polling logic is tied to the lifecycle of the example runner and runs continuously using `setInterval`. In fact, this is unnecessary—because for a client, if it doesn't need...
**Is your feature request related to a problem? Please describe.** My program runs workflows all day long. After a while, VRAM usage at rest increases, and the entire thing seems...