Search Criteria
Package Details: panelcleaner 2.11.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/panelcleaner.git (read-only, click to copy) |
---|---|
Package Base: | panelcleaner |
Description: | An AI-powered tool to clean manga panels. Provides both a CLI (pcleaner) and GUI (Qt-based) |
Upstream URL: | https://github.com/VoxelCubes/PanelCleaner |
Keywords: | ai cleaning machine-learning manga ml |
Licenses: | GPL |
Provides: | pcleaner, pcleaner-gui |
Submitter: | VoxelCubes |
Maintainer: | VoxelCubes |
Last Packager: | VoxelCubes |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-11-07 19:43 (UTC) |
Last Updated: | 2025-04-13 16:04 (UTC) |
Dependencies (33)
- pyside6
- python (python37AUR, python311AUR, python310AUR)
- python-attrs
- python-colorama (python-colorama-gitAUR)
- python-configupdater
- python-dbus
- python-dictdifferAUR
- python-docopt
- python-humanfriendly
- python-loguru
- python-natsort
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opencv (python-opencv-cuda)
- python-pillow (python-pillow-simd-gitAUR)
- python-pipx (python-pipx-gitAUR)
- python-prettytable
- python-psutil
- python-pyclipper (python-pyclipper-gitAUR)
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-pyxdg
- python-requests
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-shapely
- python-torchvision (python-torchvision-gitAUR, python-torchvision-rocm-binAUR, python-torchvision-rocmAUR, python-torchvision-cuda)
- python-tqdm
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-pytorch-cuda (python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-opt-cuda) (optional) – Even faster, but requires a CUDA-compatible GPU
- python-pytorch-opt (optional) – Faster, but requires a newer CPU with AVX2 support
- python-pytorch-opt-cuda (optional) – Fastest, but requires a newer CPU with AVX2 support and a CUDA-compatible GPU
- python-torchvision-cuda (optional) – Faster, but requires a CUDA-compatible GPU
- tesseract (tesseract-gitAUR) (optional) – English text OCR
Latest Comments
VoxelCubes commented on 2024-02-23 00:26 (UTC) (edited on 2024-02-23 00:28 (UTC) by VoxelCubes)
Sorry for the previously broken version, I had a stale .desktop file from testing that hid the fact that the actual desktop file I shipped here was broken. I failed to notice that.
Also, the package now properly relies on pacman's system packages to handle all available packages externally.
VoxelCubes commented on 2023-11-07 19:51 (UTC)
The initial release ships version 2.1.0, but uses the 2.1.2 tarball. This is because version 2.1.0 is the pypi release, whereas I had to bump up the tarball version on github due to adding things like the .desktop file, no actual code changes. The two version numbers will be in sync for future releases.