mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 22:30:50 +08:00
- Run comfyui workflows directly inside other python applications using EmbeddedComfyClient. - Optional telemetry in prompts and models using anonymity preserving Plausible self-hosted or hosted. - Better OpenAPI schema - Basic support for distributed ComfyUI backends. Limitations: no progress reporting, no easy way to start your own distributed backend, requires RabbitMQ as a message broker.
4 lines
224 B
Python
4 lines
224 B
Python
# do not import all endpoints into this module because that uses a lot of memory and stack frames
|
|
# if you need the ability to import all endpoints from this module, import them with
|
|
# from comfy.api.apis import path_to_api
|