playground-v2.5-1024px-aestheticModel45/100 via “multi-gpu distributed inference with pipeline parallelism”
text-to-image model by undefined. 2,93,717 downloads.
Unique: Supports multiple GPU distribution strategies via Hugging Face diffusers: sequential CPU offloading (memory-optimized), attention slicing (moderate optimization), and explicit pipeline parallelism (throughput-optimized). No custom distributed code required — users call enable_*() methods on the pipeline. Aesthetic tuning is applied uniformly across all GPU placements, preserving visual consistency.
vs others: More flexible than single-GPU inference, supports cost-optimized cloud deployments, and transparent to users (no custom distributed code), though multi-GPU latency overhead is higher than single large GPU and setup is more complex than single-GPU inference.