Safety
ServerlessT2I: Efficient Text-to-Image Workflow Serving on a Serverless Platform
arXiv:2607.26566v1 Announce Type: cross Abstract: Text-to-image (T2I) workflows are increasingly deployed on serverless platforms because users often compose customized workflows and invoke them inter
arXiv:2607.26566v1 Announce Type: cross Abstract: Text-to-image (T2I) workflows are increasingly deployed on serverless platforms because users often compose customized workflows and invoke them intermittently. Existing platforms typically deploy each workflow as an opaque GPU function, provisioning, placing, and scaling all constituent models in the workflow together. This monolithic design obscures workflow structure, inflates scaling overhead, forces users to manage low-level GPU coordination, and limits fine-grained fairness in multi-tenant clusters. In this paper, we present ServerlessT2I, a serverless-native system that decomposes a T2I workflow into loosely coupled model functions that can be independently managed and scheduled. By explicitly managing individual model execution, ServerlessT2I enables per-model scaling, declarative workflow composition, transparent GPU-resident communication, and fairness-aware scheduling. To make this decomposition efficient, ServerlessT2I harvests slack GPU memory left idle by compute-bound T2I inference to build a data plane that reduces model loading and data communication overheads. sys{} further introduces a fair scheduler for multi-tenant serving. Using production traces, ServerlessT2I sustains up to 2imes higher request rates than existing T2I workflow serving systems with the same GPU budget; for a fixed request rate, it saves up to 3imes GPU resources while satisfying service level objectives (SLOs).
Related
- Forgetting is Competition: Rethinking Unlearning as Representation Interference in Diffusion Models
- IEA: Amateur-Friendly Conversational Image Editing Agent via Three Stages of Multitask Alignment
Source: arXiv cs.AI | 2026-07-31