Giter Club home page Giter Club logo

Comments (36)

TNTwise avatar TNTwise commented on May 26, 2024 1

I got it, some files were being copied to places they were supposed to be copied to. Im updating flathub now.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024 1

I got it, some files were being copied to places they were supposed to be copied to. Im updating flathub now.

On mobile right now, got to keep it short. Awesome! Glad you got it working. I hope you never drop Flatpak support because the format in itself is extremely user friendly for normal users. Having apps like these in one of the most popular software centers around is great.

Will test your new version once it gets updated on Flathub and will report back. Thank you! PS: You could add a PayPal donation button in one of the menus of your app. If you do, I can give you twenty bucks for the effort.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024 1

Thank you for reporting this. The best way to support me is to report the bugs you catch. I never would have realized this without you pointing it out.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024 1

I set up a ko-fi https://ko-fi.com/tntwise due to multiple people suggesting a place for donations.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

What are you using to upscale (realesrgan, realsr,etc)? Is it cuda or ncnn? The upscaling resolution is fixed based on model, and the most common ones are 2,3, and 4 times.

from real-video-enhancer.

MorganNilsson-Upwork avatar MorganNilsson-Upwork commented on May 26, 2024

Oh, I see, because some videos go beyond 3000-4000+ resolution. I was wondering if there's a way to upscale and improve quality but not letting the resolution go too high, perhaps in the 1440 range, Is this possible?
I am using RealSR - DF2K.
Thank you for replying!

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

You can use a custom ncnn model for that, there should be an option in settings to install, and then import a model. I converted some to ncnn here, and they are mostly 4x, but you can find models on openmodeldb.info, and if they are esrgan or compact, you can convert them via chainner

The models I converted:
https://github.com/tntwise/universal-ncnn-upscaler

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

https://github.com/upscayl/upscayl/wiki/Model-Conversion-Guide a guide to convert the models

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

If you have an NVIDIA GPU, i would recommend using the cuda build, and you can use almost any model from there without having to convert

from real-video-enhancer.

MorganNilsson-Upwork avatar MorganNilsson-Upwork commented on May 26, 2024

Excellent! I will read that and see if I can get it to work, thank you very much for the help! :)

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

I don't see a discussion board, so I'll join the casual discussion in this bug report. I literally just asked over at Flowframes for a Linux version, and by sheer coincidence I find this app on Flathub. This is exactly what I was looking for.

Two questions: where can I donate to the project and can you do a Snap version for Ubuntu in addition to Flatpak?

Thanks 👍🏻

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

Answer to question 1: I have not set up donations yet, I may in the future though.

  1. Unfortunately, as it is already difficult to maintain the current versions (appimage, flatpak, cuda, macos), I don't have plans to make a snap package.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Answer to question 1: I have not set up donations yet, I may in the future though. 2. Unfortunately, as it is already difficult to maintain the current versions (appimage, flatpak, cuda, macos), I don't have plans to make a snap package.

Thanks for responding so quickly. Got it, but if you ever do a Snap, I'll gladly pay an extra coin for that. Looking forward to being able to donate to this project. Side note: I just tried launching it on Ubuntu 24.04 (Flatpak), but the app doesn't start. Any known issues on Ubuntu 24.04?

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

Can you try launching it from the terminal? flatpak run io.github.tntwise.REAL-Video-Enhancer
There are no known issues with 24.04, maybe something went wrong with an update? I have had 24.04 on my laptop and it runs fine.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Can you try launching it from the terminal? flatpak run io.github.tntwise.REAL-Video-Enhancer There are no known issues with 24.04, maybe something went wrong with an update? I have had 24.04 on my laptop and it runs fine.

Sure, this is the output:

flatpak run io.github.tntwise.REAL-Video-Enhancer QObject::moveToThread: Current thread (0xe36f60) is not the object's thread (0x18a1500). Cannot move to target thread (0xe36f60) qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/app/bin/lib/cv2/qt/plugins" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: xcb, eglfs, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

This is a common qt issue, but I haven't had it come up in flatpak before... Does the appimage work?

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

You could try to see if enabling x11 fallback will fix it. This comes up a bunch when I'm running it in my local environment, but this seems like a flatpak issue somehow..

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

This is a common qt issue, but I haven't had it come up in flatpak before... Does the appimage work?

I'm on X11 (Nvidia), are you on Wayland? Appimage doesn't start either, but I've had that on Ubuntu 22.04 as well. I think I might need to enable support for Appimage here first (wife's computer). This is a fresh install of Ubuntu 24.04 btw.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

You could try to see if enabling x11 fallback will fix it. This comes up a bunch when I'm running it in my local environment, but this seems like a flatpak issue somehow..

Ok, how can I enable X11 fallback mode?

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

I found out how to reproduce, what I think is going on is it doesnt have access to Wayland. Download flatseal off flathub, click on real video enhancer in flatseal, and check Wayland windowing system.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

I found out how to reproduce, what I think is going on is it doesnt have access to Wayland. Download flatseal off flathub, click on real video enhancer in flatseal, and check Wayland windowing system.

Oh, so it requires Wayland access even when using it on X11? I ask because I'm on X11 right now.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

Sorry, I assumed you were on wayland because you were on ubuntu 24.04, you can enable x11 and x11-fallback the same way. Maybe something went wrong when packaging the latest flatpak version. I will test on x11 in a second.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Sorry, I assumed you were on wayland because you were on ubuntu 24.04, you can enable x11 and x11-fallback the same way. Maybe something went wrong when packaging the latest flatpak version. I will test on x11 in a second.

Thanks! Yeah, I'm forced to use X11 on Nvidia until Nvidia drops the V555 drivers for Gnome 46.1 with explicit sync support. Otherwise Wayland and Nvidia is a mess when gaming etc. but that's going to get fixed soon, and then I'll migrate over to Wayland.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

It doesnt seem to launch under x11, which is strange as i have only had issues under wayland. I dont understand why this happens tbh.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

The appimage works without issue, i will test the flatpak on other x11 sessions and see, this is a new issue that i was never aware of. Thanks for bringing it up.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

It doesnt seem to launch under x11, which is strange as i have only had issues under wayland. I dont understand why this happens tbh.

The appimage works without issue, i will test the flatpak on other x11 sessions and see, this is a new issue that i was never aware of. Thanks for bringing it up.

You're welcome! Thanks for helping out! Chances are this might be an Ubuntu or Flatpak specific issue because I remember seeing something similar in the past. I'll have to go offline for a few hours, but I'll be back later during the day to check on you. Hope you can get it fixed. And don't forget to make a donation page around here. I usually like to donate via Paypal to projects like these. Glad to see someone finally package this type of software in an easy to use format on Linux. I've been looking for something just like this for a while now.

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

I have been trying for a while now, and it seems to be a versioning issue, but I cant seem to figure out what is causing it. I can go back to an older version the build and it works.. i may drop flatpak support entirely because of weird issues like these that just show up randomly

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Thank you for reporting this. The best way to support me is to report the bugs you catch. I never would have realized this without you pointing it out.

This is what open interactions like this is all about. You rock. PS: I'd also be willing to gift you something on Steam if you're a gamer. We need more ppl like you doing us a favor in the Linux world, and as such your work is highly appreciated.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Btw, almost forgot, I can confirm that it works now. I just patched and launched the app without issues. I left you a 5 star raiting on Flathub via Gnome Software. Thanks!

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

If you have an NVIDIA GPU, i would recommend using the cuda build, and you can use almost any model from there without having to convert

Hello mate, question, I see "Nvidia Cuda" in "manage models" but it's greyed out. I'm using the Flatpak version and I have an RTX A2000 gpu. Is there any way that I can use Cuda? Ty, just donated again. Love the app!

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

You need to download the cuda binary in the latest release, unfortunately cuda does not work under flatpak Thank you for your support!

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Woot, that was fast! You responded within a minute! Oh no Cuda support via Flatpak? Darn it, I like using Flatpak because it's all bundled into one isolated package. Is there an ETA for Flatpak Cuda support? Where can I vote for this? Thx

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

I will attempt to add it in when flatpak supports cuda, for now cuda does not work under flatpak, due to how it is sandboxed as far as I know.

I could be wrong, and I will try it out before the next release.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

Nice, thanks! I was just checking that because I had a similar question for Blender, and it seems like they have worked on it recently:

flathub/org.blender.Blender#8

flathub/org.blender.Blender#147

Not sure if that means that Cuda now generally works with Flatpak, but it might indicate some progress in this direction.

Does Appimage support Flatpak btw?

from real-video-enhancer.

TNTwise avatar TNTwise commented on May 26, 2024

AppImage is it's standalone thing, similar to flatpak. The cuda binary is not an appimage, it is just a compiled executable, that should just be able to be ran. It is not containerized though, and I can't put the cuda build in an appimage due to size limitations (cuda is currently 7gb uncompressed, GitHub requires files to be under 2 gb) for the ncnn appimage, you could try appimagelauncher, but I have not tested much. Sorry for the inconvenience of this, I am still trying to make everything less complicated.

from real-video-enhancer.

Sturmlocke86 avatar Sturmlocke86 commented on May 26, 2024

No problemo! Having a Flatpak version is good enough in my book, and I can always try the tar for Cuda. I'll wait a bit for you to test Cuda with FP before the next release. Thanks!

from real-video-enhancer.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.