comfyui-client icon indicating copy to clipboard operation
comfyui-client copied to clipboard

all ComfyUI http/ws APIs. support NodeJS / Browser environments. and advanced programmable workflow.

Results 6 comfyui-client issues
Sort by recently updated
recently updated
newest added

where can I find main.module.mjs

documentation
question

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...

bug

**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...

documentation
question

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...

enhancement

**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...

documentation
question