axodox / unpaint

A simple Windows / Xbox app for generating AI images with Stable Diffusion.
Other
263 stars 11 forks source link

[Feature request] linux support request #20

Open freecoderai01 opened 1 year ago

freecoderai01 commented 1 year ago

Please consider adding support for Linux, as it can be beneficial, especially for deployment on cloud platforms. Are there any limitations that prevent the code from running on Linux, or is it primarily related to the building process? It appears that the code utilizes ONNX, which is supported on Linux.

kotx commented 1 year ago

The entire GUI seems to use WinRT/possibly WinUI, which is windows-specific. Linux/Mac support would likely require a rewrite.

MilkFlavor commented 4 months ago

We could try rewriting it in gtk? that might be a good replacement.