diff --git a/README.md b/README.md index f197ca4..226b569 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ https://user-images.githubusercontent.com/3998421/153323093-b664bb68-2928-480b-b 1. [LaMa](https://github.com/saic-mdal/lama) 1. [LDM](https://github.com/CompVis/latent-diffusion) - [x] High resolution support +- [x] Run as a desktop APP - [x] Multi stroke support. Press and hold the `cmd/ctrl` key to enable multi stroke mode. - [x] Zoom & Pan - [ ] Keep image EXIF data @@ -24,9 +25,11 @@ Available commands for `main.py` | --ldm-steps | The larger the value, the better the result, but it will be more time-consuming | 50 | | --crop-trigger-size | If image size large then crop-trigger-size, crop each area from original image to do inference. Mainly for performance and memory reasons on **very** large image. | 2042,2042 | | --crop-margin | Margin around bounding box of painted stroke when crop mode triggered. | 256 | -| --port | Port for web server | 8080 | | --gui | Launch lama-cleaner as a desktop application | | | --gui_size | Set the window size for the application | 1200 900 | +| --input | Path to image you want to load by default | None | +| --port | Port for flask web server | 8080 | +| --debug | Enable debug mode for flask web server | | ## Model Comparison diff --git a/lama_cleaner/app/build/asset-manifest.json b/lama_cleaner/app/build/asset-manifest.json index 737a5b2..c93b54d 100644 --- a/lama_cleaner/app/build/asset-manifest.json +++ b/lama_cleaner/app/build/asset-manifest.json @@ -1,7 +1,7 @@ { "files": { - "main.css": "/static/css/main.0a04cd80.chunk.css", - "main.js": "/static/js/main.288df200.chunk.js", + "main.css": "/static/css/main.1144a0ea.chunk.css", + "main.js": "/static/js/main.98890b3e.chunk.js", "runtime-main.js": "/static/js/runtime-main.5e86ac81.js", "static/js/2.d3149f41.chunk.js": "/static/js/2.d3149f41.chunk.js", "index.html": "/index.html", @@ -10,7 +10,7 @@ "entrypoints": [ "static/js/runtime-main.5e86ac81.js", "static/js/2.d3149f41.chunk.js", - "static/css/main.0a04cd80.chunk.css", - "static/js/main.288df200.chunk.js" + "static/css/main.1144a0ea.chunk.css", + "static/js/main.98890b3e.chunk.js" ] } \ No newline at end of file diff --git a/lama_cleaner/app/build/index.html b/lama_cleaner/app/build/index.html index 269ac89..50ad5f1 100644 --- a/lama_cleaner/app/build/index.html +++ b/lama_cleaner/app/build/index.html @@ -1 +1 @@ -