ultimate-watermark-remover-gui
Β©οΈβοΈ GUI for a Watermark Remover for video or image using multiple opensource modelsπ Star if you like it! π
File Explorer
- FUNDING.yml
- banner.svg
- logo-full.png
- logo.png
- newlogo_mask.png
- notebookllm_mask.png
- __init__.py
- main.py
- utils.py
- worker.py
- clip-pre.mp4
- sample_video.mp4
- .gitignore
- .python-version
- __version__.py
- CONTRIBUTING.md
- install_packages.bat
- LICENSE
- README.md
- remwm_lama_florence2.py
- requirements.txt
- setup.bat
- setup.ps1
- test_gui.py
- UltimateWatermarkRemover.spec
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pyenv
View Details βΌ
pyenv
Switch between multiple versions of Python easily.
See also: `asdf`.
pyenv commands
List all available commands:
pyenv versions
List all Python versions under the `${PYENV_ROOT}/versions` directory:
pyenv install --list
List all Python versions that can be installed from upstream:
python
View Details βΌ
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
