Skip to content

Releases: ashleykleynhans/inswapper-flask-api

1.3.0

25 Aug 14:15
79bd5f3
Compare
Choose a tag to compare
  • Added support for providing specific face indexes of the faces to swap in the source and target images.
  • Added support for either enabling or disabling face restoration.
  • Added support for either enabling or disabling face upsampling.
  • Added support for either enabling or disabling background enhancement.
  • Added support for specifying an upscale value.
  • Added support for specifying CodeFormer fidelity.
  • Added support for specifying the output format (JPEG/PNG).

1.2.1

14 Jul 12:13
d489317
Compare
Choose a tag to compare
  • Fixed thread pool executer issue.
  • Use 10 maximum workers by default for thread pool executer.

1.2.0

14 Jul 09:18
e39b27d
Compare
Choose a tag to compare
  • Changed to accept base64 encoded content of the images in a JSON payload instead of multipart form uploads.

1.1.0

09 Jul 18:32
d317060
Compare
Choose a tag to compare
  • Changed default port to 5000.
  • Renamed api.py to app.py.
  • Added a request queue.

1.0.0

08 Jul 22:32
8b83e7d
Compare
Choose a tag to compare

Initial release.