Open xAlcahest opened 7 months ago
hello? someone here?
Thanks for your patience. It's just me working on this.
Thanks a lot for the log!
I can't replicate the issue unfortunately. Have you tried again since? It seems like your computer couldn't connect to github for some reason. It appears to be something related to Fedora's OpenSSL package. I have head of this working for people on Fedora, so if it doesn't hopefully fix itself, you can do the following workaround:
Download the file (big-lama.pt) yourself from the lama inpainter repository or use the direct link: https://www.github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt
Place this file at: /home/<username>/.cache/pcleaner/model/big-lama.pt
That is all.
PS. Cool to see people using KDE Plasma, awesome!
Still the same issue, but the problem persists even with the other files
I will try to download them manually and i'll update here if anything good or bad happen
On Mon, Apr 8, 2024 at 3:21 PM Voxel @.***> wrote:
Thanks for your patience. It's just me working on this.
Thanks a lot for the log!
I can't replicate the issue unfortunately. Have you tried again since? It seems like your computer couldn't connect to github for some reason. It appears to be something related to Fedora's OpenSSL package. I have head of this working for people on Fedora, so if it doesn't hopefully fix itself, you can do the following workaround:
Download the file (big-lama.pt) yourself from the lama inpainter repository https://www.github.com/enesmsahin/simple-lama-inpainting/releases or use the direct link: https://www.github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt
Place this file at: /home/
/.cache/pcleaner/model/big-lama.pt That is all.
— Reply to this email directly, view it on GitHub https://github.com/VoxelCubes/PanelCleaner/issues/83#issuecomment-2042744922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5UZDCJGMSAZMV6VWUBGB3Y4KKUNAVCNFSM6AAAAABF3JLHDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBSG42DIOJSGI . You are receiving this because you authored the thread.Message ID: @.***>
Oh, it wasn't just the inpainter that failed?
For the text detection model you put it in the same place as the lama model (you'll want the .pt.onnx version, not .pt for the text detection because it's optimized for cpu).
That one needs an extra step:
Update the config file at /home/<username>/.config/pcleaner/pcleanerrc
so that this line looks like this:
# This is the path to the default cv2 model.
# It is downloaded automatically if blank.
default_cv2_model_path = /home/<userrname>/.cache/pcleaner/model/comictextdetector.pt.onnx
As for the OCR model, it's a little special, see this part of the FAQ for that
Oh, it wasn't just the inpainter that failed? For the text detection model you put it in the same place as the lama model (you'll want the .pt.onnx version, not .pt for the text detection because it's optimized for cpu). That one needs an extra step: Update the config file at
/home/<username>/.config/pcleaner/pcleanerrc
so that this line looks like this:# This is the path to the default cv2 model. # It is downloaded automatically if blank. default_cv2_model_path = /home/<userrname>/.cache/pcleaner/model/comictextdetector.pt.onnx
As for the OCR model, it's a little special, see this part of the FAQ for that
For some reasons, even my friend who i made try to download the files with the Automatic Downloader, Limit Exceed, tried with the flatpak in Discover, no problem, don't understand why
that's very strange. Especially limit exceeded. Why would github do that? At least the SSL issue seems to be due to some strange configuration the Fedora distro has going on in /etc/ssl. Not exactly sure how to fix that. Users of Calibre had the same issue, and the maintainer "solved" that by ranting about Fedora developers and bundling his own version of openssl that uses standard configuration...not something that I think is a particularly good idea. I presume the flatpak doesn't use the ssl configuration in /etc/ssl due to sandboxing.
How do I download it? It's only me?