oloko64 / upscale-rs

A Tauri based GUI app that upscale images using Real-ESRGAN model.
MIT License
89 stars 8 forks source link

how model works #16

Open tonyhart7 opened 1 year ago

tonyhart7 commented 1 year ago

so I been wondering in tauri folder but I cant see library in use to upscale image like what happen in the proccess of upscale ????

it generate command from macros and execute the model from there in respective operating system, but execute what ??? You dont need tensor or pytorch library for that ?, can you guide me how it works

tonyhart7 commented 1 year ago

oh I see it using NCNN so it don't need to use any of that, btw have you consider develop an tauri + svelte with [llama.cpp] ??? (https://github.com/ggerganov/llama.cpp)

I am willing to collaborate to make it if you interested

oloko64 commented 1 year ago

Hi, I am currently learning Svelte but don't plan to change it in this project as it is already done.

The llama.cpp would bring what benefits to the project?

tonyhart7 commented 1 year ago

Hi, I am currently learning Svelte but don't plan to change it in this project as it is already done.

The llama.cpp would bring what benefits to the project?

well you can run transformer runner in quantized model so it can run on cpu without gpu heavy usage