diff --git a/README.md b/README.md index dedcb0a..ec758a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ xDiT

-

A Scalable Inference Engine for Diffusion Transformers (DiTs) on multiple computing devices

+

A Scalable Inference Engine for Diffusion Transformers (DiTs) on Multiple Computing Devices

📝 Papers | 🚀 Quick Start | 🎯 Supported DiTs | 📚 Dev Guide | 📈 Discussion | 📝 Blogs

@@ -256,9 +256,9 @@ The warmup step impacts the efficiency of PipeFusion as it cannot be executed in We observed that a warmup of 0 had no effect on the PixArt model. Users can tune this value according to their specific tasks. -### 5. Launch an Http Service +### 5. Launch an HTTP Service -You can also launch an http service to generate images with xDiT. +You can also launch an HTTP service to generate images with xDiT. [Launching a Text-to-Image Http Service](./docs/developer/Http_Service.md)