Schroedinger-Hat / ImageGoNord-Web

A tool that can convert your rgb images to nordtheme palette
https://ign.schroedinger-hat.org/
GNU Affero General Public License v3.0
852 stars 35 forks source link

Discovery on transformer.js to use torch model with WebGPU #158

Open TheJoin95 opened 5 months ago

TheJoin95 commented 5 months ago

Investigating on this to implement the PaletteNet model inference straight forward in the browser (client side, no api requests)

TheJoin95 commented 4 months ago

Converted torch model into onnx files; Discovering onnx web implementation