interface System {
    argv: string[];
    cloud_version?: string;
    comfyui_frontend_version?: string;
    comfyui_version: string;
    embedded_python: boolean;
    os: string;
    python_version: string;
    pytorch_version: string;
    ram_free: number;
    ram_total: number;
    required_frontend_version?: string;
    workflow_templates_version?: string;
}

Properties

argv: string[]
cloud_version?: string
comfyui_frontend_version?: string
comfyui_version: string
embedded_python: boolean
os: string
python_version: string
pytorch_version: string
ram_free: number
ram_total: number
required_frontend_version?: string
workflow_templates_version?: string