rem-wm icon indicating copy to clipboard operation
rem-wm copied to clipboard

Watermark remover tool that leverages the capabilities of Microsoft Florence and Lama Cleaner models.

Results 5 rem-wm issues
Sort by recently updated
recently updated
newest added

NANAJ96: https://github.com/nanaj96/WatermarkRemover-AI Florence-2 + LAMA Original: ![Image](https://github.com/user-attachments/assets/6d92c389-a0a8-4819-9189-ea984906f75b) This rem-wm: ![Image](https://github.com/user-attachments/assets/004d7ee8-2740-4f5a-bab0-3247596c5a4a) NANAJ96's work: ![Image](https://github.com/user-attachments/assets/4f1bc219-01ac-43f2-9133-985efd376333) Under the same hardware, Win11.

Hello, It seems I got some sort of issue while installing the requirements Any help will be really appreciated 🙏 ``` $ pip install -r requirements.txt WARNING: Ignoring invalid distribution...

` dist = _get_prepared_distribution( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pip/_internal/operations/prepare.py", line 72, in _get_prepared_distribution abstract_dist.prepare_distribution_metadata( File "/usr/local/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py", line 56, in prepare_distribution_metadata self._install_build_reqs(finder) File "/usr/local/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py", line 126, in _install_build_reqs build_reqs = self._get_build_requires_wheel() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

Describe the bug When trying to start the project using python lama_cleaner/asgi.py or uvicorn lama_cleaner.asgi:application, I get the following error: ```text ModuleNotFoundError: No module named 'inpainting' ``` Environment OS: macOS...