Releases: Sanster/IOPaint
Releases · Sanster/IOPaint
Dark theme
2022-04-06.11.08.49.mov
0.7.0
- Support run lama-cleaner as a desktop APP
- Support start lama-cleaner with image path
python3 main.py --input /pth/to/image.jpg --gui
lama-cleaner-0.7.0.mp4
Thanks to @blessedcoolant
0.6.1
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 |
---|---|---|
![]() |
![]() |
![]() |
Add crop mode for very large image, this helps with memory issues.
Add latent-diffusion inpainting model
Add ldm model from: https://github.com/CompVis/latent-diffusion
Original Image | LaMa | LDM |
---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
0.4.0
multi stroke support
Multi stroke support. Press and hold the cmd/ctrl key to enable multi stroke mode.
0.2.0
- 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