chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.59k stars 283 forks source link

Arm64 build #1167

Open Jcwscience opened 2 years ago

Jcwscience commented 2 years ago

I have an Nvidia AGX Xavier, and I think this program would be awesome in a portable environment. I tried using the Linux build instructions but haven’t been able to get it to compile. Are there specific steps that would be needed to adapt it to use Nvidia Jetson PyTorch as well?

joeyballentine commented 2 years ago

What error are you getting when trying to build? I don't personally have experience with arm-specific builds so I'm not sure if it's even possible with our setup (or if all our dependencies support arm).

To use a different pytorch installation, just enable the setting to use your system python and then install that version of pytorch system wide. Theoretically it should just work if Jetson requires no extra code changes