Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX minor bug in stable_diffusion_xl.py (#903)
The `inference` function saves the PIL image with format jpeg. The `web_inference` function sets an `image/jpeg` content type. The `main` cli entrypoint saves these *bytes* as a png. Doesn't actually matter in almost every case since file name isn't really used in python for inferring format, or in general. But this fixes it for clarity
- Loading branch information