mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
567 stars 152 forks source link

feat: add gzip middleware for response compression #392

Closed BaiMoHan closed 1 month ago

BaiMoHan commented 1 month ago

This pull request introduces the Gzip compression middleware to our application. Enabling Gzip compression significantly enhances the efficiency of data transmission, especially for our image generation API, which returns images encoded in Base64 format.

image image