Skip to content

Releases: useknockout/python

v0.2.0 — inpaint()

Choose a tag to compare

@TroyJLorents-GH TroyJLorents-GH released this 12 May 21:52

Adds Knockout.inpaint() (sync) and AsyncKnockout.inpaint() (async). LaMa-based inpainting. Pass mask=FileInput for custom mask, bbox=(x,y,w,h) for rectangular region, or neither for auto-subject. Requires API >= v0.8.0.

v0.1.0 — colorize()

Choose a tag to compare

@TroyJLorents-GH TroyJLorents-GH released this 08 May 23:12

Adds client.colorize() (sync) and AsyncKnockout.colorize() (async). DDColor (Apache-2.0).