-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to create standalone program for that? #271
Comments
don't know what you mean of "that" but waifu2x do have some softwares like this: |
It doesn't work for me, because I have AMD. And I mean program with interface. |
how about this one |
Note that waifu2x-converter-cpp supports only old models. |
Yeah, thanks, it works! But of course, it takes a lot of time to process many images... I think, you can waste the same time process them on WEB... And, by the way, if you drag and drop many files (I dropped 121, for example), then last image won't be process, and black screen shows. |
you can open a issue there:https://github.com/DeadSix27/waifu2x-converter-cpp/issues |
I'm curious about the GPU you're using for http://waifu2x.udp.jp/ |
@unit2x |
you can try waifu2x-ncnn-vulkan, works on almost all GPU |
I would like to ask if a GPU is really needed if one just want to convert images using the existing in-repo models(i.e. without training), and in this case what dependencies are required in the runtime? |
The code of this repo does not support CPU processing. It is unbelievably slow. |
@nagadomi If are running API on AWS G3 instance (0.75$/h) - to overcome this price you have to process at least ~5000 conversions/hour to achieve the same CPU/RAM cost per conversion. Of course user-experience matters a lot and fast conversions are essential. P.S. |
the number of requests to waifu2x.udp.jp in the past 3 days is as follows. (counted recaptcha requests).
it's about 2500 req/hour. the server should process requests in an average of 1.5 seconds. |
I'm just interested, why no one still not create special program for that.
Well, when you don't need any server relations... Just drag the art, and got the upscaled version.
Or is it really difficult somehow?..
The text was updated successfully, but these errors were encountered: