rem-wm
rem-wm copied to clipboard
Watermark remover tool that leverages the capabilities of Microsoft Florence and Lama Cleaner models.
NANAJ96: https://github.com/nanaj96/WatermarkRemover-AI Florence-2 + LAMA Original:  This rem-wm:  NANAJ96's work:  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...
remove it.
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...