mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +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.
15 lines
365 B
Python
15 lines
365 B
Python
# coding: utf-8
|
|
"""
|
|
Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator
|
|
"""
|
|
|
|
from comfy.api.shared_imports.server_imports import * # pyright: ignore [reportWildcardImportFromLibrary]
|
|
|
|
|
|
@dataclasses.dataclass
|
|
class Server0(server.ServerWithoutVariables):
|
|
'''
|
|
localhost
|
|
'''
|
|
url: str = "http://localhost:8188"
|