Skip to content

Releases: Sanster/IOPaint

0.6.1

24 Mar 01:23
Compare
Choose a tag to compare

Change --crop-size to --crop-margin: Margin around bounding box of painted stroke when crop mode triggered.

It's more reasonable to add margin around bounding box of painted stroke than fixed size. However, the results of the model on high-resolution images are still not very natural in some cases, which seems to be a limitation of the model itself.

Original Normal Resolution(1499 × 1079) Result High Resolution(7000 × 5039) Result. crop-margin=256
origin small size large size

Add crop mode for very large image, this helps with memory issues.

23 Mar 02:21
1207b6e
Compare
Choose a tag to compare

Add crop mode for very large image, this helps with memory issues.

image

Add latent-diffusion inpainting model

06 Mar 12:41
Compare
Choose a tag to compare

0.4.0

10 Feb 02:04
Compare
Choose a tag to compare
  • New UI
  • Zoom & Pan
lama-cleaner-0.4.0.mp4

multi stroke support

12 Dec 07:11
d0351a8
Compare
Choose a tag to compare

Multi stroke support. Press and hold the cmd/ctrl key to enable multi stroke mode.

0.2.0

30 Nov 05:35
Compare
Choose a tag to compare
  • To get high image quality, image is now resized by backend using opencv
  • The resulting image is the same size as the original image
  • Add resize radio button on web to select the size of the model forward. The output of the model will be different at different sizes, choose the size that suits you